代码搜索:SSL
找到约 10,000 项符合「SSL」的源代码
代码结果 10,000
www.eeworm.com/read/489717/1211864
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/489717/1211866
pod ssl_get_rbio.pod
=pod
=head1 NAME
SSL_get_rbio - get BIO linked to an SSL object
=head1 SYNOPSIS
#include
BIO *SSL_get_rbio(SSL *ssl);
BIO *SSL_get_wbio(SSL *ssl);
=head1 DESCRIPTION
SSL_get_
www.eeworm.com/read/489717/1211876
pod ssl_state_string.pod
=pod
=head1 NAME
SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object
=head1 SYNOPSIS
#include
const char *SSL_state_string(const SSL *ssl
www.eeworm.com/read/489717/1211877
pod ssl_get_session.pod
=pod
=head1 NAME
SSL_get_session - retrieve TLS/SSL session data
=head1 SYNOPSIS
#include
SSL_SESSION *SSL_get_session(const SSL *ssl);
SSL_SESSION *SSL_get0_session(const SSL
www.eeworm.com/read/489717/1211878
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(const SSL *ssl, int ret);
=head1 DESCRIPTION
SSL_get_e
www.eeworm.com/read/489717/1211880
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/489717/1211886
pod ssl_rstate_string.pod
=pod
=head1 NAME
SSL_rstate_string, SSL_rstate_string_long - get textual description of state of an SSL object during read operation
=head1 SYNOPSIS
#include
const char *SSL_rst
www.eeworm.com/read/489717/1211887
pod ssl_get_fd.pod
=pod
=head1 NAME
SSL_get_fd - get file descriptor linked to an SSL object
=head1 SYNOPSIS
#include
int SSL_get_fd(const SSL *ssl);
int SSL_get_rfd(const SSL *ssl);
int SSL_get
www.eeworm.com/read/489717/1211890
pod ssl_set_shutdown.pod
=pod
=head1 NAME
SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
=head1 SYNOPSIS
#include
void SSL_set_shutdown(SSL *ssl, int mode);
int SS
www.eeworm.com/read/489717/1211899
pod ssl_get_version.pod
=pod
=head1 NAME
SSL_get_version - get the protocol version of a connection.
=head1 SYNOPSIS
#include
const char *SSL_get_version(const SSL *ssl);
=head1 DESCRIPTION
SSL_get_c