代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/489717/1211754
pod rsa_generate_key.pod
=pod
=head1 NAME
RSA_generate_key - generate RSA key pair
=head1 SYNOPSIS
#include
RSA *RSA_generate_key(int num, unsigned long e,
void (*callback)(int,int,void *), void *cb
www.eeworm.com/read/489717/1211768
pod dsa_generate_key.pod
=pod
=head1 NAME
DSA_generate_key - generate DSA key pair
=head1 SYNOPSIS
#include
int DSA_generate_key(DSA *a);
=head1 DESCRIPTION
DSA_generate_key() expects B to contain
www.eeworm.com/read/489717/1211789
pod err_clear_error.pod
=pod
=head1 NAME
ERR_clear_error - clear the error queue
=head1 SYNOPSIS
#include
void ERR_clear_error(void);
=head1 DESCRIPTION
ERR_clear_error() empties the current thread's
www.eeworm.com/read/489717/1211812
pod rsa_size.pod
=pod
=head1 NAME
RSA_size - get RSA modulus size
=head1 SYNOPSIS
#include
int RSA_size(const RSA *rsa);
=head1 DESCRIPTION
This function returns the RSA modulus size in bytes.
www.eeworm.com/read/489717/1211873
pod ssl_accept.pod
=pod
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_accept(SSL *ssl);
=head1 DESCRIPTION
SSL_accept() wait
www.eeworm.com/read/489717/1211896
pod ssl_clear.pod
=pod
=head1 NAME
SSL_clear - reset SSL object to allow another connection
=head1 SYNOPSIS
#include
int SSL_clear(SSL *ssl);
=head1 DESCRIPTION
Reset B to allow another co
www.eeworm.com/read/489717/1211898
pod ssl_set_connect_state.pod
=pod
=head1 NAME
SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
=head1 SYNOPSIS
#include
void SSL_set_connect_state(SSL *ssl);
www.eeworm.com/read/489717/1211914
pod ssl_ctx_set_quiet_shutdown.pod
=pod
=head1 NAME
SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour
=head1 SYNOPSIS
#include
www.eeworm.com/read/489717/1211928
pod ssl_shutdown.pod
=pod
=head1 NAME
SSL_shutdown - shut down a TLS/SSL connection
=head1 SYNOPSIS
#include
int SSL_shutdown(SSL *ssl);
=head1 DESCRIPTION
SSL_shutdown() shuts down an active TLS/
www.eeworm.com/read/489717/1211929
pod ssl_ctx_set_cert_verify_callback.pod
=pod
=head1 NAME
SSL_CTX_set_cert_verify_callback - set peer certificate verification procedure
=head1 SYNOPSIS
#include
void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int