代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/489717/1211853
pod ssl_ctx_add_extra_chain_cert.pod
=pod
=head1 NAME
SSL_CTX_add_extra_chain_cert - add certificate to chain
=head1 SYNOPSIS
#include
long SSL_CTX_add_extra_chain_cert(SSL_CTX ctx, X509 *x509)
=head1 DESCRIPTION
www.eeworm.com/read/489717/1211875
pod ssl_get_ssl_ctx.pod
=pod
=head1 NAME
SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
=head1 SYNOPSIS
#include
SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
=head1 DESCRIPTION
SSL_get_S
www.eeworm.com/read/489717/1211882
pod ssl_ctx_set_ssl_version.pod
=pod
=head1 NAME
SSL_CTX_set_ssl_version, SSL_set_ssl_method, SSL_get_ssl_method
- choose a new TLS/SSL method
=head1 SYNOPSIS
#include
int SSL_CTX_set_ssl_version(SSL_CTX *ctx,
www.eeworm.com/read/489717/1211903
pod ssl_get_client_ca_list.pod
=pod
=head1 NAME
SSL_get_client_CA_list, SSL_CTX_get_client_CA_list - get list of client CAs
=head1 SYNOPSIS
#include
STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s);
www.eeworm.com/read/238768/4609569
pod rand_load_file.pod
=pod
=head1 NAME
RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file
=head1 SYNOPSIS
#include
const char *RAND_file_name(char *buf, size_t num);
int RAND_load_fi
www.eeworm.com/read/238768/4609588
pod bio_new.pod
=pod
=head1 NAME
BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
=head1 SYNOPSIS
#include
BIO * BIO_new(BIO_METHOD *type);
int BIO_se
www.eeworm.com/read/238768/4609593
pod bio_s_socket.pod
=pod
=head1 NAME
BIO_s_socket, BIO_new_socket - socket BIO
=head1 SYNOPSIS
#include
BIO_METHOD *BIO_s_socket(void);
long BIO_set_fd(BIO *b, int fd, long close_flag);
long BIO
www.eeworm.com/read/238768/4609624
pod bio_find_type.pod
=pod
=head1 NAME
BIO_find_type, BIO_next - BIO chain traversal
=head1 SYNOPSIS
#include
BIO * BIO_find_type(BIO *b,int bio_type);
BIO * BIO_next(BIO *b);
#define BIO_method_t
www.eeworm.com/read/238768/4609639
pod buffer.pod
=pod
=head1 NAME
BUF_MEM_new, BUF_MEM_free, BUF_MEM_grow, BUF_strdup - simple
character arrays structure
=head1 SYNOPSIS
#include
BUF_MEM *BUF_MEM_new(void);
void BUF_MEM_f
www.eeworm.com/read/238768/4609685
pod bio_f_buffer.pod
=pod
=head1 NAME
BIO_f_buffer - buffering BIO
=head1 SYNOPSIS
#include
BIO_METHOD * BIO_f_buffer(void);
#define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES