代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/358714/2984189
pod evp_sealinit.pod
=pod
=head1 NAME
EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
=head1 SYNOPSIS
#include
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
www.eeworm.com/read/358714/2984202
pod rsa_sign.pod
=pod
=head1 NAME
RSA_sign, RSA_verify - RSA signatures
=head1 SYNOPSIS
#include
int RSA_sign(int type, const unsigned char *m, unsigned int m_len,
unsigned char *sigret, uns
www.eeworm.com/read/358714/2984214
pod err_remove_state.pod
=pod
=head1 NAME
ERR_remove_state - free a thread's error queue
=head1 SYNOPSIS
#include
void ERR_remove_state(unsigned long pid);
=head1 DESCRIPTION
ERR_remove_state() frees
www.eeworm.com/read/358714/2984221
pod dsa_sign.pod
=pod
=head1 NAME
DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures
=head1 SYNOPSIS
#include
int DSA_sign(int type, const unsigned char *dgst, int len,
unsigned char *sigre
www.eeworm.com/read/358714/2984233
pod ssl_get_default_timeout.pod
=pod
=head1 NAME
SSL_get_default_timeout - get default session timeout value
=head1 SYNOPSIS
#include
long SSL_get_default_timeout(const SSL *ssl);
=head1 DESCRIPTION
SSL_get_
www.eeworm.com/read/358714/2984238
pod ssl_ctx_set_timeout.pod
=pod
=head1 NAME
SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching
=head1 SYNOPSIS
#include
long SSL_CTX_set_timeout(SSL_CTX *ctx, long t)
www.eeworm.com/read/358714/2984246
pod ssl_ctx_set_session_cache_mode.pod
=pod
=head1 NAME
SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching
=head1 SYNOPSIS
#include
long SSL_CTX_set_session_cache_mode(SSL
www.eeworm.com/read/358714/2984259
pod ssl_ctx_set_session_id_context.pod
=pod
=head1 NAME
SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can be reused (server side only)
=head1 SYNOPSIS
#include
int SSL_
www.eeworm.com/read/358714/2984277
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
www.eeworm.com/read/358714/2984278
pod ssl_get_peer_certificate.pod
=pod
=head1 NAME
SSL_get_peer_certificate - get the X509 certificate of the peer
=head1 SYNOPSIS
#include
X509 *SSL_get_peer_certificate(const SSL *ssl);
=head1 DESCRIPTION
SS