Clean SM2 and SM3

This commit is contained in:
Zhi Guan
2019-06-15 23:42:35 +08:00
parent 934a66ec36
commit cfcffd03d0
7 changed files with 5123 additions and 5346 deletions

View File

@@ -1,3 +1,3 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=sm2_err.c sm2_asn1.c sm2_id.c sm2_sign.c sm2_enc.c \
sm2_oct.c sm2_exch.c sm2_kmeth.c sm2_cosign.c
sm2_oct.c sm2_exch.c sm2_kmeth.c

View File

@@ -142,71 +142,3 @@ int i2d_SM2CiphertextValue_fp(FILE *fp, SM2CiphertextValue *a)
return ASN1_item_i2d_fp(ASN1_ITEM_rptr(SM2CiphertextValue), fp, a);
}
#endif
ASN1_SEQUENCE(SM2_COSIGNER1_SHARE) = {
ASN1_SIMPLE(SM2_COSIGNER1_SHARE, a, BIGNUM),
ASN1_SIMPLE(SM2_COSIGNER1_SHARE, b, BIGNUM)
} ASN1_SEQUENCE_END(SM2_COSIGNER1_SHARE)
IMPLEMENT_ASN1_FUNCTIONS(SM2_COSIGNER1_SHARE)
IMPLEMENT_ASN1_DUP_FUNCTION(SM2_COSIGNER1_SHARE)
ASN1_SEQUENCE(SM2_COSIGNER2_SHARE) = {
ASN1_SIMPLE(SM2_COSIGNER2_SHARE, a, BIGNUM),
ASN1_SIMPLE(SM2_COSIGNER2_SHARE, b, BIGNUM)
} ASN1_SEQUENCE_END(SM2_COSIGNER2_SHARE)
IMPLEMENT_ASN1_FUNCTIONS(SM2_COSIGNER2_SHARE)
IMPLEMENT_ASN1_DUP_FUNCTION(SM2_COSIGNER2_SHARE)
ASN1_SEQUENCE(SM2_COSIGNER1_PROOF) = {
ASN1_SIMPLE(SM2_COSIGNER1_PROOF, a, BIGNUM),
ASN1_SIMPLE(SM2_COSIGNER1_PROOF, b, BIGNUM)
} ASN1_SEQUENCE_END(SM2_COSIGNER1_PROOF)
IMPLEMENT_ASN1_FUNCTIONS(SM2_COSIGNER1_PROOF)
IMPLEMENT_ASN1_DUP_FUNCTION(SM2_COSIGNER1_PROOF)
ASN1_SEQUENCE(SM2_COSIGNER2_PROOF) = {
ASN1_SIMPLE(SM2_COSIGNER2_PROOF, a, BIGNUM),
ASN1_SIMPLE(SM2_COSIGNER2_PROOF, b, BIGNUM)
} ASN1_SEQUENCE_END(SM2_COSIGNER2_PROOF)
IMPLEMENT_ASN1_FUNCTIONS(SM2_COSIGNER2_PROOF)
IMPLEMENT_ASN1_DUP_FUNCTION(SM2_COSIGNER2_PROOF)
int i2d_SM2_COSIGNER1_SHARE_bio(BIO *bp, SM2_COSIGNER1_SHARE *a)
{
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(SM2_COSIGNER1_SHARE), bp, a);
}
SM2_COSIGNER1_SHARE *d2i_SM2_COSIGNER1_SHARE_bio(BIO *bp, SM2_COSIGNER1_SHARE **a)
{
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(SM2_COSIGNER1_SHARE), bp, a);
}
int i2d_SM2_COSIGNER2_SHARE_bio(BIO *bp, SM2_COSIGNER2_SHARE *a)
{
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(SM2_COSIGNER2_SHARE), bp, a);
}
SM2_COSIGNER2_SHARE *d2i_SM2_COSIGNER2_SHARE_bio(BIO *bp, SM2_COSIGNER2_SHARE **a)
{
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(SM2_COSIGNER2_SHARE), bp, a);
}
int i2d_SM2_COSIGNER1_PROOF_bio(BIO *bp, SM2_COSIGNER1_PROOF *a)
{
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(SM2_COSIGNER1_PROOF), bp, a);
}
SM2_COSIGNER1_PROOF *d2i_SM2_COSIGNER1_PROOF_bio(BIO *bp, SM2_COSIGNER1_PROOF **a)
{
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(SM2_COSIGNER1_PROOF), bp, a);
}
int i2d_SM2_COSIGNER2_PROOF_bio(BIO *bp, SM2_COSIGNER2_PROOF *a)
{
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(SM2_COSIGNER2_PROOF), bp, a);
}
SM2_COSIGNER2_PROOF *d2i_SM2_COSIGNER2_PROOF_bio(BIO *bp, SM2_COSIGNER2_PROOF **a)
{
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(SM2_COSIGNER2_PROOF), bp, a);
}

View File

@@ -1,90 +0,0 @@
/* ====================================================================
* Copyright (c) 2015 - 2019 The GmSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the GmSSL Project.
* (http://gmssl.org/)"
*
* 4. The name "GmSSL Project" must not be used to endorse or promote
* products derived from this software without prior written
* permission. For written permission, please contact
* guanzhi1980@gmail.com.
*
* 5. Products derived from this software may not be called "GmSSL"
* nor may "GmSSL" appear in their names without prior written
* permission of the GmSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the GmSSL Project
* (http://gmssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE GmSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE GmSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*/
#include <string.h>
#include <openssl/bn.h>
#include <openssl/ec.h>
#include <openssl/sm2.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/obj_mac.h>
#include <openssl/paillier.h>
#include "../ec/ec_lcl.h"
#include "sm2_lcl.h"
SM2_COSIGNER1_SHARE *SM2_cosigner1_setup(BIGNUM **k1, EC_KEY *ec_key, PAILLIER *pk)
{
SM2err(SM2_F_SM2_COSIGNER1_SETUP, SM2_R_NOT_IMPLEMENTED);
return NULL;
}
SM2_COSIGNER2_SHARE *SM2_cosigner2_setup(const SM2_COSIGNER1_SHARE *s1, BIGNUM **k2, EC_KEY *ec_key, PAILLIER *pk)
{
SM2err(SM2_F_SM2_COSIGNER2_SETUP, SM2_R_NOT_IMPLEMENTED);
return NULL;
}
SM2_COSIGNER1_PROOF *SM2_cosigner1_generate_proof(EC_KEY *ec_key, PAILLIER *pk)
{
SM2err(SM2_F_SM2_COSIGNER1_GENERATE_PROOF, SM2_R_NOT_IMPLEMENTED);
return NULL;
}
SM2_COSIGNER2_PROOF *SM2_cosigner2_generate_proof(EC_KEY *ec_key, PAILLIER *pk)
{
SM2err(SM2_F_SM2_COSIGNER2_GENERATE_PROOF, SM2_R_NOT_IMPLEMENTED);
return NULL;
}
ECDSA_SIG *SM2_cosigner1_generate_signature(EC_KEY *ec_key, PAILLIER *pk)
{
SM2err(SM2_F_SM2_COSIGNER1_GENERATE_SIGNATURE, SM2_R_NOT_IMPLEMENTED);
return NULL;
}

View File

@@ -46,10 +46,6 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*/
/* This implementation is a very straitforward implementaton of the SM3
* specification without any optimization tricks. It is also designed
* as a standalone module that can be ported.
*/
#include <string.h>
#include <openssl/sm3.h>
@@ -148,7 +144,6 @@ void sm3_compress(uint32_t digest[8], const unsigned char block[64])
uint32_t SS1, SS2, TT1, TT2;
int j;
for (j = 0; j < 16; j++)
W[j] = cpu_to_be32(pblock[j]);
@@ -210,18 +205,3 @@ void sm3(const unsigned char *msg, size_t msglen,
memset(&ctx, 0, sizeof(sm3_ctx_t));
}
#define DATA_ORDER_IS_BIG_ENDIAN
#define HASH_LONG SM3_LONG
#define HASH_CTX SM3_CTX
#define HASH_CBLOCK SM3_CBLOCK

