代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/203830/5038725
pod ssl_ctx_sessions.pod
=pod
=head1 NAME
SSL_CTX_sessions - access internal session cache
=head1 SYNOPSIS
#include
struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);
=head1 DESCRIPTION
SSL_CTX_sessions
www.eeworm.com/read/203830/5038726
pod ssl_ctx_flush_sessions.pod
=pod
=head1 NAME
SSL_CTX_flush_sessions, SSL_flush_sessions - remove expired sessions
=head1 SYNOPSIS
#include
void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
void SSL_flus
www.eeworm.com/read/203830/5038728
pod ssl_ctx_set_cert_store.pod
=pod
=head1 NAME
SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage
=head1 SYNOPSIS
#include
void SSL_CTX_set_cert_store(SSL_CTX *
www.eeworm.com/read/203830/5038730
pod ssl_ctx_set_client_cert_cb.pod
=pod
=head1 NAME
SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb - handle client certificate callback function
=head1 SYNOPSIS
#include
void SSL_CTX_set_client_cert_cb(SS
www.eeworm.com/read/203830/5038733
pod ssl_write.pod
=pod
=head1 NAME
SSL_write - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_write(SSL *ssl, const void *buf, int num);
=head1 DESCRIPTION
SSL_write() wr
www.eeworm.com/read/203830/5038737
pod ssl_get_error.pod
=pod
=head1 NAME
SSL_get_error - obtain result code for TLS/SSL I/O operation
=head1 SYNOPSIS
#include
int SSL_get_error(SSL *ssl, int ret);
=head1 DESCRIPTION
SSL_get_error()
www.eeworm.com/read/203830/5038738
pod ssl_read.pod
=pod
=head1 NAME
SSL_read - read bytes from a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_read(SSL *ssl, void *buf, int num);
=head1 DESCRIPTION
SSL_read() tries to r
www.eeworm.com/read/203830/5038739
pod ssl_ctx_ctrl.pod
=pod
=head1 NAME
SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
=head1 SYNOPSIS
#include
long SSL_CTX
www.eeworm.com/read/203830/5038753
pod ssl_session_get_ex_new_index.pod
=pod
=head1 NAME
SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data - internal application specific data functions
=head1 SYNOPSIS
#include
int SSL_S
www.eeworm.com/read/203830/5038754
pod ssl_ctx_add_session.pod
=pod
=head1 NAME
SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate session cache
=head1 SYNOPSIS
#include
int SSL_CTX_add_session(SSL