aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-19 14:00:38 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-19 14:00:38 +0000
commit07247321c6ec87789870e115404884293020451b (patch)
tree9597bd2a62c581910a9d158a93849abd1612f540
parent0c43540433d94a57f7d0f4dbfcdb2ab1067fa020 (diff)
downloadopenssl-07247321c6ec87789870e115404884293020451b.tar.gz
make update
-rw-r--r--TABLE23
-rw-r--r--apps/Makefile.ssl44
-rw-r--r--crypto/Makefile.ssl3
-rwxr-xr-xutil/libeay.num232
4 files changed, 212 insertions, 90 deletions
diff --git a/TABLE b/TABLE
index 089c8ecefa..f47595a79b 100644
--- a/TABLE
+++ b/TABLE
@@ -784,7 +784,7 @@ $unistd =
$thread_cflag = (unknown)
$lflags =
$bn_ops =
-$bn_obj =
+$bn_obj = asm/bn86-elf.o asm/co86-elf.o
$des_obj =
$bf_obj =
$md5_obj =
@@ -1895,6 +1895,27 @@ $cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
$unistd =
$thread_cflag = -D_REENTRANT
+$lflags = -ldl
+$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
+$bn_obj =
+$des_obj =
+$bf_obj =
+$md5_obj =
+$sha1_obj =
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
+$dso_scheme = dlfcn
+$shared_target= linux-shared
+$shared_cflag = -fPIC
+$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
+
+*** linux-s390
+$cc = gcc
+$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
+$unistd =
+$thread_cflag = -D_REENTRANT
$lflags =
$bn_ops = BN_LLONG
$bn_obj =
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index 29876f5d2e..1bfd164d01 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -224,17 +224,17 @@ ca.o: ../include/openssl/idea.h ../include/openssl/lhash.h
ca.o: ../include/openssl/md2.h ../include/openssl/md4.h
ca.o: ../include/openssl/md5.h ../include/openssl/mdc2.h
ca.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
-ca.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
-ca.o: ../include/openssl/pem.h ../include/openssl/pem2.h
-ca.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
-ca.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
-ca.o: ../include/openssl/rc5.h ../include/openssl/rd_fst.h
-ca.o: ../include/openssl/rijndael.h ../include/openssl/ripemd.h
-ca.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
-ca.o: ../include/openssl/sha.h ../include/openssl/stack.h
-ca.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h
-ca.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
-ca.o: ../include/openssl/x509v3.h apps.h
+ca.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h
+ca.o: ../include/openssl/opensslv.h ../include/openssl/pem.h
+ca.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h
+ca.o: ../include/openssl/rand.h ../include/openssl/rc2.h
+ca.o: ../include/openssl/rc4.h ../include/openssl/rc5.h
+ca.o: ../include/openssl/rd_fst.h ../include/openssl/rijndael.h
+ca.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h
+ca.o: ../include/openssl/safestack.h ../include/openssl/sha.h
+ca.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
+ca.o: ../include/openssl/txt_db.h ../include/openssl/x509.h
+ca.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
ciphers.o: ../include/openssl/asn1.h ../include/openssl/bio.h
ciphers.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
ciphers.o: ../include/openssl/buffer.h ../include/openssl/cast.h
@@ -559,12 +559,13 @@ nseq.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h
ocsp.o: ../include/openssl/asn1.h ../include/openssl/bio.h
ocsp.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
ocsp.o: ../include/openssl/buffer.h ../include/openssl/cast.h
-ocsp.o: ../include/openssl/conf.h ../include/openssl/crypto.h
-ocsp.o: ../include/openssl/des.h ../include/openssl/dh.h
-ocsp.o: ../include/openssl/dsa.h ../include/openssl/e_os.h
-ocsp.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
-ocsp.o: ../include/openssl/engine.h ../include/openssl/err.h
-ocsp.o: ../include/openssl/evp.h ../include/openssl/idea.h
+ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h
+ocsp.o: ../include/openssl/crypto.h ../include/openssl/des.h
+ocsp.o: ../include/openssl/dh.h ../include/openssl/dsa.h
+ocsp.o: ../include/openssl/e_os.h ../include/openssl/e_os.h
+ocsp.o: ../include/openssl/e_os2.h ../include/openssl/engine.h
+ocsp.o: ../include/openssl/err.h ../include/openssl/evp.h
+ocsp.o: ../include/openssl/idea.h ../include/openssl/kssl.h
ocsp.o: ../include/openssl/lhash.h ../include/openssl/md2.h
ocsp.o: ../include/openssl/md4.h ../include/openssl/md5.h
ocsp.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h
@@ -576,9 +577,12 @@ ocsp.o: ../include/openssl/rc2.h ../include/openssl/rc4.h
ocsp.o: ../include/openssl/rc5.h ../include/openssl/rd_fst.h
ocsp.o: ../include/openssl/rijndael.h ../include/openssl/ripemd.h
ocsp.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
-ocsp.o: ../include/openssl/sha.h ../include/openssl/stack.h
-ocsp.o: ../include/openssl/symhacks.h ../include/openssl/x509.h
-ocsp.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h
+ocsp.o: ../include/openssl/sha.h ../include/openssl/ssl.h
+ocsp.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
+ocsp.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
+ocsp.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
+ocsp.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h
+ocsp.o: ../include/openssl/x509v3.h apps.h
openssl.o: ../include/openssl/asn1.h ../include/openssl/bio.h
openssl.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
openssl.o: ../include/openssl/buffer.h ../include/openssl/cast.h
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 7697a08a4a..c95cde38da 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -198,3 +198,6 @@ tmdiff.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
tmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h
+uid.o: ../include/openssl/crypto.h ../include/openssl/opensslv.h
+uid.o: ../include/openssl/safestack.h ../include/openssl/stack.h
+uid.o: ../include/openssl/symhacks.h
diff --git a/util/libeay.num b/util/libeay.num
index c4ebb74790..db87154e04 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -196,8 +196,8 @@ DH_generate_key 203 EXIST::FUNCTION:DH
DH_generate_parameters 204 EXIST::FUNCTION:DH
DH_new 205 EXIST::FUNCTION:DH
DH_size 206 EXIST::FUNCTION:DH
-DHparams_print 207 EXIST::FUNCTION:DH,BIO
-DHparams_print_fp 208 EXIST::FUNCTION:FP_API,DH
+DHparams_print 207 EXIST::FUNCTION:BIO,DH
+DHparams_print_fp 208 EXIST::FUNCTION:DH,FP_API
DSA_free 209 EXIST::FUNCTION:DSA
DSA_generate_key 210 EXIST::FUNCTION:DSA
DSA_generate_parameters 211 EXIST::FUNCTION:DSA
@@ -301,8 +301,8 @@ EVP_des_ede_cfb 308 EXIST::FUNCTION:DES
EVP_des_ede_ofb 309 EXIST::FUNCTION:DES
EVP_des_ofb 310 EXIST::FUNCTION:DES
EVP_desx_cbc 311 EXIST::FUNCTION:DES
-EVP_dss 312 EXIST::FUNCTION:SHA,DSA
-EVP_dss1 313 EXIST::FUNCTION:SHA,DSA
+EVP_dss 312 EXIST::FUNCTION:DSA,SHA
+EVP_dss1 313 EXIST::FUNCTION:DSA,SHA
EVP_enc_null 314 EXIST::FUNCTION:
EVP_get_cipherbyname 315 EXIST::FUNCTION:
EVP_get_digestbyname 316 EXIST::FUNCTION:
@@ -477,8 +477,8 @@ RSA_free 484 EXIST::FUNCTION:RSA
RSA_generate_key 485 EXIST::FUNCTION:RSA
RSA_new 486 EXIST::FUNCTION:RSA
RSA_new_method 487 EXIST::FUNCTION:RSA
-RSA_print 488 EXIST::FUNCTION:RSA,BIO
-RSA_print_fp 489 EXIST::FUNCTION:FP_API,RSA
+RSA_print 488 EXIST::FUNCTION:BIO,RSA
+RSA_print_fp 489 EXIST::FUNCTION:RSA,FP_API
RSA_private_decrypt 490 EXIST::FUNCTION:RSA
RSA_private_encrypt 491 EXIST::FUNCTION:RSA
RSA_public_decrypt 492 EXIST::FUNCTION:RSA
@@ -489,14 +489,14 @@ RSA_sign_ASN1_OCTET_STRING 496 EXIST::FUNCTION:RSA
RSA_size 497 EXIST::FUNCTION:RSA
RSA_verify 498 EXIST::FUNCTION:RSA
RSA_verify_ASN1_OCTET_STRING 499 EXIST::FUNCTION:RSA
-SHA 500 EXIST::FUNCTION:SHA,SHA0
+SHA 500 EXIST::FUNCTION:SHA0,SHA
SHA1 501 EXIST::FUNCTION:SHA,SHA1
SHA1_Final 502 EXIST::FUNCTION:SHA,SHA1
SHA1_Init 503 EXIST::FUNCTION:SHA,SHA1
SHA1_Update 504 EXIST::FUNCTION:SHA,SHA1
-SHA_Final 505 EXIST::FUNCTION:SHA,SHA0
-SHA_Init 506 EXIST::FUNCTION:SHA,SHA0
-SHA_Update 507 EXIST::FUNCTION:SHA,SHA0
+SHA_Final 505 EXIST::FUNCTION:SHA0,SHA
+SHA_Init 506 EXIST::FUNCTION:SHA0,SHA
+SHA_Update 507 EXIST::FUNCTION:SHA0,SHA
OpenSSL_add_all_algorithms 508 EXIST::FUNCTION:
OpenSSL_add_all_ciphers 509 EXIST::FUNCTION:
OpenSSL_add_all_digests 510 EXIST::FUNCTION:
@@ -709,7 +709,7 @@ d2i_ASN1_IA5STRING 715 EXIST::FUNCTION:
d2i_ASN1_INTEGER 716 EXIST::FUNCTION:
d2i_ASN1_OBJECT 717 EXIST::FUNCTION:
d2i_ASN1_OCTET_STRING 718 EXIST::FUNCTION:
-d2i_ASN1_PRINTABLE 719 NOEXIST::FUNCTION:
+d2i_ASN1_PRINTABLE 719 EXIST::FUNCTION:
d2i_ASN1_PRINTABLESTRING 720 EXIST::FUNCTION:
d2i_ASN1_SET 721 EXIST::FUNCTION:
d2i_ASN1_T61STRING 722 EXIST::FUNCTION:
@@ -741,8 +741,8 @@ d2i_PKCS7_fp 747 EXIST::FUNCTION:FP_API
d2i_PrivateKey 748 EXIST::FUNCTION:
d2i_PublicKey 749 EXIST::FUNCTION:
d2i_RSAPrivateKey 750 EXIST::FUNCTION:RSA
-d2i_RSAPrivateKey_bio 751 EXIST::FUNCTION:RSA,BIO
-d2i_RSAPrivateKey_fp 752 EXIST::FUNCTION:FP_API,RSA
+d2i_RSAPrivateKey_bio 751 EXIST::FUNCTION:BIO,RSA
+d2i_RSAPrivateKey_fp 752 EXIST::FUNCTION:RSA,FP_API
d2i_RSAPublicKey 753 EXIST::FUNCTION:RSA
d2i_X509 754 EXIST::FUNCTION:
d2i_X509_ALGOR 755 EXIST::FUNCTION:
@@ -814,7 +814,7 @@ i2d_ASN1_IA5STRING 821 EXIST::FUNCTION:
i2d_ASN1_INTEGER 822 EXIST::FUNCTION:
i2d_ASN1_OBJECT 823 EXIST::FUNCTION:
i2d_ASN1_OCTET_STRING 824 EXIST::FUNCTION:
-i2d_ASN1_PRINTABLE 825 NOEXIST::FUNCTION:
+i2d_ASN1_PRINTABLE 825 EXIST::FUNCTION:
i2d_ASN1_SET 826 EXIST::FUNCTION:
i2d_ASN1_TYPE 827 EXIST::FUNCTION:
i2d_ASN1_UTCTIME 828 EXIST::FUNCTION:
@@ -843,8 +843,8 @@ i2d_PKCS7_fp 850 EXIST::FUNCTION:FP_API
i2d_PrivateKey 851 EXIST::FUNCTION:
i2d_PublicKey 852 EXIST::FUNCTION:
i2d_RSAPrivateKey 853 EXIST::FUNCTION:RSA
-i2d_RSAPrivateKey_bio 854 EXIST::FUNCTION:RSA,BIO
-i2d_RSAPrivateKey_fp 855 EXIST::FUNCTION:FP_API,RSA
+i2d_RSAPrivateKey_bio 854 EXIST::FUNCTION:BIO,RSA
+i2d_RSAPrivateKey_fp 855 EXIST::FUNCTION:RSA,FP_API
i2d_RSAPublicKey 856 EXIST::FUNCTION:RSA
i2d_X509 857 EXIST::FUNCTION:
i2d_X509_ALGOR 858 EXIST::FUNCTION:
@@ -929,12 +929,12 @@ EVP_delete_alias 941 NOEXIST::FUNCTION:
EVP_mdc2 942 EXIST::FUNCTION:MDC2
PEM_read_bio_RSAPublicKey 943 EXIST::FUNCTION:RSA
PEM_write_bio_RSAPublicKey 944 EXIST::FUNCTION:RSA
-d2i_RSAPublicKey_bio 945 EXIST::FUNCTION:RSA,BIO
-i2d_RSAPublicKey_bio 946 EXIST::FUNCTION:RSA,BIO
+d2i_RSAPublicKey_bio 945 EXIST::FUNCTION:BIO,RSA
+i2d_RSAPublicKey_bio 946 EXIST::FUNCTION:BIO,RSA
PEM_read_RSAPublicKey 947 EXIST:!WIN16:FUNCTION:RSA
PEM_write_RSAPublicKey 949 EXIST:!WIN16:FUNCTION:RSA
-d2i_RSAPublicKey_fp 952 EXIST::FUNCTION:FP_API,RSA
-i2d_RSAPublicKey_fp 954 EXIST::FUNCTION:FP_API,RSA
+d2i_RSAPublicKey_fp 952 EXIST::FUNCTION:RSA,FP_API
+i2d_RSAPublicKey_fp 954 EXIST::FUNCTION:RSA,FP_API
BIO_copy_next_retry 955 EXIST::FUNCTION:
RSA_flags 956 EXIST::FUNCTION:RSA
X509_STORE_add_crl 957 EXIST::FUNCTION:
@@ -989,7 +989,7 @@ ERR_load_CRYPTOlib_strings 1009 EXIST:WIN16,VMS:FUNCTION:
EVP_PKEY_bits 1010 EXIST::FUNCTION:
MD5_Transform 1011 EXIST::FUNCTION:MD5
SHA1_Transform 1012 EXIST::FUNCTION:SHA,SHA1
-SHA_Transform 1013 EXIST::FUNCTION:SHA,SHA0
+SHA_Transform 1013 EXIST::FUNCTION:SHA0,SHA
X509_STORE_CTX_get_chain 1014 EXIST::FUNCTION:
X509_STORE_CTX_get_current_cert 1015 EXIST::FUNCTION:
X509_STORE_CTX_get_error 1016 EXIST::FUNCTION:
@@ -1014,7 +1014,7 @@ RSA_padding_check_PKCS1_type_2 1036 EXIST::FUNCTION:RSA
RSA_padding_check_SSLv23 1037 EXIST::FUNCTION:RSA
RSA_padding_check_none 1038 EXIST::FUNCTION:RSA
bn_add_words 1039 EXIST::FUNCTION:
-d2i_Netscape_RSA_2 1040 EXIST::FUNCTION:RSA
+d2i_Netscape_RSA_2 1040 NOEXIST::FUNCTION:
CRYPTO_get_ex_new_index 1041 EXIST::FUNCTION:
RIPEMD160_Init 1042 EXIST::FUNCTION:RIPEMD
RIPEMD160_Update 1043 EXIST::FUNCTION:RIPEMD
@@ -1137,10 +1137,14 @@ ERR_load_X509V3_strings 1164 EXIST::FUNCTION:
NETSCAPE_CERT_SEQUENCE_free 1165 EXIST::FUNCTION:
NETSCAPE_CERT_SEQUENCE_new 1166 EXIST::FUNCTION:
OBJ_txt2obj 1167 EXIST::FUNCTION:
-PEM_read_NETSCAPE_CERT_SEQUENCE 1168 EXIST:!WIN16:FUNCTION:
-PEM_read_bio_NETSCAPE_CERT_SEQUENCE 1169 EXIST::FUNCTION:
-PEM_write_NETSCAPE_CERT_SEQUENCE 1170 EXIST:!WIN16:FUNCTION:
-PEM_write_bio_NETSCAPE_CERT_SEQUENCE 1171 EXIST::FUNCTION:
+PEM_read_NETSCAPE_CERT_SEQUENCE 1168 EXIST:!WIN16,!VMS:FUNCTION:
+PEM_read_NS_CERT_SEQ 1168 EXIST:!WIN16,VMS:FUNCTION:
+PEM_read_bio_NETSCAPE_CERT_SEQUENCE 1169 EXIST:!VMS:FUNCTION:
+PEM_read_bio_NS_CERT_SEQ 1169 EXIST:VMS:FUNCTION:
+PEM_write_NETSCAPE_CERT_SEQUENCE 1170 EXIST:!WIN16,!VMS:FUNCTION:
+PEM_write_NS_CERT_SEQ 1170 EXIST:!WIN16,VMS:FUNCTION:
+PEM_write_bio_NETSCAPE_CERT_SEQUENCE 1171 EXIST:!VMS:FUNCTION:
+PEM_write_bio_NS_CERT_SEQ 1171 EXIST:VMS:FUNCTION:
X509V3_EXT_add 1172 EXIST::FUNCTION:
X509V3_EXT_add_alias 1173 EXIST::FUNCTION:
X509V3_EXT_add_conf 1174 EXIST::FUNCTION:
@@ -1212,7 +1216,7 @@ name_cmp 1239 EXIST::FUNCTION:
str_dup 1240 NOEXIST::FUNCTION:
i2s_ASN1_ENUMERATED 1241 EXIST::FUNCTION:
i2s_ASN1_ENUMERATED_TABLE 1242 EXIST::FUNCTION:
-BIO_s_log 1243 EXIST:!WIN16,!WIN32,!macintosh:FUNCTION:
+BIO_s_log 1243 EXIST:!WIN32,!WIN16,!macintosh:FUNCTION:
BIO_f_reliable 1244 EXIST::FUNCTION:BIO
PKCS7_dataFinal 1245 EXIST::FUNCTION:
PKCS7_dataDecode 1246 EXIST::FUNCTION:
@@ -1231,7 +1235,7 @@ ASN1_seq_unpack 1258 EXIST::FUNCTION:
ASN1_seq_pack 1259 EXIST::FUNCTION:
ASN1_unpack_string 1260 EXIST::FUNCTION:
ASN1_pack_string 1261 EXIST::FUNCTION:
-PKCS12_pack_safebag 1262 EXIST::FUNCTION:
+PKCS12_pack_safebag 1262 NOEXIST::FUNCTION:
PKCS12_MAKE_KEYBAG 1263 EXIST::FUNCTION:
PKCS8_encrypt 1264 EXIST::FUNCTION:
PKCS12_MAKE_SHKEYBAG 1265 EXIST::FUNCTION:
@@ -1242,8 +1246,8 @@ PKCS12_add_friendlyname_asc 1269 EXIST::FUNCTION:
PKCS12_add_friendlyname_uni 1270 EXIST::FUNCTION:
PKCS12_get_friendlyname 1271 EXIST::FUNCTION:
PKCS12_pbe_crypt 1272 EXIST::FUNCTION:
-PKCS12_decrypt_d2i 1273 EXIST::FUNCTION:
-PKCS12_i2d_encrypt 1274 EXIST::FUNCTION:
+PKCS12_decrypt_d2i 1273 NOEXIST::FUNCTION:
+PKCS12_i2d_encrypt 1274 NOEXIST::FUNCTION:
PKCS12_init 1275 EXIST::FUNCTION:
PKCS12_key_gen_asc 1276 EXIST::FUNCTION:
PKCS12_key_gen_uni 1277 EXIST::FUNCTION:
@@ -1312,10 +1316,10 @@ i2d_ASN1_VISIBLESTRING 1339 EXIST::FUNCTION:
d2i_ASN1_VISIBLESTRING 1340 EXIST::FUNCTION:
i2d_ASN1_UTF8STRING 1341 EXIST::FUNCTION:
d2i_ASN1_UTF8STRING 1342 EXIST::FUNCTION:
-i2d_DIRECTORYSTRING 1343 NOEXIST::FUNCTION:
-d2i_DIRECTORYSTRING 1344 NOEXIST::FUNCTION:
-i2d_DISPLAYTEXT 1345 NOEXIST::FUNCTION:
-d2i_DISPLAYTEXT 1346 NOEXIST::FUNCTION:
+i2d_DIRECTORYSTRING 1343 EXIST::FUNCTION:
+d2i_DIRECTORYSTRING 1344 EXIST::FUNCTION:
+i2d_DISPLAYTEXT 1345 EXIST::FUNCTION:
+d2i_DISPLAYTEXT 1346 EXIST::FUNCTION:
d2i_ASN1_SET_OF_X509 1379 NOEXIST::FUNCTION:
i2d_ASN1_SET_OF_X509 1380 NOEXIST::FUNCTION:
i2d_PBKDF2PARAM 1397 EXIST::FUNCTION:
@@ -1423,17 +1427,21 @@ d2i_ASN1_SET_OF_PKCS7_RECIP_INFO 1753 NOEXIST::FUNCTION:
PKCS5_PBE_add 1775 EXIST::FUNCTION:
PEM_write_bio_PKCS8 1776 EXIST::FUNCTION:
i2d_PKCS8_fp 1777 EXIST::FUNCTION:FP_API
-PEM_read_bio_PKCS8_PRIV_KEY_INFO 1778 EXIST::FUNCTION:
+PEM_read_bio_PKCS8_PRIV_KEY_INFO 1778 EXIST:!VMS:FUNCTION:
+PEM_read_bio_P8_PRIV_KEY_INFO 1778 EXIST:VMS:FUNCTION:
d2i_PKCS8_bio 1779 EXIST::FUNCTION:BIO
d2i_PKCS8_PRIV_KEY_INFO_fp 1780 EXIST::FUNCTION:FP_API
-PEM_write_bio_PKCS8_PRIV_KEY_INFO 1781 EXIST::FUNCTION:
+PEM_write_bio_PKCS8_PRIV_KEY_INFO 1781 EXIST:!VMS:FUNCTION:
+PEM_write_bio_P8_PRIV_KEY_INFO 1781 EXIST:VMS:FUNCTION:
PEM_read_PKCS8 1782 EXIST:!WIN16:FUNCTION:
d2i_PKCS8_PRIV_KEY_INFO_bio 1783 EXIST::FUNCTION:BIO
d2i_PKCS8_fp 1784 EXIST::FUNCTION:FP_API
PEM_write_PKCS8 1785 EXIST:!WIN16:FUNCTION:
-PEM_read_PKCS8_PRIV_KEY_INFO 1786 EXIST:!WIN16:FUNCTION:
+PEM_read_PKCS8_PRIV_KEY_INFO 1786 EXIST:!WIN16,!VMS:FUNCTION:
+PEM_read_P8_PRIV_KEY_INFO 1786 EXIST:!WIN16,VMS:FUNCTION:
PEM_read_bio_PKCS8 1787 EXIST::FUNCTION:
-PEM_write_PKCS8_PRIV_KEY_INFO 1788 EXIST:!WIN16:FUNCTION:
+PEM_write_PKCS8_PRIV_KEY_INFO 1788 EXIST:!WIN16,!VMS:FUNCTION:
+PEM_write_P8_PRIV_KEY_INFO 1788 EXIST:!WIN16,VMS:FUNCTION:
PKCS5_PBE_keyivgen 1789 EXIST::FUNCTION:
i2d_PKCS8_bio 1790 EXIST::FUNCTION:BIO
i2d_PKCS8_PRIV_KEY_INFO_fp 1791 EXIST::FUNCTION:FP_API
@@ -1496,7 +1504,7 @@ UTF8_getc 1903 EXIST::FUNCTION:
RSA_null_method 1904 EXIST::FUNCTION:RSA
ASN1_tag2str 1905 EXIST::FUNCTION:
BIO_ctrl_reset_read_request 1906 EXIST::FUNCTION:
-DISPLAYTEXT_new 1907 NOEXIST::FUNCTION:
+DISPLAYTEXT_new 1907 EXIST::FUNCTION:
ASN1_GENERALIZEDTIME_free 1908 EXIST::FUNCTION:
X509_REVOKED_get_ext_d2i 1909 EXIST::FUNCTION:
X509_set_ex_data 1910 EXIST::FUNCTION:
@@ -1535,9 +1543,9 @@ ASN1_STRING_set_default_mask_asc 1960 EXIST:!VMS:FUNCTION:
ASN1_STRING_set_def_mask_asc 1960 EXIST:VMS:FUNCTION:
PEM_write_bio_RSA_PUBKEY 1961 EXIST::FUNCTION:RSA
ASN1_INTEGER_cmp 1963 EXIST::FUNCTION:
-d2i_RSA_PUBKEY_fp 1964 EXIST::FUNCTION:FP_API,RSA
+d2i_RSA_PUBKEY_fp 1964 EXIST::FUNCTION:RSA,FP_API
X509_trust_set_bit_asc 1967 NOEXIST::FUNCTION:
-PEM_write_bio_DSA_PUBKEY 1968 EXIST::FUNCTION:
+PEM_write_bio_DSA_PUBKEY 1968 EXIST::FUNCTION:DSA
X509_STORE_CTX_free 1969 EXIST::FUNCTION:
EVP_PKEY_set1_DSA 1970 EXIST::FUNCTION:DSA
i2d_DSA_PUBKEY_fp 1971 EXIST::FUNCTION:DSA,FP_API
@@ -1549,8 +1557,8 @@ PEM_read_RSA_PUBKEY 1977 EXIST:!WIN16:FUNCTION:RSA
d2i_X509_AUX 1980 EXIST::FUNCTION:
i2d_DSA_PUBKEY 1981 EXIST::FUNCTION:DSA
X509_CERT_AUX_print 1982 EXIST::FUNCTION:BIO
-PEM_read_DSA_PUBKEY 1984 EXIST:!WIN16:FUNCTION:
-i2d_RSA_PUBKEY_bio 1985 EXIST::FUNCTION:RSA,BIO
+PEM_read_DSA_PUBKEY 1984 EXIST:!WIN16:FUNCTION:DSA
+i2d_RSA_PUBKEY_bio 1985 EXIST::FUNCTION:BIO,RSA
ASN1_BIT_STRING_num_asc 1986 EXIST::FUNCTION:
i2d_PUBKEY 1987 EXIST::FUNCTION:
ASN1_UTCTIME_free 1988 EXIST::FUNCTION:
@@ -1560,7 +1568,7 @@ ACCESS_DESCRIPTION_free 1994 EXIST::FUNCTION:
PEM_read_bio_PUBKEY 1995 EXIST::FUNCTION:
ASN1_STRING_set_by_NID 1996 EXIST::FUNCTION:
X509_PURPOSE_get_id 1997 EXIST::FUNCTION:
-DISPLAYTEXT_free 1998 NOEXIST::FUNCTION:
+DISPLAYTEXT_free 1998 EXIST::FUNCTION:
OTHERNAME_new 1999 EXIST::FUNCTION:
X509_CERT_AUX_new 2001 EXIST::FUNCTION:
X509_TRUST_cleanup 2007 EXIST::FUNCTION:
@@ -1586,7 +1594,7 @@ X509_STORE_CTX_set_trust 2030 EXIST::FUNCTION:
ASN1_STRING_set_default_mask 2032 EXIST::FUNCTION:
X509_STORE_CTX_new 2033 EXIST::FUNCTION:
EVP_PKEY_get1_RSA 2034 EXIST::FUNCTION:RSA
-DIRECTORYSTRING_free 2038 NOEXIST::FUNCTION:
+DIRECTORYSTRING_free 2038 EXIST::FUNCTION:
PEM_write_X509_AUX 2039 EXIST:!WIN16:FUNCTION:
ASN1_OCTET_STRING_set 2040 EXIST::FUNCTION:
d2i_DSA_PUBKEY_fp 2041 EXIST::FUNCTION:DSA,FP_API
@@ -1598,7 +1606,7 @@ ASN1_IA5STRING_new 2049 EXIST::FUNCTION:
d2i_DSA_PUBKEY 2050 EXIST::FUNCTION:DSA
X509_check_purpose 2051 EXIST::FUNCTION:
ASN1_ENUMERATED_new 2052 EXIST::FUNCTION:
-d2i_RSA_PUBKEY_bio 2053 EXIST::FUNCTION:RSA,BIO
+d2i_RSA_PUBKEY_bio 2053 EXIST::FUNCTION:BIO,RSA
d2i_PUBKEY 2054 EXIST::FUNCTION:
X509_TRUST_get_trust 2055 EXIST::FUNCTION:
X509_TRUST_get_flags 2056 EXIST::FUNCTION:
@@ -1622,7 +1630,7 @@ ASN1_BIT_STRING_free 2080 EXIST::FUNCTION:
PEM_read_bio_RSA_PUBKEY 2081 EXIST::FUNCTION:RSA
X509_add1_reject_object 2082 EXIST::FUNCTION:
X509_check_trust 2083 EXIST::FUNCTION:
-PEM_read_bio_DSA_PUBKEY 2088 EXIST::FUNCTION:
+PEM_read_bio_DSA_PUBKEY 2088 EXIST::FUNCTION:DSA
X509_PURPOSE_add 2090 EXIST::FUNCTION:
ASN1_STRING_TABLE_get 2091 EXIST::FUNCTION:
ASN1_UTF8STRING_free 2092 EXIST::FUNCTION:
@@ -1630,7 +1638,7 @@ d2i_DSA_PUBKEY_bio 2093 EXIST::FUNCTION:DSA,BIO
PEM_write_RSA_PUBKEY 2095 EXIST:!WIN16:FUNCTION:RSA
d2i_OTHERNAME 2096 EXIST::FUNCTION:
X509_reject_set_bit 2098 NOEXIST::FUNCTION:
-PEM_write_DSA_PUBKEY 2101 EXIST:!WIN16:FUNCTION:
+PEM_write_DSA_PUBKEY 2101 EXIST:!WIN16:FUNCTION:DSA
X509_PURPOSE_get0_sname 2105 EXIST::FUNCTION:
EVP_PKEY_set1_DH 2107 EXIST::FUNCTION:DH
ASN1_OCTET_STRING_dup 2108 EXIST::FUNCTION:
@@ -1638,7 +1646,7 @@ ASN1_BIT_STRING_set 2109 EXIST::FUNCTION:
X509_TRUST_get_count 2110 EXIST::FUNCTION:
ASN1_INTEGER_free 2111 EXIST::FUNCTION:
OTHERNAME_free 2112 EXIST::FUNCTION:
-i2d_RSA_PUBKEY_fp 2113 EXIST::FUNCTION:FP_API,RSA
+i2d_RSA_PUBKEY_fp 2113 EXIST::FUNCTION:RSA,FP_API
ASN1_INTEGER_dup 2114 EXIST::FUNCTION:
d2i_X509_CERT_AUX 2115 EXIST::FUNCTION:
PEM_write_bio_PUBKEY 2117 EXIST::FUNCTION:
@@ -1653,7 +1661,7 @@ i2d_X509_AUX 2132 EXIST::FUNCTION:
ASN1_BIT_STRING_name_print 2134 EXIST::FUNCTION:BIO
X509_cmp 2135 EXIST::FUNCTION:
ASN1_STRING_length_set 2136 EXIST::FUNCTION:
-DIRECTORYSTRING_new 2137 NOEXIST::FUNCTION:
+DIRECTORYSTRING_new 2137 EXIST::FUNCTION:
X509_add1_trust_object 2140 EXIST::FUNCTION:
PKCS12_newpass 2141 EXIST::FUNCTION:
SMIME_write_PKCS7 2142 EXIST::FUNCTION:
@@ -1865,14 +1873,14 @@ ASN1_UTCTIME_cmp_time_t 2455 EXIST::FUNCTION:
des_set_weak_key_flag 2456 NOEXIST::FUNCTION:
des_check_key 2457 EXIST::VARIABLE:DES
des_rw_mode 2458 EXIST::VARIABLE:DES
-RSA_PKCS1_RSAref 2459 EXIST:RSAREF:FUNCTION:RSA
+RSA_PKCS1_RSAref 2459 NOEXIST::FUNCTION:
X509_keyid_set1 2460 EXIST::FUNCTION:
BIO_next 2461 EXIST::FUNCTION:
DSO_METHOD_vms 2462 EXIST::FUNCTION:
BIO_f_linebuffer 2463 EXIST:VMS:FUNCTION:
X509_print_ex 2464 EXIST::FUNCTION:BIO
X509_print_ex_fp 2465 EXIST::FUNCTION:FP_API
-EVP_rijndael_ecb 2466 EXIST::FUNCTION:RIJNDAEL
+EVP_rijndael_ecb 2466 NOEXIST::FUNCTION:
NCONF_get_number_e 2467 EXIST::FUNCTION:
ERR_load_ENGINE_strings 2468 EXIST::FUNCTION:
ENGINE_set_DSA 2469 EXIST::FUNCTION:
@@ -1946,12 +1954,12 @@ OCSP_SERVICELOC_free 2534 EXIST::FUNCTION:
d2i_OCSP_RESPDATA 2535 EXIST::FUNCTION:
OCSP_RESPDATA_new 2536 EXIST::FUNCTION:
d2i_OCSP_REVOKEDINFO 2537 EXIST::FUNCTION:
-OCSP_basic_response_new 2538 EXIST::FUNCTION:
+OCSP_basic_response_new 2538 NOEXIST::FUNCTION:
d2i_OCSP_CERTID 2539 EXIST::FUNCTION:
OCSP_ONEREQ_free 2540 EXIST::FUNCTION:
ERR_load_OCSP_strings 2541 EXIST::FUNCTION:
ocspResponseStatus2string 2542 NOEXIST::FUNCTION:
-OCSP_basic_response_add 2543 EXIST::FUNCTION:
+OCSP_basic_response_add 2543 NOEXIST::FUNCTION:
OCSP_CERTID_free 2544 EXIST::FUNCTION:
OCSP_CRLID_free 2545 EXIST::FUNCTION:
i2a_OCSP_CERTID 2546 NOEXIST::FUNCTION:
@@ -1960,12 +1968,12 @@ OCSP_CRLID_new 2548 EXIST::FUNCTION:
d2i_OCSP_BASICRESP 2549 EXIST::FUNCTION:
OCSP_accept_responses_new 2550 EXIST::FUNCTION:
i2a_OCSP_CERTSTATUS 2551 NOEXIST::FUNCTION:
-OCSP_request_new 2552 EXIST::FUNCTION:
-OCSP_response_verify 2553 EXIST::FUNCTION:
+OCSP_request_new 2552 NOEXIST::FUNCTION:
+OCSP_response_verify 2553 NOEXIST::FUNCTION:
i2a_OCSP_CRLID 2554 NOEXIST::FUNCTION:
OCSP_CERTSTATUS_new 2555 EXIST::FUNCTION:
i2d_OCSP_CRLID 2556 EXIST::FUNCTION:
-OCSP_request_add 2557 EXIST::FUNCTION:
+OCSP_request_add 2557 NOEXIST::FUNCTION:
OCSP_SINGLERESP_new 2558 EXIST::FUNCTION:
OCSP_CERTSTATUS_free 2559 EXIST::FUNCTION:
OCSP_REQINFO_new 2560 EXIST::FUNCTION:
@@ -1976,7 +1984,7 @@ d2i_OCSP_REQINFO 2564 EXIST::FUNCTION:
OCSP_REVOKEDINFO_free 2565 EXIST::FUNCTION:
d2i_OCSP_ONEREQ 2566 EXIST::FUNCTION:
i2a_ACCESS_DESCRIPTION 2567 EXIST::FUNCTION:
-OCSP_cert_status_new 2568 EXIST::FUNCTION:
+OCSP_cert_status_new 2568 NOEXIST::FUNCTION:
i2d_OCSP_RESPBYTES 2569 EXIST::FUNCTION:
i2a_OCSP_REQUEST 2570 NOEXIST::FUNCTION:
OCSP_extension_print 2571 NOEXIST::FUNCTION:
@@ -2005,13 +2013,13 @@ i2d_OCSP_RESPONSE 2593 EXIST::FUNCTION:
i2d_OCSP_SIGNATURE 2594 EXIST::FUNCTION:
OCSP_RESPDATA_free 2595 EXIST::FUNCTION:
ocspCertStatus2string 2596 NOEXIST::FUNCTION:
-OCSP_basic_response_verify 2597 EXIST::FUNCTION:
-OCSP_nonce_new 2598 EXIST::FUNCTION:
+OCSP_basic_response_verify 2597 NOEXIST::FUNCTION:
+OCSP_nonce_new 2598 NOEXIST::FUNCTION:
OCSP_RESPONSE_free 2599 EXIST::FUNCTION:
OCSP_REQUEST_new 2600 EXIST::FUNCTION:
i2a_OCSP_SINGLERESP 2601 NOEXIST::FUNCTION:
OCSP_RESPONSE_new 2602 EXIST::FUNCTION:
-OCSP_RESPONSE_print 2603 NOEXIST::FUNCTION:
+OCSP_RESPONSE_print 2603 EXIST::FUNCTION:
d2i_OCSP_CRLID 2604 EXIST::FUNCTION:
i2a_OCSP_BASICRESP 2605 NOEXIST::FUNCTION:
OCSP_REVOKEDINFO_new 2606 EXIST::FUNCTION:
@@ -2028,7 +2036,7 @@ d2i_OCSP_SINGLERESP 2616 EXIST::FUNCTION:
OCSP_crlID_new 2617 EXIST::FUNCTION:
OCSP_BASICRESP_new 2618 EXIST::FUNCTION:
d2i_OCSP_SERVICELOC 2619 EXIST::FUNCTION:
-OCSP_response_new 2620 EXIST::FUNCTION:
+OCSP_response_new 2620 NOEXIST::FUNCTION:
i2a_OCSP_RESPID 2621 NOEXIST::FUNCTION:
OCSP_nochain_new 2622 NOEXIST::FUNCTION:
OCSP_RESPID_new 2623 EXIST::FUNCTION:
@@ -2038,7 +2046,7 @@ i2d_OCSP_BASICRESP 2626 EXIST::FUNCTION:
OCSP_SIGNATURE_new 2627 EXIST::FUNCTION:
OCSP_SIGNATURE_free 2628 EXIST::FUNCTION:
i2a_OCSP_REVOKEDINFO 2629 NOEXIST::FUNCTION:
-OCSP_basic_response_sign 2630 EXIST::FUNCTION:
+OCSP_basic_response_sign 2630 NOEXIST::FUNCTION:
d2i_OCSP_RESPONSE 2631 EXIST::FUNCTION:
d2i_OCSP_SIGNATURE 2632 EXIST::FUNCTION:
X509_ocspid_print 2633 EXIST::FUNCTION:BIO
@@ -2050,12 +2058,12 @@ ENGINE_load_builtin_engines 2638 EXIST::FUNCTION:
bn_dup_expand 2639 EXIST::FUNCTION:
ENGINE_load_nuron 2640 EXIST::FUNCTION:
ENGINE_load_atalla 2641 EXIST::FUNCTION:
-rijndaelEncryptRound 2642 EXIST::FUNCTION:
+rijndaelEncryptRound 2642 NOEXIST::FUNCTION:
rijndaelDecrypt 2643 EXIST::FUNCTION:
-rijndaelKeyEncToDec 2644 EXIST::FUNCTION:
-rijndaelDecryptRound 2645 EXIST::FUNCTION:
+rijndaelKeyEncToDec 2644 NOEXIST::FUNCTION:
+rijndaelDecryptRound 2645 NOEXIST::FUNCTION:
rijndaelEncrypt 2646 EXIST::FUNCTION:
-rijndaelKeySched 2647 EXIST::FUNCTION:
+rijndaelKeySched 2647 NOEXIST::FUNCTION:
OBJ_NAME_do_all_sorted 2648 EXIST::FUNCTION:
OBJ_NAME_do_all 2649 EXIST::FUNCTION:
BN_nnmod 2650 EXIST::FUNCTION:
@@ -2230,9 +2238,9 @@ ASN1_item_new 2818 EXIST::FUNCTION:
i2d_ASN1_T61STRING 2819 EXIST::FUNCTION:
ASN1_item_digest 2820 EXIST::FUNCTION:EVP
ASN1_item_sign 2821 EXIST::FUNCTION:EVP
-ASN1_unpack_item 2822 EXIST::FUNCTION:
+ASN1_unpack_item 2822 NOEXIST::FUNCTION:
ASN1_item_verify 2823 EXIST::FUNCTION:EVP
-ASN1_pack_item 2824 EXIST::FUNCTION:
+ASN1_pack_item 2824 NOEXIST::FUNCTION:
OCSP_CERTID_it 2825 EXIST::VARIABLE:
OCSP_SIGNATURE_it 2826 EXIST::VARIABLE:
ASN1_item_dup 2827 EXIST::FUNCTION:
@@ -2245,3 +2253,89 @@ OCSP_RESPID_it 2833 EXIST::VARIABLE:
OCSP_REVOKEDINFO_it 2834 EXIST::VARIABLE:
OCSP_RESPONSE_it 2835 EXIST::VARIABLE:
OCSP_CERTSTATUS_it 2836 EXIST::VARIABLE:
+OCSP_basic_sign 2837 EXIST::FUNCTION:
+OCSP_request_onereq_get0 2838 EXIST::FUNCTION:
+ASN1_SEQUENCE_it 2839 EXIST::VARIABLE:
+OCSP_crl_reason_str 2840 EXIST::FUNCTION:
+OCSP_request_set1_name 2841 EXIST::FUNCTION:
+OCSP_cert_to_id 2842 EXIST::FUNCTION:
+OCSP_request_add0_id 2843 EXIST::FUNCTION:
+RSAPrivateKey_it 2844 EXIST::VARIABLE:RSA
+PKCS12_unpack_p7data 2845 EXIST::FUNCTION:
+PKCS12_item_decrypt_d2i 2846 EXIST::FUNCTION:
+OCSP_resp_count 2847 EXIST::FUNCTION:
+PKCS12_x509crl2certbag 2848 EXIST::FUNCTION:
+CRYPTO_get_mem_ex_functions 2849 EXIST::FUNCTION:
+OPENSSL_issetugid 2850 EXIST::FUNCTION:
+PKCS12_item_i2d_encrypt 2851 EXIST::FUNCTION:
+OCSP_basic_verify 2852 EXIST::FUNCTION:
+ZLONG_it 2853 EXIST::VARIABLE:
+EVP_aes_128_ecb 2854 EXIST::FUNCTION:AES
+CRYPTO_set_locked_mem_ex_functions 2855 EXIST::FUNCTION:
+PKCS12_certbag2x509crl 2856 EXIST::FUNCTION:
+DIRECTORYSTRING_it 2857 EXIST::VARIABLE:
+PKCS12_decrypt_skey 2858 EXIST::FUNCTION:
+EVP_aes_192_cbc 2859 EXIST::FUNCTION:AES
+OCSP_id_get0_info 2860 EXIST::FUNCTION:
+ASN1_FBOOLEAN_it 2861 EXIST::VARIABLE:
+OCSP_id_issuer_cmp 2862 EXIST::FUNCTION:
+RAND_query_egd_bytes 2863 EXIST::FUNCTION:
+ASN1_TIME_check 2864 EXIST::FUNCTION:
+PKCS12_x5092certbag 2865 EXIST::FUNCTION:
+OCSP_basic_add1_nonce 2866 EXIST::FUNCTION:
+rijndaelKeySetupDec 2867 EXIST::FUNCTION:
+ASN1_item_d2i_bio 2868 EXIST::FUNCTION:BIO
+OCSP_request_onereq_count 2869 EXIST::FUNCTION:
+ASN1_item_i2d_fp 2870 EXIST::FUNCTION:FP_API
+EVP_Digest 2871 EXIST::FUNCTION:
+OCSP_response_status 2872 EXIST::FUNCTION:
+OCSP_request_add1_nonce 2873 EXIST::FUNCTION:
+EVP_CIPHER_CTX_set_padding 2874 EXIST::FUNCTION:
+ASN1_PRINTABLE_it 2875 EXIST::VARIABLE:
+PKCS12_pack_authsafes 2876 EXIST::FUNCTION:
+PKCS12_unpack_p7encdata 2877 EXIST::FUNCTION:
+X509_pubkey_digest 2878 EXIST::FUNCTION:EVP
+ASN1_item_pack 2879 EXIST::FUNCTION:
+OCSP_parse_url 2880 EXIST::FUNCTION:
+OCSP_request_add1_cert 2881 EXIST::FUNCTION:
+OCSP_resp_find_status 2882 EXIST::FUNCTION:
+OCSP_id_cmp 2883 EXIST::FUNCTION:
+EVP_aes_256_ecb 2884 EXIST::FUNCTION:AES
+PKCS12_unpack_authsafes 2885 EXIST::FUNCTION:
+ASN1_PRINTABLE_new 2886 EXIST::FUNCTION:
+ASN1_item_unpack 2887 EXIST::FUNCTION:
+ASN1_item_d2i_fp 2888 EXIST::FUNCTION:FP_API
+OCSP_basic_add1_status 2889 EXIST::FUNCTION:
+DISPLAYTEXT_it 2890 EXIST::VARIABLE:
+OCSP_response_status_str 2891 EXIST::FUNCTION:
+EVP_aes_128_cbc 2892 EXIST::FUNCTION:AES
+X509_get0_pubkey_bitstr 2893 EXIST::FUNCTION:
+OCSP_cert_status_str 2894 EXIST::FUNCTION:
+OCSP_sendreq_bio 2895 EXIST::FUNCTION:
+ASN1_item_i2d_bio 2896 EXIST::FUNCTION:BIO
+CBIGNUM_it 2897 EXIST::VARIABLE:
+PKCS8_decrypt 2898 EXIST::FUNCTION:
+rijndaelKeySetupEnc 2899 EXIST::FUNCTION:
+OCSP_basic_add1_cert 2900 EXIST::FUNCTION:
+LONG_it 2901 EXIST::VARIABLE:
+PKCS12_certbag2x509 2902 EXIST::FUNCTION:
+OCSP_response_create 2903 EXIST::FUNCTION:
+OCSP_resp_get0 2904 EXIST::FUNCTION:
+CRYPTO_get_locked_mem_ex_functions 2905 EXIST::FUNCTION:
+EVP_aes_192_ecb 2906 EXIST::FUNCTION:AES
+OCSP_response_get1_basic 2907 EXIST::FUNCTION:
+PKCS12_item_pack_safebag 2908 EXIST::FUNCTION:
+OCSP_copy_nonce 2909 EXIST::FUNCTION:
+ASN1_TBOOLEAN_it 2910 EXIST::VARIABLE:
+OCSP_single_get0_status 2911 EXIST::FUNCTION:
+OCSP_check_nonce 2912 EXIST::FUNCTION:
+ASN1_BOOLEAN_it 2913 EXIST::VARIABLE:
+RSAPublicKey_it 2914 EXIST::VARIABLE:RSA
+ASN1_PRINTABLE_free 2915 EXIST::FUNCTION:
+CRYPTO_set_mem_ex_functions 2916 EXIST::FUNCTION:
+ASN1_TIME_to_generalizedtime 2917 EXIST::FUNCTION:
+BIGNUM_it 2918 EXIST::VARIABLE:
+OCSP_onereq_get0_id 2919 EXIST::FUNCTION:
+EVP_aes_256_cbc 2920 EXIST::FUNCTION:AES
+OCSP_resp_find 2921 EXIST::FUNCTION:
+BN_rand_range 2922 EXIST::FUNCTION: