代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/238768/4609671
pod err_load_crypto_strings.pod
=pod
=head1 NAME
ERR_load_crypto_strings, SSL_load_error_strings, ERR_free_strings -
load and free error strings
=head1 SYNOPSIS
#include
void ERR_load_crypto_strings(void);
vo
www.eeworm.com/read/238768/4609677
pod err_error_string.pod
=pod
=head1 NAME
ERR_error_string, ERR_error_string_n, ERR_lib_error_string,
ERR_func_error_string, ERR_reason_error_string - obtain human-readable
error message
=head1 SYNOPSIS
#include
www.eeworm.com/read/238768/4609679
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/238768/4609692
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/238768/4609704
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/238768/4609711
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/238768/4609723
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/238768/4609728
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/238768/4609736
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/238768/4609749
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_