View File

@@ -245,22 +245,6 @@ void EC_KEY_METHOD_get_decrypt(EC_KEY_METHOD *meth,
EVP_PKEY_OP_ENCRYPT|EVP_PKEY_OP_DECRYPT, \
EVP_PKEY_CTRL_EC_ENCRYPT_PARAM, -2, NULL)
typedef struct SM2_COSIGNER1_SHARE_st SM2_COSIGNER1_SHARE;
typedef struct SM2_COSIGNER2_SHARE_st SM2_COSIGNER2_SHARE;
typedef struct SM2_COSIGNER1_PROOF_st SM2_COSIGNER1_PROOF;
typedef struct SM2_COSIGNER2_PROOF_st SM2_COSIGNER2_PROOF;
DECLARE_ASN1_FUNCTIONS(SM2_COSIGNER1_SHARE)
DECLARE_ASN1_FUNCTIONS(SM2_COSIGNER2_SHARE)
DECLARE_ASN1_FUNCTIONS(SM2_COSIGNER1_PROOF)
DECLARE_ASN1_FUNCTIONS(SM2_COSIGNER2_PROOF)
/* the following API not finished */
SM2_COSIGNER1_SHARE *SM2_cosigner1_setup(BIGNUM **k1, EC_KEY *ec_key, PAILLIER *pk);
SM2_COSIGNER2_SHARE *SM2_cosigner2_setup(const SM2_COSIGNER1_SHARE *s1, BIGNUM **k2, EC_KEY *ec_key, PAILLIER *pk);
SM2_COSIGNER1_PROOF *SM2_cosigner1_generate_proof(EC_KEY *ec_key, PAILLIER *pk);
SM2_COSIGNER2_PROOF *SM2_cosigner2_generate_proof(EC_KEY *ec_key, PAILLIER *pk);
ECDSA_SIG *SM2_cosigner1_generate_signature(EC_KEY *ec_key, PAILLIER *pk);
/* BEGIN ERROR CODES */
/*

File diff suppressed because it is too large Load Diff

View File

@@ -1,411 +1,411 @@
SSL_set_not_resumable_session_callback 1 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cipher_list 2 1_1_0d EXIST::FUNCTION:
SSL_set_trust 3 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_next_proto_select_cb 4 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
SSL_set_security_level 5 1_1_0d EXIST::FUNCTION:
SSL_dup_CA_list 6 1_1_0d EXIST::FUNCTION:
SSL_get0_verified_chain 7 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_compress_id 8 1_1_0d EXIST::FUNCTION:
SSL_add_dir_cert_subjects_to_stack 9 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set_ex_data 10 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_mode 11 1_1_0d EXIST::FUNCTION:
SSL_get_selected_srtp_profile 12 1_1_0d EXIST::FUNCTION:SRTP
SSL_get_shared_sigalgs 13 1_1_0d EXIST::FUNCTION:
SSL_set_session_ticket_ext_cb 14 1_1_0d EXIST::FUNCTION:
SSL_dup 15 1_1_0d EXIST::FUNCTION:
SSL_set_info_callback 16 1_1_0d EXIST::FUNCTION:
SSL_get_state 17 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_id 18 1_1_0d EXIST::FUNCTION:
SSL_set0_wbio 19 1_1_0d EXIST::FUNCTION:
SSL_up_ref 20 1_1_0d EXIST::FUNCTION:
SSL_check_private_key 21 1_1_0d EXIST::FUNCTION:
TLSv1_2_server_method 22 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_set1_param 23 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ciphers 24 1_1_0d EXIST::FUNCTION:
SSL_get_srp_g 25 1_1_0d EXIST::FUNCTION:SRP
SSL_set_tmp_dh_callback 26 1_1_0d EXIST::FUNCTION:DH
SSL_CTX_set1_param 27 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_security_level 28 1_1_0d EXIST::FUNCTION:
SSL_SRP_CTX_init 29 1_1_0d EXIST::FUNCTION:SRP
SSL_use_PrivateKey_ASN1 30 1_1_0d EXIST::FUNCTION:
GMTLS_server_method 31 1_1_0d EXIST::FUNCTION:GMTLS
SSL_set1_host 32 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_client_cert_engine 33 1_1_0d EXIST::FUNCTION:ENGINE
SSL_CTX_sess_set_remove_cb 34 1_1_0d EXIST::FUNCTION:
SSL_CTX_new 35 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set1_prefix 36 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_param 37 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_ASN1 38 1_1_0d EXIST::FUNCTION:
SSL_get_client_random 39 1_1_0d EXIST::FUNCTION:
SSL_use_psk_identity_hint 40 1_1_0d EXIST::FUNCTION:PSK
SSL_CTX_set_cert_store 41 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_alpn_protos 42 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_depth 43 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_client_CA_list 44 1_1_0d EXIST::FUNCTION:
SSL_get_srp_userinfo 45 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_cert_verify_callback 46 1_1_0d EXIST::FUNCTION:
SSL_SESSION_new 47 1_1_0d EXIST::FUNCTION:
SSL_use_RSAPrivateKey_ASN1 48 1_1_0d EXIST::FUNCTION:RSA
SSL_get0_next_proto_negotiated 49 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
SSL_CTX_set_ctlog_list_file 50 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_set_next_protos_advertised_cb 51 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
DTLS_method 52 1_1_0d EXIST::FUNCTION:
SSL_SESSION_print_fp 53 1_1_0d EXIST::FUNCTION:STDIO
PEM_read_bio_SSL_SESSION 54 1_1_0d EXIST::FUNCTION:
SSL_get_ssl_method 55 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_serverinfo_file 56 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ct_validation_callback 57 1_1_0d EXIST::FUNCTION:CT
SSL_SESSION_set_timeout 58 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set_ssl_ctx 59 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_security_callback 60 1_1_0d EXIST::FUNCTION:
SSL_set_alpn_protos 61 1_1_0d EXIST::FUNCTION:
SSL_use_RSAPrivateKey_file 62 1_1_0d EXIST::FUNCTION:RSA
SSL_get_ex_data_X509_STORE_CTX_idx 63 1_1_0d EXIST::FUNCTION:
SSL_set_options 64 1_1_0d EXIST::FUNCTION:
SSL_set0_security_ex_data 65 1_1_0d EXIST::FUNCTION:
SSL_set_psk_server_callback 66 1_1_0d EXIST::FUNCTION:PSK
SSL_has_matching_session_id 67 1_1_0d EXIST::FUNCTION:
SSL_get1_session 68 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_name 69 1_1_0d EXIST::FUNCTION:
SSL_want 70 1_1_0d EXIST::FUNCTION:
SSL_add1_host 71 1_1_0d EXIST::FUNCTION:
SSL_CTX_up_ref 72 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_peer 73 1_1_0d EXIST::FUNCTION:
SSL_get_SSL_CTX 74 1_1_0d EXIST::FUNCTION:
TLSv1_1_method 75 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_get_srtp_profiles 76 1_1_0d EXIST::FUNCTION:SRTP
SSL_SESSION_get_id 77 1_1_0d EXIST::FUNCTION:
SSL_set_quiet_shutdown 78 1_1_0d EXIST::FUNCTION:
TLS_client_method 79 1_1_0d EXIST::FUNCTION:
SSL_get_read_ahead 80 1_1_0d EXIST::FUNCTION:
SSL_get_shutdown 81 1_1_0d EXIST::FUNCTION:
SSL_set_fd 82 1_1_0d EXIST::FUNCTION:SOCK
SSL_CTX_add_server_custom_ext 83 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_strength 84 1_1_0d EXIST::FUNCTION:SRP
SSL_set0_rbio 85 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_set_get_cb 86 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set_time 87 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_purpose 88 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate 89 1_1_0d EXIST::FUNCTION:
SSL_callback_ctrl 90 1_1_0d EXIST::FUNCTION:
SSL_in_before 91 1_1_0d EXIST::FUNCTION:
SSL_CTX_flush_sessions 92 1_1_0d EXIST::FUNCTION:
SSL_get_default_passwd_cb_userdata 93 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_ctlog_store 94 1_1_0d EXIST::FUNCTION:CT
SSL_get_servername 95 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_certificate 96 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_verify_depth 97 1_1_0d EXIST::FUNCTION:
SSL_set_bio 98 1_1_0d EXIST::FUNCTION:
SSL_load_client_CA_file 99 1_1_0d EXIST::FUNCTION:
TLSv1_1_server_method 100 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_get_server_random 101 1_1_0d EXIST::FUNCTION:
TLSv1_client_method 102 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
SSL_CTX_set_default_passwd_cb_userdata 103 1_1_0d EXIST::FUNCTION:
SSL_is_gmtls 104 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_timeout 105 1_1_0d EXIST::FUNCTION:
GMTLS_method 106 1_1_0d EXIST::FUNCTION:GMTLS
SSL_CTX_ctrl 107 1_1_0d EXIST::FUNCTION:
SSL_dane_clear_flags 108 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_compression_methods 109 1_1_0d EXIST::FUNCTION:
PEM_write_bio_SSL_SESSION 110 1_1_0d EXIST::FUNCTION:
SSL_ctrl 111 1_1_0d EXIST::FUNCTION:
SSL_get_certificate 112 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_tmp_dh_callback 113 1_1_0d EXIST::FUNCTION:DH
SSL_get_error 114 1_1_0d EXIST::FUNCTION:
TLSv1_method 115 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
SSL_SESSION_set1_id 116 1_1_0d EXIST::FUNCTION:
SSL_config 117 1_1_0d EXIST::FUNCTION:
SSL_get_options 118 1_1_0d EXIST::FUNCTION:
SSL_get_wbio 119 1_1_0d EXIST::FUNCTION:
SSL_get0_param 120 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ex_data 121 1_1_0d EXIST::FUNCTION:
SSL_get0_security_ex_data 122 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_id_context 123 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_options 124 1_1_0d EXIST::FUNCTION:
SSL_clear_options 125 1_1_0d EXIST::FUNCTION:
SSL_get_rbio 1 1_1_0d EXIST::FUNCTION:
SSL_set_cert_cb 2 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_version 3 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_callback 4 1_1_0d EXIST::FUNCTION:
SSL_has_matching_session_id 5 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cert_cb 6 1_1_0d EXIST::FUNCTION:
SSL_select_next_proto 7 1_1_0d EXIST::FUNCTION:
SSL_in_init 8 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_mtype_set 9 1_1_0d EXIST::FUNCTION:
SSL_dane_enable 10 1_1_0d EXIST::FUNCTION:
SSL_SRP_CTX_free 11 1_1_0d EXIST::FUNCTION:SRP
SSLv3_client_method 12 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
TLSv1_2_method 13 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_SESSION_get_protocol_version 14 1_1_0d EXIST::FUNCTION:
SSL_set_read_ahead 15 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cookie_verify_cb 16 1_1_0d EXIST::FUNCTION:
SSL_get_shared_ciphers 17 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_psk_server_callback 18 1_1_0d EXIST::FUNCTION:PSK
BIO_new_buffer_ssl_connect 19 1_1_0d EXIST::FUNCTION:
SSL_CONF_cmd_value_type 20 1_1_0d EXIST::FUNCTION:
SSL_get0_alpn_selected 21 1_1_0d EXIST::FUNCTION:
SSL_get_client_ciphers 22 1_1_0d EXIST::FUNCTION:
SSLv3_server_method 23 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
SSL_set_security_callback 24 1_1_0d EXIST::FUNCTION:
SSL_get_privatekey 25 1_1_0d EXIST::FUNCTION:
SSL_get_srp_g 26 1_1_0d EXIST::FUNCTION:SRP
SSL_set_default_passwd_cb_userdata 27 1_1_0d EXIST::FUNCTION:
DTLS_method 28 1_1_0d EXIST::FUNCTION:
BIO_new_ssl_connect 29 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ex_data 30 1_1_0d EXIST::FUNCTION:
SSL_CTX_add_session 31 1_1_0d EXIST::FUNCTION:
SSL_CTX_config 32 1_1_0d EXIST::FUNCTION:
SSL_CTX_flush_sessions 33 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cipher_list 34 1_1_0d EXIST::FUNCTION:
SSL_CTX_check_private_key 35 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_psk_identity_hint 36 1_1_0d EXIST::FUNCTION:PSK
SSL_get_error 37 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_param 38 1_1_0d EXIST::FUNCTION:
SSL_add_file_cert_subjects_to_stack 39 1_1_0d EXIST::FUNCTION:
SSL_up_ref 40 1_1_0d EXIST::FUNCTION:
SSL_SESSION_print_fp 41 1_1_0d EXIST::FUNCTION:STDIO
SSL_CTX_use_PrivateKey_ASN1 42 1_1_0d EXIST::FUNCTION:
SSL_get_peer_cert_chain 43 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_clear_flags 44 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_verify 45 1_1_0d EXIST::FUNCTION:
i2d_SSL_SESSION 46 1_1_0d EXIST::FUNCTION:
SSL_set_verify_depth 47 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set_ex_data 48 1_1_0d EXIST::FUNCTION:
SSL_add1_host 49 1_1_0d EXIST::FUNCTION:
SSL_set_tlsext_use_srtp 50 1_1_0d EXIST::FUNCTION:SRTP
SSL_session_reused 51 1_1_0d EXIST::FUNCTION:
SSL_get0_dane_authority 52 1_1_0d EXIST::FUNCTION:
SSL_alert_type_string_long 53 1_1_0d EXIST::FUNCTION:
SSL_use_RSAPrivateKey_ASN1 54 1_1_0d EXIST::FUNCTION:RSA
SSL_CTX_SRP_CTX_free 55 1_1_0d EXIST::FUNCTION:SRP
SSL_use_PrivateKey_ASN1 56 1_1_0d EXIST::FUNCTION:
SSL_set_quiet_shutdown 57 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_ctlog_store 58 1_1_0d EXIST::FUNCTION:CT
SSL_use_RSAPrivateKey 59 1_1_0d EXIST::FUNCTION:RSA
PEM_write_bio_SSL_SESSION 60 1_1_0d EXIST::FUNCTION:
GMTLS_client_method 61 1_1_0d EXIST::FUNCTION:GMTLS
SSL_use_certificate_file 62 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_purpose 63 1_1_0d EXIST::FUNCTION:
SSL_add_dir_cert_subjects_to_stack 64 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_next_proto_select_cb 65 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
DTLSv1_server_method 66 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
SSL_CONF_CTX_set_flags 67 1_1_0d EXIST::FUNCTION:
SSL_get_srp_userinfo 68 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set0_security_ex_data 69 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_client_cert_cb 70 1_1_0d EXIST::FUNCTION:
DTLSv1_client_method 71 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
SSL_set_hostflags 72 1_1_0d EXIST::FUNCTION:
SSL_dane_set_flags 73 1_1_0d EXIST::FUNCTION:
SSL_set_SSL_CTX 74 1_1_0d EXIST::FUNCTION:
SSL_get_current_cipher 75 1_1_0d EXIST::FUNCTION:
SSL_CTX_remove_session 76 1_1_0d EXIST::FUNCTION:
SSL_config 77 1_1_0d EXIST::FUNCTION:
SSL_write 78 1_1_0d EXIST::FUNCTION:
SSL_copy_session_id 79 1_1_0d EXIST::FUNCTION:
SSL_get_session 80 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ssl_method 81 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_ctlog_list_file 82 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_set_next_protos_advertised_cb 83 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
SSL_CTX_set_alpn_select_cb 84 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ctlog_list_file 85 1_1_0d EXIST::FUNCTION:CT
SSL_dane_clear_flags 86 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set_ssl 87 1_1_0d EXIST::FUNCTION:
SSL_get0_verified_chain 88 1_1_0d EXIST::FUNCTION:
TLSv1_2_server_method 89 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_get_quiet_shutdown 90 1_1_0d EXIST::FUNCTION:
TLSv1_server_method 91 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
SSL_get_options 92 1_1_0d EXIST::FUNCTION:
SSL_rstate_string 93 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_set_new_cb 94 1_1_0d EXIST::FUNCTION:
SSL_alert_desc_string_long 95 1_1_0d EXIST::FUNCTION:
SSL_get_ciphers 96 1_1_0d EXIST::FUNCTION:
SSL_set_psk_server_callback 97 1_1_0d EXIST::FUNCTION:PSK
SSL_CTX_get_security_level 98 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ct_validation_callback 99 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_set_trust 100 1_1_0d EXIST::FUNCTION:
SSL_get_security_level 101 1_1_0d EXIST::FUNCTION:
SSL_CTX_add_client_custom_ext 102 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_security_callback 103 1_1_0d EXIST::FUNCTION:
BIO_ssl_shutdown 104 1_1_0d EXIST::FUNCTION:
SSL_set_ssl_method 105 1_1_0d EXIST::FUNCTION:
SSL_CTX_add_client_CA 106 1_1_0d EXIST::FUNCTION:
SSL_version 107 1_1_0d EXIST::FUNCTION:
SSL_set_ex_data 108 1_1_0d EXIST::FUNCTION:
SSL_check_chain 109 1_1_0d EXIST::FUNCTION:
SSL_SESSION_free 110 1_1_0d EXIST::FUNCTION:
SSL_set_info_callback 111 1_1_0d EXIST::FUNCTION:
SSL_get1_session 112 1_1_0d EXIST::FUNCTION:
SRP_Calc_A_param 113 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_use_RSAPrivateKey_file 114 1_1_0d EXIST::FUNCTION:RSA
SSL_get_peer_certificate 115 1_1_0d EXIST::FUNCTION:
SSL_set1_param 116 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_name 117 1_1_0d EXIST::FUNCTION:
SSL_export_keying_material 118 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_get_remove_cb 119 1_1_0d EXIST::FUNCTION:
SSL_get_read_ahead 120 1_1_0d EXIST::FUNCTION:
SSL_set_session_id_context 121 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_set_remove_cb 122 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set1_prefix 123 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_verify_depth 124 1_1_0d EXIST::FUNCTION:
SSL_certs_clear 125 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_verify_paths 126 1_1_0d EXIST::FUNCTION:
SSL_get_peer_cert_chain 127 1_1_0d EXIST::FUNCTION:
BIO_f_ssl 128 1_1_0d EXIST::FUNCTION:
SSL_CTX_sessions 129 1_1_0d EXIST::FUNCTION:
SSL_get_current_expansion 130 1_1_0d EXIST::FUNCTION:
SSL_set_rfd 131 1_1_0d EXIST::FUNCTION:SOCK
SSL_set_accept_state 132 1_1_0d EXIST::FUNCTION:
SSL_is_init_finished 133 1_1_0d EXIST::FUNCTION:
SSL_SESSION_has_ticket 134 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cookie_generate_cb 135 1_1_0d EXIST::FUNCTION:
BIO_new_buffer_ssl_connect 136 1_1_0d EXIST::FUNCTION:
SSL_add_ssl_module 137 1_1_0d EXIST::FUNCTION:
SSL_use_certificate_file 138 1_1_0d EXIST::FUNCTION:
SSL_CONF_cmd 139 1_1_0d EXIST::FUNCTION:
SSL_SESSION_free 140 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_tlsext_use_srtp 141 1_1_0d EXIST::FUNCTION:SRTP
SSL_CONF_CTX_finish 142 1_1_0d EXIST::FUNCTION:
i2d_SSL_SESSION 143 1_1_0d EXIST::FUNCTION:
SSL_get1_supported_ciphers 144 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_kx_nid 145 1_1_0d EXIST::FUNCTION:
SSL_srp_server_param_with_username 146 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_client_cert_cb 147 1_1_0d EXIST::FUNCTION:
SSL_CTX_enable_ct 148 1_1_0d EXIST::FUNCTION:CT
DTLSv1_2_server_method 149 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_2_METHOD
SSL_get_security_callback 150 1_1_0d EXIST::FUNCTION:
SSL_get_psk_identity 151 1_1_0d EXIST::FUNCTION:PSK
BIO_new_ssl 152 1_1_0d EXIST::FUNCTION:
SSL_set_shutdown 153 1_1_0d EXIST::FUNCTION:
SSL_waiting_for_async 154 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_master_key 155 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_bits 156 1_1_0d EXIST::FUNCTION:
SSL_dane_enable 157 1_1_0d EXIST::FUNCTION:
SSL_set_connect_state 158 1_1_0d EXIST::FUNCTION:
SSL_get_srp_username 159 1_1_0d EXIST::FUNCTION:SRP
SSL_get_verify_mode 160 1_1_0d EXIST::FUNCTION:
OPENSSL_init_ssl 161 1_1_0d EXIST::FUNCTION:
SSL_certs_clear 162 1_1_0d EXIST::FUNCTION:
SSL_select_next_proto 163 1_1_0d EXIST::FUNCTION:
SSL_set_default_read_buffer_len 164 1_1_0d EXIST::FUNCTION:
SSL_set_default_passwd_cb_userdata 165 1_1_0d EXIST::FUNCTION:
SSL_enable_ct 166 1_1_0d EXIST::FUNCTION:CT
SSL_SESSION_print 167 1_1_0d EXIST::FUNCTION:
SSL_SRP_CTX_free 168 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_default_passwd_cb 169 1_1_0d EXIST::FUNCTION:
SSL_do_handshake 170 1_1_0d EXIST::FUNCTION:
SSL_CTX_SRP_CTX_init 171 1_1_0d EXIST::FUNCTION:SRP
ERR_load_SSL_strings 172 1_1_0d EXIST::FUNCTION:
SSL_CTX_ct_is_enabled 173 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_set_srp_verify_param_callback 174 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_default_verify_file 175 1_1_0d EXIST::FUNCTION:
SRP_Calc_A_param 176 1_1_0d EXIST::FUNCTION:SRP
SSL_set_srp_server_param 177 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set0_security_ex_data 178 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_verify 179 1_1_0d EXIST::FUNCTION:
SSL_CTX_has_client_custom_ext 180 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set1_id_context 181 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_msg_callback 182 1_1_0d EXIST::FUNCTION:
SSL_set_verify_depth 183 1_1_0d EXIST::FUNCTION:
SSL_set_psk_client_callback 184 1_1_0d EXIST::FUNCTION:PSK
SSL_get_default_timeout 185 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_alpn_select_cb 186 1_1_0d EXIST::FUNCTION:
DTLSv1_method 187 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
SSL_CTX_clear_options 188 1_1_0d EXIST::FUNCTION:
SSL_set_wfd 189 1_1_0d EXIST::FUNCTION:SOCK
SSL_CTX_check_private_key 190 1_1_0d EXIST::FUNCTION:
SSL_get_all_async_fds 191 1_1_0d EXIST::FUNCTION:
SSL_get0_dane 192 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_read_buffer_len 193 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_quiet_shutdown 194 1_1_0d EXIST::FUNCTION:
SSL_CTX_set0_ctlog_store 195 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_remove_session 196 1_1_0d EXIST::FUNCTION:
SSL_set_SSL_CTX 197 1_1_0d EXIST::FUNCTION:
SSL_renegotiate_pending 198 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_cb_arg 199 1_1_0d EXIST::FUNCTION:SRP
SSL_set_security_callback 200 1_1_0d EXIST::FUNCTION:
SSL_get_rfd 201 1_1_0d EXIST::FUNCTION:
TLS_server_method 202 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_set_new_cb 203 1_1_0d EXIST::FUNCTION:
SSL_CTX_callback_ctrl 204 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_PrivateKey 205 1_1_0d EXIST::FUNCTION:
SSLv3_server_method 206 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
TLSv1_2_method 207 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_CTX_add_session 208 1_1_0d EXIST::FUNCTION:
SSLv3_method 209 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
SSL_CIPHER_find 210 1_1_0d EXIST::FUNCTION:
SSL_dane_tlsa_add 211 1_1_0d EXIST::FUNCTION:
SSL_CONF_cmd_value_type 212 1_1_0d EXIST::FUNCTION:
SSL_CTX_load_verify_locations 213 1_1_0d EXIST::FUNCTION:
SSL_get_quiet_shutdown 214 1_1_0d EXIST::FUNCTION:
SSL_alert_desc_string 215 1_1_0d EXIST::FUNCTION:
SSL_get_srp_N 216 1_1_0d EXIST::FUNCTION:SRP
SSL_is_server 217 1_1_0d EXIST::FUNCTION:
BIO_ssl_copy_session_id 218 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_description 219 1_1_0d EXIST::FUNCTION:
SSL_connect 220 1_1_0d EXIST::FUNCTION:
SSL_COMP_add_compression_method 221 1_1_0d EXIST::FUNCTION:
SSL_write 222 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_RSAPrivateKey 223 1_1_0d EXIST::FUNCTION:RSA
SSL_accept 224 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_hostname 225 1_1_0d EXIST::FUNCTION:
SSL_has_pending 226 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_set_flags 227 1_1_0d EXIST::FUNCTION:
SSL_extension_supported 228 1_1_0d EXIST::FUNCTION:
SSL_use_RSAPrivateKey 229 1_1_0d EXIST::FUNCTION:RSA
SSL_CTX_get_security_level 230 1_1_0d EXIST::FUNCTION:
SSL_get_current_cipher 231 1_1_0d EXIST::FUNCTION:
DTLSv1_2_method 232 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_2_METHOD
SSL_CTX_SRP_CTX_free 233 1_1_0d EXIST::FUNCTION:SRP
SSL_get_version 234 1_1_0d EXIST::FUNCTION:
SSL_peek 235 1_1_0d EXIST::FUNCTION:
SSL_alert_type_string 236 1_1_0d EXIST::FUNCTION:
SSL_renegotiate 237 1_1_0d EXIST::FUNCTION:
SSL_state_string_long 238 1_1_0d EXIST::FUNCTION:
SSL_get_cipher_list 239 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_timeout 240 1_1_0d EXIST::FUNCTION:
TLSv1_server_method 241 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
SSL_in_init 242 1_1_0d EXIST::FUNCTION:
SSL_get_wfd 243 1_1_0d EXIST::FUNCTION:
SSL_copy_session_id 244 1_1_0d EXIST::FUNCTION:
SSL_CTX_config 245 1_1_0d EXIST::FUNCTION:
SSL_add_client_CA 246 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_file 247 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_digest_nid 248 1_1_0d EXIST::FUNCTION:
SSL_set_cipher_list 249 1_1_0d EXIST::FUNCTION:
SSL_clear 250 1_1_0d EXIST::FUNCTION:
SSL_CTX_free 251 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set_ssl 252 1_1_0d EXIST::FUNCTION:
BIO_new_ssl_connect 253 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_ctlog_list_file 254 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_get_default_passwd_cb 255 1_1_0d EXIST::FUNCTION:
SSL_set_debug 256 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0
SSL_shutdown 257 1_1_0d EXIST::FUNCTION:
SSL_get_privatekey 258 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate_chain_file 259 1_1_0d EXIST::FUNCTION:
SSL_set_session_ticket_ext 260 1_1_0d EXIST::FUNCTION:
SSL_trace 261 1_1_0d EXIST::FUNCTION:SSL_TRACE
SSL_CTX_set_srp_client_pwd_callback 262 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_add_client_CA 263 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_trust 264 1_1_0d EXIST::FUNCTION:
SSL_set_tlsext_use_srtp 265 1_1_0d EXIST::FUNCTION:SRTP
SSL_get_info_callback 266 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_timeout 267 1_1_0d EXIST::FUNCTION:
SSL_rstate_string_long 268 1_1_0d EXIST::FUNCTION:
SSL_get_session 269 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_name 270 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set_flags 271 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_default_passwd_cb_userdata 272 1_1_0d EXIST::FUNCTION:
SSL_state_string 273 1_1_0d EXIST::FUNCTION:
d2i_SSL_SESSION 274 1_1_0d EXIST::FUNCTION:
SSL_set_session_secret_cb 275 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_callback 276 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_mtype_set 277 1_1_0d EXIST::FUNCTION:
SSL_get_client_CA_list 278 1_1_0d EXIST::FUNCTION:
SSL_get_servername_type 279 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_id 280 1_1_0d EXIST::FUNCTION:
SSL_get0_peer_scts 281 1_1_0d EXIST::FUNCTION:CT
SSL_SESSION_get0_ticket 282 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_generate_session_id 283 1_1_0d EXIST::FUNCTION:
SSL_SESSION_up_ref 284 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_cipher_nid 285 1_1_0d EXIST::FUNCTION:
SSL_use_certificate 286 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ssl_method 287 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cookie_verify_cb 288 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_psk_identity_hint 289 1_1_0d EXIST::FUNCTION:PSK
SSL_CTX_use_RSAPrivateKey_file 290 1_1_0d EXIST::FUNCTION:RSA
SSL_CTX_get0_privatekey 291 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_ex_data 292 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_auth_nid 293 1_1_0d EXIST::FUNCTION:
SSL_set_verify 294 1_1_0d EXIST::FUNCTION:
SSL_new 295 1_1_0d EXIST::FUNCTION:
SSL_COMP_get0_name 296 1_1_0d EXIST::FUNCTION:
SSL_use_certificate_ASN1 297 1_1_0d EXIST::FUNCTION:
SSL_get_finished 298 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_version 299 1_1_0d EXIST::FUNCTION:
SSL_get0_alpn_selected 300 1_1_0d EXIST::FUNCTION:
DTLS_client_method 301 1_1_0d EXIST::FUNCTION:
SSL_get_security_level 302 1_1_0d EXIST::FUNCTION:
SSL_alert_type_string_long 303 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_not_resumable_session_callback 304 1_1_0d EXIST::FUNCTION:
SSL_get_current_compression 305 1_1_0d EXIST::FUNCTION:
SSL_get_psk_identity_hint 306 1_1_0d EXIST::FUNCTION:PSK
SSL_set_ct_validation_callback 307 1_1_0d EXIST::FUNCTION:CT
SSL_get_peer_certificate 308 1_1_0d EXIST::FUNCTION:
SSL_set_read_ahead 309 1_1_0d EXIST::FUNCTION:
SSL_set_session_id_context 310 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ssl_version 311 1_1_0d EXIST::FUNCTION:
SSL_get_peer_finished 312 1_1_0d EXIST::FUNCTION:
SSL_get_fd 313 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_options 314 1_1_0d EXIST::FUNCTION:
SSL_get_changed_async_fds 315 1_1_0d EXIST::FUNCTION:
SSL_get_rbio 316 1_1_0d EXIST::FUNCTION:
SSL_set_default_passwd_cb 317 1_1_0d EXIST::FUNCTION:
SSL_get_verify_callback 318 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_username 319 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_info_callback 320 1_1_0d EXIST::FUNCTION:
SSL_use_PrivateKey 321 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_cipher 322 1_1_0d EXIST::FUNCTION:
SSL_set_ex_data 323 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_verify_dir 324 1_1_0d EXIST::FUNCTION:
SSL_CONF_cmd_argv 325 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_standard_name 326 1_1_0d EXIST::FUNCTION:SSL_TRACE
DTLSv1_client_method 327 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
DTLSv1_server_method 328 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
SSL_CTX_use_serverinfo 329 1_1_0d EXIST::FUNCTION:
SSL_version 330 1_1_0d EXIST::FUNCTION:
SSL_get_ex_data 331 1_1_0d EXIST::FUNCTION:
SSL_set_generate_session_id 332 1_1_0d EXIST::FUNCTION:
SSL_session_reused 333 1_1_0d EXIST::FUNCTION:
SSL_get_sigalgs 334 1_1_0d EXIST::FUNCTION:
SSL_read 335 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_get_get_cb 336 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_security_callback 337 1_1_0d EXIST::FUNCTION:
SSL_set_srp_server_param_pw 338 1_1_0d EXIST::FUNCTION:SRP
PEM_write_SSL_SESSION 339 1_1_0d EXIST::FUNCTION:STDIO
SSL_CTX_get_quiet_shutdown 340 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_info_callback 341 1_1_0d EXIST::FUNCTION:
SSL_use_PrivateKey_file 342 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_is_aead 343 1_1_0d EXIST::FUNCTION:
SSL_set_session 344 1_1_0d EXIST::FUNCTION:
SSL_renegotiate_abbreviated 345 1_1_0d EXIST::FUNCTION:
PEM_read_SSL_SESSION 346 1_1_0d EXIST::FUNCTION:STDIO
SSL_set_purpose 347 1_1_0d EXIST::FUNCTION:
SSL_get_verify_depth 348 1_1_0d EXIST::FUNCTION:
TLSv1_2_client_method 349 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_CTX_set_psk_server_callback 350 1_1_0d EXIST::FUNCTION:PSK
GMTLS_client_method 351 1_1_0d EXIST::FUNCTION:GMTLS
SSL_CTX_set_session_id_context 352 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate_file 353 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_password 354 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_add_client_custom_ext 355 1_1_0d EXIST::FUNCTION:
BIO_new_ssl 127 1_1_0d EXIST::FUNCTION:
SSL_set0_wbio 128 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_cipher_nid 129 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cert_store 130 1_1_0d EXIST::FUNCTION:
SSL_set_psk_client_callback 131 1_1_0d EXIST::FUNCTION:PSK
SSL_CONF_cmd_argv 132 1_1_0d EXIST::FUNCTION:
SSL_set_ct_validation_callback 133 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_use_certificate_chain_file 134 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set_timeout 135 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_set_flags 136 1_1_0d EXIST::FUNCTION:
SSL_CTX_set1_param 137 1_1_0d EXIST::FUNCTION:
SSL_SESSION_print 138 1_1_0d EXIST::FUNCTION:
SSL_dup_CA_list 139 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate 140 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_compression_methods 141 1_1_0d EXIST::FUNCTION:
SSL_dane_tlsa_add 142 1_1_0d EXIST::FUNCTION:
SSL_enable_ct 143 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_sessions 144 1_1_0d EXIST::FUNCTION:
SSL_set_trust 145 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_security_ex_data 146 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_set_ssl_ctx 147 1_1_0d EXIST::FUNCTION:
SSL_CTX_callback_ctrl 148 1_1_0d EXIST::FUNCTION:
PEM_read_SSL_SESSION 149 1_1_0d EXIST::FUNCTION:STDIO
BIO_ssl_copy_session_id 150 1_1_0d EXIST::FUNCTION:
SSL_add_client_CA 151 1_1_0d EXIST::FUNCTION:
d2i_SSL_SESSION 152 1_1_0d EXIST::FUNCTION:
SSL_callback_ctrl 153 1_1_0d EXIST::FUNCTION:
SSL_set_session 154 1_1_0d EXIST::FUNCTION:
SSL_set0_security_ex_data 155 1_1_0d EXIST::FUNCTION:
SSL_set_client_CA_list 156 1_1_0d EXIST::FUNCTION:
SSL_set_session_ticket_ext_cb 157 1_1_0d EXIST::FUNCTION:
SSL_has_pending 158 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_info_callback 159 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_bits 160 1_1_0d EXIST::FUNCTION:
SSL_COMP_get_id 161 1_1_0d EXIST::FUNCTION:
SSL_get_current_compression 162 1_1_0d EXIST::FUNCTION:
SSL_accept 163 1_1_0d EXIST::FUNCTION:
TLSv1_client_method 164 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
SSL_get_shared_sigalgs 165 1_1_0d EXIST::FUNCTION:
SSL_client_version 166 1_1_0d EXIST::FUNCTION:
SSL_get_servername 167 1_1_0d EXIST::FUNCTION:
SSL_get_ex_data_X509_STORE_CTX_idx 168 1_1_0d EXIST::FUNCTION:
SSL_ct_is_enabled 169 1_1_0d EXIST::FUNCTION:CT
SSL_set_generate_session_id 170 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_quiet_shutdown 171 1_1_0d EXIST::FUNCTION:
SSL_set_srp_server_param 172 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set0_ctlog_store 173 1_1_0d EXIST::FUNCTION:CT
TLS_client_method 174 1_1_0d EXIST::FUNCTION:
SSL_get_srp_username 175 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_sess_get_get_cb 176 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_depth 177 1_1_0d EXIST::FUNCTION:
SSL_get_changed_async_fds 178 1_1_0d EXIST::FUNCTION:
SSL_get_default_timeout 179 1_1_0d EXIST::FUNCTION:
SSL_set_fd 180 1_1_0d EXIST::FUNCTION:SOCK
SSL_CTX_use_certificate_file 181 1_1_0d EXIST::FUNCTION:
SSL_CTX_SRP_CTX_init 182 1_1_0d EXIST::FUNCTION:SRP
SSL_state_string_long 183 1_1_0d EXIST::FUNCTION:
SSL_set_verify 184 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_timeout 185 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_serverinfo_file 186 1_1_0d EXIST::FUNCTION:
SSL_COMP_set0_compression_methods 187 1_1_0d EXIST::FUNCTION:
SSL_alert_type_string 188 1_1_0d EXIST::FUNCTION:
SSL_peek 189 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_auth_nid 190 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_cb_arg 191 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_generate_session_id 192 1_1_0d EXIST::FUNCTION:
SSL_get_cipher_list 193 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_not_resumable_session_callback 194 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_clear_flags 195 1_1_0d EXIST::FUNCTION:
SSL_get_SSL_CTX 196 1_1_0d EXIST::FUNCTION:
TLSv1_2_client_method 197 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_2_METHOD
SSL_set_accept_state 198 1_1_0d EXIST::FUNCTION:
SSL_get0_peer_scts 199 1_1_0d EXIST::FUNCTION:CT
SSL_srp_server_param_with_username 200 1_1_0d EXIST::FUNCTION:SRP
GMTLS_server_method 201 1_1_0d EXIST::FUNCTION:GMTLS
SSL_get_srtp_profiles 202 1_1_0d EXIST::FUNCTION:SRTP
SSL_get_client_CA_list 203 1_1_0d EXIST::FUNCTION:
SSL_set_cipher_list 204 1_1_0d EXIST::FUNCTION:
SSL_get_server_random 205 1_1_0d EXIST::FUNCTION:
SSL_connect 206 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_privatekey 207 1_1_0d EXIST::FUNCTION:
SSL_set_options 208 1_1_0d EXIST::FUNCTION:
SSL_ctrl 209 1_1_0d EXIST::FUNCTION:
SSL_get0_next_proto_negotiated 210 1_1_0d EXIST::FUNCTION:NEXTPROTONEG
SSL_CIPHER_get_id 211 1_1_0d EXIST::FUNCTION:
SSL_is_init_finished 212 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_get_new_cb 213 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_digest_nid 214 1_1_0d EXIST::FUNCTION:
SSL_use_PrivateKey_file 215 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_id 216 1_1_0d EXIST::FUNCTION:
TLS_server_method 217 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_enable 218 1_1_0d EXIST::FUNCTION:
TLSv1_method 219 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_METHOD
DTLSv1_2_method 220 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_2_METHOD
SSL_set_tmp_dh_callback 221 1_1_0d EXIST::FUNCTION:DH
SSL_get0_security_ex_data 222 1_1_0d EXIST::FUNCTION:
SSL_get_current_expansion 223 1_1_0d EXIST::FUNCTION:
SSL_set_verify_result 224 1_1_0d EXIST::FUNCTION:
SSL_set_srp_server_param_pw 225 1_1_0d EXIST::FUNCTION:SRP
SSL_is_gmtls 226 1_1_0d EXIST::FUNCTION:
SSL_get_certificate 227 1_1_0d EXIST::FUNCTION:
SSL_get_version 228 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_ticket_lifetime_hint 229 1_1_0d EXIST::FUNCTION:
SSL_set_purpose 230 1_1_0d EXIST::FUNCTION:
SSL_set0_rbio 231 1_1_0d EXIST::FUNCTION:
SSL_in_before 232 1_1_0d EXIST::FUNCTION:
SSL_CTX_ct_is_enabled 233 1_1_0d EXIST::FUNCTION:CT
SSL_use_RSAPrivateKey_file 234 1_1_0d EXIST::FUNCTION:RSA
SSL_CTX_set_cookie_generate_cb 235 1_1_0d EXIST::FUNCTION:
SSL_renegotiate_pending 236 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_username_callback 237 1_1_0d EXIST::FUNCTION:SRP
SSL_is_server 238 1_1_0d EXIST::FUNCTION:
SSL_do_handshake 239 1_1_0d EXIST::FUNCTION:
DTLS_client_method 240 1_1_0d EXIST::FUNCTION:
SSL_CTX_add_server_custom_ext 241 1_1_0d EXIST::FUNCTION:
SSL_get0_param 242 1_1_0d EXIST::FUNCTION:
SSL_want 243 1_1_0d EXIST::FUNCTION:
SSL_get_ex_data 244 1_1_0d EXIST::FUNCTION:
SSL_set_rfd 245 1_1_0d EXIST::FUNCTION:SOCK
TLSv1_1_method 246 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_alert_desc_string 247 1_1_0d EXIST::FUNCTION:
SSL_test_functions 248 1_1_0d EXIST::FUNCTION:UNIT_TEST
SSL_CTX_set_default_verify_dir 249 1_1_0d EXIST::FUNCTION:
SSL_pending 250 1_1_0d EXIST::FUNCTION:
SSL_use_psk_identity_hint 251 1_1_0d EXIST::FUNCTION:PSK
SSL_is_dtls 252 1_1_0d EXIST::FUNCTION:
SSL_use_PrivateKey 253 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_finish 254 1_1_0d EXIST::FUNCTION:
SSL_get0_peername 255 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_PrivateKey_file 256 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_default_passwd_cb 257 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_verify_param_callback 258 1_1_0d EXIST::FUNCTION:SRP
SSL_SESSION_set_time 259 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_client_cert_engine 260 1_1_0d EXIST::FUNCTION:ENGINE
SSL_CTX_use_PrivateKey 261 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_tmp_dh_callback 262 1_1_0d EXIST::FUNCTION:DH
SSL_get_servername_type 263 1_1_0d EXIST::FUNCTION:
SSL_SESSION_print_keylog 264 1_1_0d EXIST::FUNCTION:
SSL_get_verify_depth 265 1_1_0d EXIST::FUNCTION:
SSL_get_wfd 266 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_options 267 1_1_0d EXIST::FUNCTION:
DTLSv1_listen 268 1_1_0d EXIST::FUNCTION:SOCK
SSL_get_srp_N 269 1_1_0d EXIST::FUNCTION:SRP
SSL_CTX_set_msg_callback 270 1_1_0d EXIST::FUNCTION:
SSL_renegotiate_abbreviated 271 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_username 272 1_1_0d EXIST::FUNCTION:SRP
SSL_SESSION_get0_peer 273 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_RSAPrivateKey 274 1_1_0d EXIST::FUNCTION:RSA
DTLS_server_method 275 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_security_level 276 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_kx_nid 277 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_session_id_context 278 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_cipher 279 1_1_0d EXIST::FUNCTION:
SSL_get_peer_finished 280 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_alpn_protos 281 1_1_0d EXIST::FUNCTION:
SSL_get_default_passwd_cb_userdata 282 1_1_0d EXIST::FUNCTION:
SSL_get_psk_identity 283 1_1_0d EXIST::FUNCTION:PSK
SSL_get_info_callback 284 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_cert_verify_callback 285 1_1_0d EXIST::FUNCTION:
SSL_get_sigalgs 286 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_security_callback 287 1_1_0d EXIST::FUNCTION:
SSL_read 288 1_1_0d EXIST::FUNCTION:
TLSv1_1_server_method 289 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_use_certificate_ASN1 290 1_1_0d EXIST::FUNCTION:
SSL_set_shutdown 291 1_1_0d EXIST::FUNCTION:
SSL_set_default_passwd_cb 292 1_1_0d EXIST::FUNCTION:
PEM_read_bio_SSL_SESSION 293 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_default_passwd_cb_userdata 294 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_strength 295 1_1_0d EXIST::FUNCTION:SRP
SSL_use_certificate_chain_file 296 1_1_0d EXIST::FUNCTION:
SSL_get_shutdown 297 1_1_0d EXIST::FUNCTION:
SSL_SESSION_up_ref 298 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_description 299 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_master_key 300 1_1_0d EXIST::FUNCTION:
SSL_set_security_level 301 1_1_0d EXIST::FUNCTION:
SSL_load_client_CA_file 302 1_1_0d EXIST::FUNCTION:
SSL_set_not_resumable_session_callback 303 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_timeout 304 1_1_0d EXIST::FUNCTION:
SSL_get_state 305 1_1_0d EXIST::FUNCTION:
SSL_state_string 306 1_1_0d EXIST::FUNCTION:
TLS_method 307 1_1_0d EXIST::FUNCTION:
SSL_SESSION_has_ticket 308 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ex_data 309 1_1_0d EXIST::FUNCTION:
SSL_CTX_load_verify_locations 310 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_find 311 1_1_0d EXIST::FUNCTION:
PEM_write_SSL_SESSION 312 1_1_0d EXIST::FUNCTION:STDIO
SSL_shutdown 313 1_1_0d EXIST::FUNCTION:
OPENSSL_init_ssl 314 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_client_CA_list 315 1_1_0d EXIST::FUNCTION:
SSL_add_ssl_module 316 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_options 317 1_1_0d EXIST::FUNCTION:
SSL_waiting_for_async 318 1_1_0d EXIST::FUNCTION:
SSL_COMP_add_compression_method 319 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_quiet_shutdown 320 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_id_context 321 1_1_0d EXIST::FUNCTION:
SSL_set_alpn_protos 322 1_1_0d EXIST::FUNCTION:
SSL_get_security_callback 323 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_new 324 1_1_0d EXIST::FUNCTION:
DTLSv1_method 325 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
SSL_trace 326 1_1_0d EXIST::FUNCTION:SSL_TRACE
SSL_set1_host 327 1_1_0d EXIST::FUNCTION:
SSL_set_session_ticket_ext 328 1_1_0d EXIST::FUNCTION:
SSL_set_bio 329 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_free 330 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_ciphers 331 1_1_0d EXIST::FUNCTION:
SSL_set_default_read_buffer_len 332 1_1_0d EXIST::FUNCTION:
SSL_get_verify_callback 333 1_1_0d EXIST::FUNCTION:
SSL_set_wfd 334 1_1_0d EXIST::FUNCTION:SOCK
DTLSv1_2_server_method 335 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_2_METHOD
SSL_get_client_random 336 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_passwd_cb 337 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_set_get_cb 338 1_1_0d EXIST::FUNCTION:
SSL_free 339 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_client_pwd_callback 340 1_1_0d EXIST::FUNCTION:SRP
SSL_SRP_CTX_init 341 1_1_0d EXIST::FUNCTION:SRP
SSL_get_fd 342 1_1_0d EXIST::FUNCTION:
SSL_new 343 1_1_0d EXIST::FUNCTION:
SSL_extension_supported 344 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_read_buffer_len 345 1_1_0d EXIST::FUNCTION:
SSL_get0_dane_tlsa 346 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set1_id_context 347 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_time 348 1_1_0d EXIST::FUNCTION:
SSL_set_debug 349 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0
SSL_get_psk_identity_hint 350 1_1_0d EXIST::FUNCTION:PSK
BIO_f_ssl 351 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_client_CA_list 352 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get0_ticket 353 1_1_0d EXIST::FUNCTION:
SSL_get_verify_mode 354 1_1_0d EXIST::FUNCTION:
SSL_set_session_secret_cb 355 1_1_0d EXIST::FUNCTION:
DTLSv1_2_client_method 356 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_2_METHOD
SSL_rstate_string 357 1_1_0d EXIST::FUNCTION:
SSL_add_file_cert_subjects_to_stack 358 1_1_0d EXIST::FUNCTION:
SSL_check_chain 359 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_protocol_version 360 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_cert_store 361 1_1_0d EXIST::FUNCTION:
SSL_set_hostflags 362 1_1_0d EXIST::FUNCTION:
SSL_ct_is_enabled 363 1_1_0d EXIST::FUNCTION:CT
SSL_CTX_use_RSAPrivateKey_ASN1 364 1_1_0d EXIST::FUNCTION:RSA
SSL_dane_set_flags 365 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_client_CA_list 366 1_1_0d EXIST::FUNCTION:
SSL_is_dtls 367 1_1_0d EXIST::FUNCTION:
SSL_export_keying_material 368 1_1_0d EXIST::FUNCTION:
SSL_SESSION_print_keylog 369 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_serverinfo 357 1_1_0d EXIST::FUNCTION:
SSL_CTX_up_ref 358 1_1_0d EXIST::FUNCTION:
SSL_CTX_free 359 1_1_0d EXIST::FUNCTION:
SSL_get_finished 360 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_compress_id 361 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_psk_client_callback 362 1_1_0d EXIST::FUNCTION:PSK
SSL_COMP_get0_name 363 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_ex_data 364 1_1_0d EXIST::FUNCTION:
SSL_rstate_string_long 365 1_1_0d EXIST::FUNCTION:
SSL_CTX_new 366 1_1_0d EXIST::FUNCTION:
SSL_get_all_async_fds 367 1_1_0d EXIST::FUNCTION:
SSL_get_rfd 368 1_1_0d EXIST::FUNCTION:
TLSv1_1_client_method 369 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_set_msg_callback 370 1_1_0d EXIST::FUNCTION:
SSL_SESSION_get_time 371 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_get_new_cb 372 1_1_0d EXIST::FUNCTION:
SSL_client_version 373 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_new 374 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_enable 375 1_1_0d EXIST::FUNCTION:
SSL_COMP_set0_compression_methods 376 1_1_0d EXIST::FUNCTION:
SSL_CTX_sess_get_remove_cb 377 1_1_0d EXIST::FUNCTION:
SSL_free 378 1_1_0d EXIST::FUNCTION:
SSL_set_ssl_method 379 1_1_0d EXIST::FUNCTION:
SSLv3_client_method 380 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
SSL_get_shared_ciphers 381 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_client_cert_cb 382 1_1_0d EXIST::FUNCTION:
SSL_get0_peername 383 1_1_0d EXIST::FUNCTION:
TLS_method 384 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_free 385 1_1_0d EXIST::FUNCTION:
SSL_test_functions 386 1_1_0d EXIST::FUNCTION:UNIT_TEST
SSL_SESSION_get_ticket_lifetime_hint 387 1_1_0d EXIST::FUNCTION:
SSL_pending 388 1_1_0d EXIST::FUNCTION:
SSL_set_client_CA_list 389 1_1_0d EXIST::FUNCTION:
BIO_ssl_shutdown 390 1_1_0d EXIST::FUNCTION:
TLSv1_1_client_method 391 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,TLS1_1_METHOD
SSL_CTX_set_cert_cb 392 1_1_0d EXIST::FUNCTION:
DTLSv1_listen 393 1_1_0d EXIST::FUNCTION:SOCK
DTLS_server_method 394 1_1_0d EXIST::FUNCTION:
SSL_set_verify_result 395 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ex_data 396 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_security_ex_data 397 1_1_0d EXIST::FUNCTION:
SSL_alert_desc_string_long 398 1_1_0d EXIST::FUNCTION:
SSL_use_certificate_chain_file 399 1_1_0d EXIST::FUNCTION:
SSL_get_verify_result 400 1_1_0d EXIST::FUNCTION:
SSL_get0_dane_tlsa 401 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_username_callback 402 1_1_0d EXIST::FUNCTION:SRP
SSL_get0_dane_authority 403 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate_ASN1 404 1_1_0d EXIST::FUNCTION:
SSL_set_cert_cb 405 1_1_0d EXIST::FUNCTION:
SSL_CONF_CTX_clear_flags 406 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_psk_client_callback 407 1_1_0d EXIST::FUNCTION:PSK
SSL_get_default_passwd_cb 408 1_1_0d EXIST::FUNCTION:
SSL_get_client_ciphers 409 1_1_0d EXIST::FUNCTION:
SSL_get_ciphers 410 1_1_0d EXIST::FUNCTION:
SSL_CTX_dane_clear_flags 411 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_ssl_version 371 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_get_name 372 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_srp_password 373 1_1_0d EXIST::FUNCTION:SRP
SSL_SESSION_get0_hostname 374 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_cert_store 375 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_timeout 376 1_1_0d EXIST::FUNCTION:
SSL_get_verify_result 377 1_1_0d EXIST::FUNCTION:
SSL_SESSION_set1_id 378 1_1_0d EXIST::FUNCTION:
SSLv3_method 379 1_1_0d EXIST::FUNCTION:DEPRECATEDIN_1_1_0,SSL3_METHOD
SSL_CTX_has_client_custom_ext 380 1_1_0d EXIST::FUNCTION:
SSL_CTX_get0_certificate 381 1_1_0d EXIST::FUNCTION:
ERR_load_SSL_strings 382 1_1_0d EXIST::FUNCTION:
SSL_CTX_clear_options 383 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_RSAPrivateKey_ASN1 384 1_1_0d EXIST::FUNCTION:RSA
SSL_SESSION_new 385 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_info_callback 386 1_1_0d EXIST::FUNCTION:
SSL_CTX_get_verify_mode 387 1_1_0d EXIST::FUNCTION:
SSL_CTX_enable_ct 388 1_1_0d EXIST::FUNCTION:CT
SSL_get_selected_srtp_profile 389 1_1_0d EXIST::FUNCTION:SRTP
SSL_clear 390 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_tlsext_use_srtp 391 1_1_0d EXIST::FUNCTION:SRTP
SSL_use_certificate 392 1_1_0d EXIST::FUNCTION:
SSL_dup 393 1_1_0d EXIST::FUNCTION:
SSL_CTX_ctrl 394 1_1_0d EXIST::FUNCTION:
SSL_renegotiate 395 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_standard_name 396 1_1_0d EXIST::FUNCTION:SSL_TRACE
SSL_check_private_key 397 1_1_0d EXIST::FUNCTION:
SSL_CONF_cmd 398 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_verify_file 399 1_1_0d EXIST::FUNCTION:
SSL_get1_supported_ciphers 400 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_client_cert_cb 401 1_1_0d EXIST::FUNCTION:
SSL_CTX_set_default_passwd_cb_userdata 402 1_1_0d EXIST::FUNCTION:
SSL_CTX_use_certificate_ASN1 403 1_1_0d EXIST::FUNCTION:
SSL_set_connect_state 404 1_1_0d EXIST::FUNCTION:
SSL_CIPHER_is_aead 405 1_1_0d EXIST::FUNCTION:
GMTLS_method 406 1_1_0d EXIST::FUNCTION:GMTLS
SSL_get_default_passwd_cb 407 1_1_0d EXIST::FUNCTION:
SSL_clear_options 408 1_1_0d EXIST::FUNCTION:
SSL_get_wbio 409 1_1_0d EXIST::FUNCTION:
SSL_get0_dane 410 1_1_0d EXIST::FUNCTION:
SSL_get_ssl_method 411 1_1_0d EXIST::FUNCTION: