[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed Feb 4 23:50:52 UTC 2015


The branch master has been updated
       via  1f7103b6ebd1579e4ead17405f89d44330386949 (commit)
      from  a479d72dba4afc17f46db5429a5271f1202e2d55 (commit)


- Log -----------------------------------------------------------------
commit 1f7103b6ebd1579e4ead17405f89d44330386949
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed Feb 4 18:50:00 2015 -0500

    Fix various build breaks
    
    TABLE wasn't updated from a previous Configure change
    Missed an RMD160/RIPE/RIPEMD unification in mkdef.pl
    Makefile install_sw referenced file doc/openssl-shared.txt (RT3686)
    Needed to run 'make update' because
            - Various old code has been removed
            - Varous old #ifdef tests were removed
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org    |    2 -
 TABLE           |    2 +-
 util/libeay.num |  799 ++++++++++++++++++++++++++++---------------------------
 util/mkdef.pl   |    6 +-
 util/ssleay.num |   34 +--
 5 files changed, 422 insertions(+), 421 deletions(-)

diff --git a/Makefile.org b/Makefile.org
index 3fa129c..f60ecf3 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -600,8 +600,6 @@ install_sw:
 		if [ "$(INSTALLTOP)" != "/usr" ]; then \
 			echo 'OpenSSL shared libraries have been installed in:'; \
 			echo '  $(INSTALLTOP)'; \
-			echo ''; \
-			sed -e '1,/^$$/d' doc/openssl-shared.txt; \
 		fi; \
 	fi
 	cp libcrypto.pc $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/pkgconfig
diff --git a/TABLE b/TABLE
index 886fa62..6235666 100644
--- a/TABLE
+++ b/TABLE
@@ -1668,7 +1668,7 @@ $multilib     =
 
 *** debug-ben-debug-64-clang
 $cc           = clang
-$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -fsanitize=undefined -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe
+$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe
 $unistd       = 
 $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
 $sys_id       = 
diff --git a/util/libeay.num b/util/libeay.num
index 03f0d39..9920db1 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -15,28 +15,28 @@ ASN1_STRING_cmp                         14	EXIST::FUNCTION:
 ASN1_STRING_dup                         15	EXIST::FUNCTION:
 ASN1_STRING_free                        16	EXIST::FUNCTION:
 ASN1_STRING_new                         17	EXIST::FUNCTION:
-ASN1_STRING_print                       18	EXIST::FUNCTION:BIO
+ASN1_STRING_print                       18	EXIST::FUNCTION:
 ASN1_STRING_set                         19	EXIST::FUNCTION:
 ASN1_STRING_type_new                    20	EXIST::FUNCTION:
 ASN1_TYPE_free                          21	EXIST::FUNCTION:
 ASN1_TYPE_new                           22	EXIST::FUNCTION:
 ASN1_UNIVERSALSTRING_to_string          23	EXIST::FUNCTION:
 ASN1_UTCTIME_check                      24	EXIST::FUNCTION:
-ASN1_UTCTIME_print                      25	EXIST::FUNCTION:BIO
+ASN1_UTCTIME_print                      25	EXIST::FUNCTION:
 ASN1_UTCTIME_set                        26	EXIST::FUNCTION:
 ASN1_check_infinite_end                 27	EXIST::FUNCTION:
-ASN1_d2i_bio                            28	EXIST::FUNCTION:BIO
-ASN1_d2i_fp                             29	EXIST::FUNCTION:FP_API
-ASN1_digest                             30	EXIST::FUNCTION:EVP
+ASN1_d2i_bio                            28	EXIST::FUNCTION:
+ASN1_d2i_fp                             29	EXIST::FUNCTION:STDIO
+ASN1_digest                             30	EXIST::FUNCTION:
 ASN1_dup                                31	EXIST::FUNCTION:
 ASN1_get_object                         32	EXIST::FUNCTION:
-ASN1_i2d_bio                            33	EXIST::FUNCTION:BIO
-ASN1_i2d_fp                             34	EXIST::FUNCTION:FP_API
+ASN1_i2d_bio                            33	EXIST::FUNCTION:
+ASN1_i2d_fp                             34	EXIST::FUNCTION:STDIO
 ASN1_object_size                        35	EXIST::FUNCTION:
-ASN1_parse                              36	EXIST::FUNCTION:BIO
+ASN1_parse                              36	EXIST::FUNCTION:
 ASN1_put_object                         37	EXIST::FUNCTION:
-ASN1_sign                               38	EXIST::FUNCTION:EVP
-ASN1_verify                             39	EXIST::FUNCTION:EVP
+ASN1_sign                               38	EXIST::FUNCTION:
+ASN1_verify                             39	EXIST::FUNCTION:
 BF_cbc_encrypt                          40	EXIST::FUNCTION:BF
 BF_cfb64_encrypt                        41	EXIST::FUNCTION:BF
 BF_ecb_encrypt                          42	EXIST::FUNCTION:BF
@@ -52,10 +52,10 @@ BIO_int_ctrl                            53	EXIST::FUNCTION:
 BIO_debug_callback                      54	EXIST::FUNCTION:
 BIO_dump                                55	EXIST::FUNCTION:
 BIO_dup_chain                           56	EXIST::FUNCTION:
-BIO_f_base64                            57	EXIST::FUNCTION:BIO
+BIO_f_base64                            57	EXIST::FUNCTION:
 BIO_f_buffer                            58	EXIST::FUNCTION:
-BIO_f_cipher                            59	EXIST::FUNCTION:BIO
-BIO_f_md                                60	EXIST::FUNCTION:BIO
+BIO_f_cipher                            59	EXIST::FUNCTION:
+BIO_f_md                                60	EXIST::FUNCTION:
 BIO_f_null                              61	EXIST::FUNCTION:
 BIO_f_proxy_server                      62	NOEXIST::FUNCTION:
 BIO_fd_non_fatal_error                  63	EXIST::FUNCTION:
@@ -75,8 +75,8 @@ BIO_new                                 78	EXIST::FUNCTION:
 BIO_new_accept                          79	EXIST::FUNCTION:
 BIO_new_connect                         80	EXIST::FUNCTION:
 BIO_new_fd                              81	EXIST::FUNCTION:
-BIO_new_file                            82	EXIST::FUNCTION:FP_API
-BIO_new_fp                              83	EXIST::FUNCTION:FP_API
+BIO_new_file                            82	EXIST::FUNCTION:STDIO
+BIO_new_fp                              83	EXIST::FUNCTION:STDIO
 BIO_new_socket                          84	EXIST::FUNCTION:
 BIO_pop                                 85	EXIST::FUNCTION:
 BIO_printf                              86	EXIST::FUNCTION:
@@ -86,13 +86,13 @@ BIO_read                                89	EXIST::FUNCTION:
 BIO_s_accept                            90	EXIST::FUNCTION:
 BIO_s_connect                           91	EXIST::FUNCTION:
 BIO_s_fd                                92	EXIST::FUNCTION:
-BIO_s_file                              93	EXIST::FUNCTION:FP_API
+BIO_s_file                              93	EXIST::FUNCTION:STDIO
 BIO_s_mem                               95	EXIST::FUNCTION:
 BIO_s_null                              96	EXIST::FUNCTION:
 BIO_s_proxy_client                      97	NOEXIST::FUNCTION:
 BIO_s_socket                            98	EXIST::FUNCTION:
 BIO_set                                 100	EXIST::FUNCTION:
-BIO_set_cipher                          101	EXIST::FUNCTION:BIO
+BIO_set_cipher                          101	EXIST::FUNCTION:
 BIO_set_tcp_ndelay                      102	EXIST::FUNCTION:
 BIO_sock_cleanup                        103	EXIST::FUNCTION:
 BIO_sock_error                          104	EXIST::FUNCTION:
@@ -126,7 +126,7 @@ BN_gcd                                  131	EXIST::FUNCTION:
 BN_generate_prime                       132	EXIST::FUNCTION:DEPRECATED
 BN_get_word                             133	EXIST::FUNCTION:
 BN_is_bit_set                           134	EXIST::FUNCTION:
-BN_is_prime                             135	EXIST::FUNCTION:DEPRECATED
+BN_is_prime                             135	NOEXIST::FUNCTION:
 BN_lshift                               136	EXIST::FUNCTION:
 BN_lshift1                              137	EXIST::FUNCTION:
 BN_mask_bits                            138	EXIST::FUNCTION:
@@ -144,7 +144,7 @@ BN_num_bits                             151	EXIST::FUNCTION:
 BN_num_bits_word                        152	EXIST::FUNCTION:
 BN_options                              153	EXIST::FUNCTION:
 BN_print                                154	EXIST::FUNCTION:
-BN_print_fp                             155	EXIST::FUNCTION:FP_API
+BN_print_fp                             155	EXIST::FUNCTION:STDIO
 BN_rand                                 156	EXIST::FUNCTION:
 BN_reciprocal                           157	EXIST::FUNCTION:
 BN_rshift                               158	EXIST::FUNCTION:
@@ -181,7 +181,7 @@ CRYPTO_malloc                           188	EXIST::FUNCTION:
 CRYPTO_mem_ctrl                         189	EXIST::FUNCTION:
 CRYPTO_mem_leaks                        190	EXIST::FUNCTION:
 CRYPTO_mem_leaks_cb                     191	EXIST::FUNCTION:
-CRYPTO_mem_leaks_fp                     192	EXIST::FUNCTION:FP_API
+CRYPTO_mem_leaks_fp                     192	EXIST::FUNCTION:STDIO
 CRYPTO_realloc                          193	EXIST::FUNCTION:
 CRYPTO_remalloc                         194	EXIST::FUNCTION:
 CRYPTO_set_add_lock_callback            195	EXIST::FUNCTION:
@@ -196,30 +196,30 @@ DH_generate_key                         203	EXIST::FUNCTION:DH
 DH_generate_parameters                  204	EXIST::FUNCTION:DEPRECATED,DH
 DH_new                                  205	EXIST::FUNCTION:DH
 DH_size                                 206	EXIST::FUNCTION:DH
-DHparams_print                          207	EXIST::FUNCTION:BIO,DH
-DHparams_print_fp                       208	EXIST::FUNCTION:DH,FP_API
+DHparams_print                          207	EXIST::FUNCTION:DH
+DHparams_print_fp                       208	EXIST::FUNCTION:DH,STDIO
 DSA_free                                209	EXIST::FUNCTION:DSA
 DSA_generate_key                        210	EXIST::FUNCTION:DSA
 DSA_generate_parameters                 211	EXIST::FUNCTION:DEPRECATED,DSA
 DSA_is_prime                            212	NOEXIST::FUNCTION:
 DSA_new                                 213	EXIST::FUNCTION:DSA
-DSA_print                               214	EXIST::FUNCTION:BIO,DSA
-DSA_print_fp                            215	EXIST::FUNCTION:DSA,FP_API
+DSA_print                               214	EXIST::FUNCTION:DSA
+DSA_print_fp                            215	EXIST::FUNCTION:DSA,STDIO
 DSA_sign                                216	EXIST::FUNCTION:DSA
 DSA_sign_setup                          217	EXIST::FUNCTION:DSA
 DSA_size                                218	EXIST::FUNCTION:DSA
 DSA_verify                              219	EXIST::FUNCTION:DSA
-DSAparams_print                         220	EXIST::FUNCTION:BIO,DSA
-DSAparams_print_fp                      221	EXIST::FUNCTION:DSA,FP_API
+DSAparams_print                         220	EXIST::FUNCTION:DSA
+DSAparams_print_fp                      221	EXIST::FUNCTION:DSA,STDIO
 ERR_clear_error                         222	EXIST::FUNCTION:
 ERR_error_string                        223	EXIST::FUNCTION:
 ERR_free_strings                        224	EXIST::FUNCTION:
 ERR_func_error_string                   225	EXIST::FUNCTION:
-ERR_get_err_state_table                 226	EXIST::FUNCTION:LHASH
+ERR_get_err_state_table                 226	EXIST::FUNCTION:
 ERR_get_error                           227	EXIST::FUNCTION:
 ERR_get_error_line                      228	EXIST::FUNCTION:
 ERR_get_state                           229	EXIST::FUNCTION:
-ERR_get_string_table                    230	EXIST::FUNCTION:LHASH
+ERR_get_string_table                    230	EXIST::FUNCTION:
 ERR_lib_error_string                    231	EXIST::FUNCTION:
 ERR_load_ASN1_strings                   232	EXIST::FUNCTION:
 ERR_load_BIO_strings                    233	EXIST::FUNCTION:
@@ -239,8 +239,8 @@ ERR_load_crypto_strings                 246	EXIST::FUNCTION:
 ERR_load_strings                        247	EXIST::FUNCTION:
 ERR_peek_error                          248	EXIST::FUNCTION:
 ERR_peek_error_line                     249	EXIST::FUNCTION:
-ERR_print_errors                        250	EXIST::FUNCTION:BIO
-ERR_print_errors_fp                     251	EXIST::FUNCTION:FP_API
+ERR_print_errors                        250	EXIST::FUNCTION:
+ERR_print_errors_fp                     251	EXIST::FUNCTION:STDIO
 ERR_put_error                           252	EXIST::FUNCTION:
 ERR_reason_error_string                 253	EXIST::FUNCTION:
 ERR_remove_state                        254	EXIST::FUNCTION:DEPRECATED
@@ -301,8 +301,8 @@ EVP_des_ede_cfb64                       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:DSA,SHA
-EVP_dss1                                313	EXIST::FUNCTION:DSA,SHA
+EVP_dss                                 312	NOEXIST::FUNCTION:
+EVP_dss1                                313	EXIST::FUNCTION:DSA
 EVP_enc_null                            314	EXIST::FUNCTION:
 EVP_get_cipherbyname                    315	EXIST::FUNCTION:
 EVP_get_digestbyname                    316	EXIST::FUNCTION:
@@ -321,8 +321,8 @@ EVP_rc2_ofb                             328	EXIST::FUNCTION:RC2
 EVP_rc4                                 329	EXIST::FUNCTION:RC4
 EVP_read_pw_string                      330	EXIST::FUNCTION:
 EVP_set_pw_prompt                       331	EXIST::FUNCTION:
-EVP_sha                                 332	EXIST::FUNCTION:SHA
-EVP_sha1                                333	EXIST::FUNCTION:SHA
+EVP_sha                                 332	NOEXIST::FUNCTION:
+EVP_sha1                                333	EXIST::FUNCTION:
 MD2                                     334	EXIST::FUNCTION:MD2
 MD2_Final                               335	EXIST::FUNCTION:MD2
 MD2_Init                                336	EXIST::FUNCTION:MD2
@@ -340,8 +340,8 @@ NETSCAPE_SPKAC_free                     347	EXIST::FUNCTION:
 NETSCAPE_SPKAC_new                      348	EXIST::FUNCTION:
 NETSCAPE_SPKI_free                      349	EXIST::FUNCTION:
 NETSCAPE_SPKI_new                       350	EXIST::FUNCTION:
-NETSCAPE_SPKI_sign                      351	EXIST::FUNCTION:EVP
-NETSCAPE_SPKI_verify                    352	EXIST::FUNCTION:EVP
+NETSCAPE_SPKI_sign                      351	EXIST::FUNCTION:
+NETSCAPE_SPKI_verify                    352	EXIST::FUNCTION:
 OBJ_add_object                          353	EXIST::FUNCTION:
 OBJ_bsearch                             354	NOEXIST::FUNCTION:
 OBJ_cleanup                             355	EXIST::FUNCTION:
@@ -357,9 +357,9 @@ OBJ_obj2nid                             364	EXIST::FUNCTION:
 OBJ_sn2nid                              365	EXIST::FUNCTION:
 OBJ_txt2nid                             366	EXIST::FUNCTION:
 PEM_ASN1_read                           367	EXIST::FUNCTION:
-PEM_ASN1_read_bio                       368	EXIST::FUNCTION:BIO
+PEM_ASN1_read_bio                       368	EXIST::FUNCTION:
 PEM_ASN1_write                          369	EXIST::FUNCTION:
-PEM_ASN1_write_bio                      370	EXIST::FUNCTION:BIO
+PEM_ASN1_write_bio                      370	EXIST::FUNCTION:
 PEM_SealFinal                           371	EXIST::FUNCTION:RSA
 PEM_SealInit                            372	EXIST::FUNCTION:RSA
 PEM_SealUpdate                          373	EXIST::FUNCTION:RSA
@@ -367,23 +367,23 @@ PEM_SignFinal                           374	EXIST::FUNCTION:
 PEM_SignInit                            375	EXIST::FUNCTION:
 PEM_SignUpdate                          376	EXIST::FUNCTION:
 PEM_X509_INFO_read                      377	EXIST::FUNCTION:
-PEM_X509_INFO_read_bio                  378	EXIST::FUNCTION:BIO
-PEM_X509_INFO_write_bio                 379	EXIST::FUNCTION:BIO
+PEM_X509_INFO_read_bio                  378	EXIST::FUNCTION:
+PEM_X509_INFO_write_bio                 379	EXIST::FUNCTION:
 PEM_dek_info                            380	EXIST::FUNCTION:
 PEM_do_header                           381	EXIST::FUNCTION:
 PEM_get_EVP_CIPHER_INFO                 382	EXIST::FUNCTION:
 PEM_proc_type                           383	EXIST::FUNCTION:
 PEM_read                                384	EXIST::FUNCTION:
-PEM_read_DHparams                       385	EXIST:!WIN16:FUNCTION:DH
-PEM_read_DSAPrivateKey                  386	EXIST:!WIN16:FUNCTION:DSA
-PEM_read_DSAparams                      387	EXIST:!WIN16:FUNCTION:DSA
-PEM_read_PKCS7                          388	EXIST:!WIN16:FUNCTION:
-PEM_read_PrivateKey                     389	EXIST:!WIN16:FUNCTION:
-PEM_read_RSAPrivateKey                  390	EXIST:!WIN16:FUNCTION:RSA
-PEM_read_X509                           391	EXIST:!WIN16:FUNCTION:
-PEM_read_X509_CRL                       392	EXIST:!WIN16:FUNCTION:
-PEM_read_X509_REQ                       393	EXIST:!WIN16:FUNCTION:
-PEM_read_bio                            394	EXIST::FUNCTION:BIO
+PEM_read_DHparams                       385	EXIST::FUNCTION:DH
+PEM_read_DSAPrivateKey                  386	EXIST::FUNCTION:DSA
+PEM_read_DSAparams                      387	EXIST::FUNCTION:DSA
+PEM_read_PKCS7                          388	EXIST::FUNCTION:
+PEM_read_PrivateKey                     389	EXIST::FUNCTION:
+PEM_read_RSAPrivateKey                  390	EXIST::FUNCTION:RSA
+PEM_read_X509                           391	EXIST::FUNCTION:
+PEM_read_X509_CRL                       392	EXIST::FUNCTION:
+PEM_read_X509_REQ                       393	EXIST::FUNCTION:
+PEM_read_bio                            394	EXIST::FUNCTION:
 PEM_read_bio_DHparams                   395	EXIST::FUNCTION:DH
 PEM_read_bio_DSAPrivateKey              396	EXIST::FUNCTION:DSA
 PEM_read_bio_DSAparams                  397	EXIST::FUNCTION:DSA
@@ -394,16 +394,16 @@ PEM_read_bio_X509                       401	EXIST::FUNCTION:
 PEM_read_bio_X509_CRL                   402	EXIST::FUNCTION:
 PEM_read_bio_X509_REQ                   403	EXIST::FUNCTION:
 PEM_write                               404	EXIST::FUNCTION:
-PEM_write_DHparams                      405	EXIST:!WIN16:FUNCTION:DH
-PEM_write_DSAPrivateKey                 406	EXIST:!WIN16:FUNCTION:DSA
-PEM_write_DSAparams                     407	EXIST:!WIN16:FUNCTION:DSA
-PEM_write_PKCS7                         408	EXIST:!WIN16:FUNCTION:
-PEM_write_PrivateKey                    409	EXIST:!WIN16:FUNCTION:
-PEM_write_RSAPrivateKey                 410	EXIST:!WIN16:FUNCTION:RSA
-PEM_write_X509                          411	EXIST:!WIN16:FUNCTION:
-PEM_write_X509_CRL                      412	EXIST:!WIN16:FUNCTION:
-PEM_write_X509_REQ                      413	EXIST:!WIN16:FUNCTION:
-PEM_write_bio                           414	EXIST::FUNCTION:BIO
+PEM_write_DHparams                      405	EXIST::FUNCTION:DH
+PEM_write_DSAPrivateKey                 406	EXIST::FUNCTION:DSA
+PEM_write_DSAparams                     407	EXIST::FUNCTION:DSA
+PEM_write_PKCS7                         408	EXIST::FUNCTION:
+PEM_write_PrivateKey                    409	EXIST::FUNCTION:
+PEM_write_RSAPrivateKey                 410	EXIST::FUNCTION:RSA
+PEM_write_X509                          411	EXIST::FUNCTION:
+PEM_write_X509_CRL                      412	EXIST::FUNCTION:
+PEM_write_X509_REQ                      413	EXIST::FUNCTION:
+PEM_write_bio                           414	EXIST::FUNCTION:
 PEM_write_bio_DHparams                  415	EXIST::FUNCTION:DH
 PEM_write_bio_DSAPrivateKey             416	EXIST::FUNCTION:DSA
 PEM_write_bio_DSAparams                 417	EXIST::FUNCTION:DSA
@@ -477,8 +477,8 @@ RSA_free                                484	EXIST::FUNCTION:RSA
 RSA_generate_key                        485	EXIST::FUNCTION:DEPRECATED,RSA
 RSA_new                                 486	EXIST::FUNCTION:RSA
 RSA_new_method                          487	EXIST::FUNCTION:RSA
-RSA_print                               488	EXIST::FUNCTION:BIO,RSA
-RSA_print_fp                            489	EXIST::FUNCTION:FP_API,RSA
+RSA_print                               488	EXIST::FUNCTION:RSA
+RSA_print_fp                            489	EXIST::FUNCTION:RSA,STDIO
 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
-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                                     500	NOEXIST::FUNCTION:
+SHA1                                    501	EXIST::FUNCTION:
+SHA1_Final                              502	EXIST::FUNCTION:
+SHA1_Init                               503	EXIST::FUNCTION:
+SHA1_Update                             504	EXIST::FUNCTION:
+SHA_Final                               505	NOEXIST::FUNCTION:
+SHA_Init                                506	NOEXIST::FUNCTION:
+SHA_Update                              507	NOEXIST::FUNCTION:
 OpenSSL_add_all_algorithms              508	NOEXIST::FUNCTION:
 OpenSSL_add_all_ciphers                 509	EXIST::FUNCTION:
 OpenSSL_add_all_digests                 510	EXIST::FUNCTION:
@@ -504,8 +504,8 @@ TXT_DB_create_index                     511	EXIST::FUNCTION:
 TXT_DB_free                             512	EXIST::FUNCTION:
 TXT_DB_get_by_index                     513	EXIST::FUNCTION:
 TXT_DB_insert                           514	EXIST::FUNCTION:
-TXT_DB_read                             515	EXIST::FUNCTION:BIO
-TXT_DB_write                            516	EXIST::FUNCTION:BIO
+TXT_DB_read                             515	EXIST::FUNCTION:
+TXT_DB_write                            516	EXIST::FUNCTION:
 X509_ALGOR_free                         517	EXIST::FUNCTION:
 X509_ALGOR_new                          518	EXIST::FUNCTION:
 X509_ATTRIBUTE_free                     519	EXIST::FUNCTION:
@@ -525,8 +525,8 @@ X509_CRL_get_ext_by_OBJ                 532	EXIST::FUNCTION:
 X509_CRL_get_ext_by_critical            533	EXIST::FUNCTION:
 X509_CRL_get_ext_count                  534	EXIST::FUNCTION:
 X509_CRL_new                            535	EXIST::FUNCTION:
-X509_CRL_sign                           536	EXIST::FUNCTION:EVP
-X509_CRL_verify                         537	EXIST::FUNCTION:EVP
+X509_CRL_sign                           536	EXIST::FUNCTION:
+X509_CRL_verify                         537	EXIST::FUNCTION:
 X509_EXTENSION_create_by_NID            538	EXIST::FUNCTION:
 X509_EXTENSION_create_by_OBJ            539	EXIST::FUNCTION:
 X509_EXTENSION_dup                      540	EXIST::FUNCTION:
@@ -538,8 +538,8 @@ X509_EXTENSION_new                      545	EXIST::FUNCTION:
 X509_EXTENSION_set_critical             546	EXIST::FUNCTION:
 X509_EXTENSION_set_data                 547	EXIST::FUNCTION:
 X509_EXTENSION_set_object               548	EXIST::FUNCTION:
-X509_INFO_free                          549	EXIST::FUNCTION:EVP
-X509_INFO_new                           550	EXIST::FUNCTION:EVP
+X509_INFO_free                          549	EXIST::FUNCTION:
+X509_INFO_new                           550	EXIST::FUNCTION:
 X509_LOOKUP_by_alias                    551	EXIST::FUNCTION:
 X509_LOOKUP_by_fingerprint              552	EXIST::FUNCTION:
 X509_LOOKUP_by_issuer_serial            553	EXIST::FUNCTION:
@@ -563,7 +563,7 @@ X509_NAME_ENTRY_set_object              570	EXIST::FUNCTION:
 X509_NAME_add_entry                     571	EXIST::FUNCTION:
 X509_NAME_cmp                           572	EXIST::FUNCTION:
 X509_NAME_delete_entry                  573	EXIST::FUNCTION:
-X509_NAME_digest                        574	EXIST::FUNCTION:EVP
+X509_NAME_digest                        574	EXIST::FUNCTION:
 X509_NAME_dup                           575	EXIST::FUNCTION:
 X509_NAME_entry_count                   576	EXIST::FUNCTION:
 X509_NAME_free                          577	EXIST::FUNCTION:
@@ -574,8 +574,8 @@ X509_NAME_get_text_by_NID               581	EXIST::FUNCTION:
 X509_NAME_get_text_by_OBJ               582	EXIST::FUNCTION:
 X509_NAME_hash                          583	EXIST::FUNCTION:
 X509_NAME_new                           584	EXIST::FUNCTION:
-X509_NAME_oneline                       585	EXIST::FUNCTION:EVP
-X509_NAME_print                         586	EXIST::FUNCTION:BIO
+X509_NAME_oneline                       585	EXIST::FUNCTION:
+X509_NAME_print                         586	EXIST::FUNCTION:
 X509_NAME_set                           587	EXIST::FUNCTION:
 X509_OBJECT_free_contents               588	EXIST::FUNCTION:
 X509_OBJECT_retrieve_by_subject         589	EXIST::FUNCTION:
@@ -592,14 +592,14 @@ X509_REQ_dup                            599	EXIST::FUNCTION:
 X509_REQ_free                           600	EXIST::FUNCTION:
 X509_REQ_get_pubkey                     601	EXIST::FUNCTION:
 X509_REQ_new                            602	EXIST::FUNCTION:
-X509_REQ_print                          603	EXIST::FUNCTION:BIO
-X509_REQ_print_fp                       604	EXIST::FUNCTION:FP_API
+X509_REQ_print                          603	EXIST::FUNCTION:
+X509_REQ_print_fp                       604	EXIST::FUNCTION:STDIO
 X509_REQ_set_pubkey                     605	EXIST::FUNCTION:
 X509_REQ_set_subject_name               606	EXIST::FUNCTION:
 X509_REQ_set_version                    607	EXIST::FUNCTION:
-X509_REQ_sign                           608	EXIST::FUNCTION:EVP
+X509_REQ_sign                           608	EXIST::FUNCTION:
 X509_REQ_to_X509                        609	EXIST::FUNCTION:
-X509_REQ_verify                         610	EXIST::FUNCTION:EVP
+X509_REQ_verify                         610	EXIST::FUNCTION:
 X509_REVOKED_add_ext                    611	EXIST::FUNCTION:
 X509_REVOKED_delete_ext                 612	EXIST::FUNCTION:
 X509_REVOKED_free                       613	EXIST::FUNCTION:
@@ -629,7 +629,7 @@ X509_certificate_type                   635	EXIST::FUNCTION:
 X509_check_private_key                  636	EXIST::FUNCTION:
 X509_cmp_current_time                   637	EXIST::FUNCTION:
 X509_delete_ext                         638	EXIST::FUNCTION:
-X509_digest                             639	EXIST::FUNCTION:EVP
+X509_digest                             639	EXIST::FUNCTION:
 X509_dup                                640	EXIST::FUNCTION:
 X509_free                               641	EXIST::FUNCTION:
 X509_get_default_cert_area              642	EXIST::FUNCTION:
@@ -655,8 +655,8 @@ X509_issuer_name_cmp                    661	EXIST::FUNCTION:
 X509_issuer_name_hash                   662	EXIST::FUNCTION:
 X509_load_cert_file                     663	EXIST::FUNCTION:STDIO
 X509_new                                664	EXIST::FUNCTION:
-X509_print                              665	EXIST::FUNCTION:BIO
-X509_print_fp                           666	EXIST::FUNCTION:FP_API
+X509_print                              665	EXIST::FUNCTION:
+X509_print_fp                           666	EXIST::FUNCTION:STDIO
 X509_set_issuer_name                    667	EXIST::FUNCTION:
 X509_set_notAfter                       668	EXIST::FUNCTION:
 X509_set_notBefore                      669	EXIST::FUNCTION:
@@ -664,11 +664,11 @@ X509_set_pubkey                         670	EXIST::FUNCTION:
 X509_set_serialNumber                   671	EXIST::FUNCTION:
 X509_set_subject_name                   672	EXIST::FUNCTION:
 X509_set_version                        673	EXIST::FUNCTION:
-X509_sign                               674	EXIST::FUNCTION:EVP
+X509_sign                               674	EXIST::FUNCTION:
 X509_subject_name_cmp                   675	EXIST::FUNCTION:
 X509_subject_name_hash                  676	EXIST::FUNCTION:
 X509_to_X509_REQ                        677	EXIST::FUNCTION:
-X509_verify                             678	EXIST::FUNCTION:EVP
+X509_verify                             678	EXIST::FUNCTION:
 X509_verify_cert                        679	EXIST::FUNCTION:
 X509_verify_cert_error_string           680	EXIST::FUNCTION:
 X509v3_add_ext                          681	EXIST::FUNCTION:
@@ -690,8 +690,8 @@ X509v3_pack_type_by_OBJ                 696	NOEXIST::FUNCTION:
 X509v3_unpack_string                    697	NOEXIST::FUNCTION:
 _des_crypt                              698	NOEXIST::FUNCTION:
 a2d_ASN1_OBJECT                         699	EXIST::FUNCTION:
-a2i_ASN1_INTEGER                        700	EXIST::FUNCTION:BIO
-a2i_ASN1_STRING                         701	EXIST::FUNCTION:BIO
+a2i_ASN1_INTEGER                        700	EXIST::FUNCTION:
+a2i_ASN1_STRING                         701	EXIST::FUNCTION:
 asn1_Finish                             702	EXIST::FUNCTION:
 asn1_GetSequence                        703	EXIST::FUNCTION:
 bn_div_words                            704	NOEXIST::FUNCTION:
@@ -701,7 +701,7 @@ bn_mul_words                            707	NOEXIST::FUNCTION:
 BN_uadd                                 708	EXIST::FUNCTION:
 BN_usub                                 709	EXIST::FUNCTION:
 bn_sqr_words                            710	NOEXIST::FUNCTION:
-_ossl_old_crypt                         711	EXIST:!PERL5:FUNCTION:DES
+_ossl_old_crypt                         711	NOEXIST::FUNCTION:
 d2i_ASN1_BIT_STRING                     712	EXIST::FUNCTION:
 d2i_ASN1_BOOLEAN                        713	EXIST::FUNCTION:
 d2i_ASN1_HEADER                         714	NOEXIST::FUNCTION:
@@ -719,8 +719,8 @@ d2i_ASN1_bytes                          725	EXIST::FUNCTION:
 d2i_ASN1_type_bytes                     726	EXIST::FUNCTION:
 d2i_DHparams                            727	EXIST::FUNCTION:DH
 d2i_DSAPrivateKey                       728	EXIST::FUNCTION:DSA
-d2i_DSAPrivateKey_bio                   729	EXIST::FUNCTION:BIO,DSA
-d2i_DSAPrivateKey_fp                    730	EXIST::FUNCTION:DSA,FP_API
+d2i_DSAPrivateKey_bio                   729	EXIST::FUNCTION:DSA
+d2i_DSAPrivateKey_fp                    730	EXIST::FUNCTION:DSA,STDIO
 d2i_DSAPublicKey                        731	EXIST::FUNCTION:DSA
 d2i_DSAparams                           732	EXIST::FUNCTION:DSA
 d2i_NETSCAPE_SPKAC                      733	EXIST::FUNCTION:
@@ -737,12 +737,12 @@ d2i_PKCS7_SIGNED                        743	EXIST::FUNCTION:
 d2i_PKCS7_SIGNER_INFO                   744	EXIST::FUNCTION:
 d2i_PKCS7_SIGN_ENVELOPE                 745	EXIST::FUNCTION:
 d2i_PKCS7_bio                           746	EXIST::FUNCTION:
-d2i_PKCS7_fp                            747	EXIST::FUNCTION:FP_API
+d2i_PKCS7_fp                            747	EXIST::FUNCTION:STDIO
 d2i_PrivateKey                          748	EXIST::FUNCTION:
 d2i_PublicKey                           749	EXIST::FUNCTION:
 d2i_RSAPrivateKey                       750	EXIST::FUNCTION:RSA
-d2i_RSAPrivateKey_bio                   751	EXIST::FUNCTION:BIO,RSA
-d2i_RSAPrivateKey_fp                    752	EXIST::FUNCTION:FP_API,RSA
+d2i_RSAPrivateKey_bio                   751	EXIST::FUNCTION:RSA
+d2i_RSAPrivateKey_fp                    752	EXIST::FUNCTION:RSA,STDIO
 d2i_RSAPublicKey                        753	EXIST::FUNCTION:RSA
 d2i_X509                                754	EXIST::FUNCTION:
 d2i_X509_ALGOR                          755	EXIST::FUNCTION:
@@ -750,8 +750,8 @@ d2i_X509_ATTRIBUTE                      756	EXIST::FUNCTION:
 d2i_X509_CINF                           757	EXIST::FUNCTION:
 d2i_X509_CRL                            758	EXIST::FUNCTION:
 d2i_X509_CRL_INFO                       759	EXIST::FUNCTION:
-d2i_X509_CRL_bio                        760	EXIST::FUNCTION:BIO
-d2i_X509_CRL_fp                         761	EXIST::FUNCTION:FP_API
+d2i_X509_CRL_bio                        760	EXIST::FUNCTION:
+d2i_X509_CRL_fp                         761	EXIST::FUNCTION:STDIO
 d2i_X509_EXTENSION                      762	EXIST::FUNCTION:
 d2i_X509_NAME                           763	EXIST::FUNCTION:
 d2i_X509_NAME_ENTRY                     764	EXIST::FUNCTION:
@@ -759,13 +759,13 @@ d2i_X509_PKEY                           765	EXIST::FUNCTION:
 d2i_X509_PUBKEY                         766	EXIST::FUNCTION:
 d2i_X509_REQ                            767	EXIST::FUNCTION:
 d2i_X509_REQ_INFO                       768	EXIST::FUNCTION:
-d2i_X509_REQ_bio                        769	EXIST::FUNCTION:BIO
-d2i_X509_REQ_fp                         770	EXIST::FUNCTION:FP_API
+d2i_X509_REQ_bio                        769	EXIST::FUNCTION:
+d2i_X509_REQ_fp                         770	EXIST::FUNCTION:STDIO
 d2i_X509_REVOKED                        771	EXIST::FUNCTION:
 d2i_X509_SIG                            772	EXIST::FUNCTION:
 d2i_X509_VAL                            773	EXIST::FUNCTION:
-d2i_X509_bio                            774	EXIST::FUNCTION:BIO
-d2i_X509_fp                             775	EXIST::FUNCTION:FP_API
+d2i_X509_bio                            774	EXIST::FUNCTION:
+d2i_X509_fp                             775	EXIST::FUNCTION:STDIO
 DES_cbc_cksum                           777	EXIST::FUNCTION:DES
 DES_cbc_encrypt                         778	EXIST::FUNCTION:DES
 DES_cblock_print_file                   779	NOEXIST::FUNCTION:
@@ -792,9 +792,9 @@ DES_options                             799	EXIST::FUNCTION:DES
 DES_pcbc_encrypt                        800	EXIST::FUNCTION:DES
 DES_quad_cksum                          801	EXIST::FUNCTION:DES
 DES_random_key                          802	EXIST::FUNCTION:DES
-_ossl_old_des_random_seed               803	EXIST::FUNCTION:DES
-_ossl_old_des_read_2passwords           804	EXIST::FUNCTION:DES
-_ossl_old_des_read_password             805	EXIST::FUNCTION:DES
+_ossl_old_des_random_seed               803	NOEXIST::FUNCTION:
+_ossl_old_des_read_2passwords           804	NOEXIST::FUNCTION:
+_ossl_old_des_read_password             805	NOEXIST::FUNCTION:
 _ossl_old_des_read_pw                   806	EXIST::FUNCTION:
 _ossl_old_des_read_pw_string            807	EXIST::FUNCTION:
 DES_set_key                             808	EXIST::FUNCTION:DES
@@ -804,9 +804,9 @@ DES_string_to_key                       811	EXIST::FUNCTION:DES
 DES_xcbc_encrypt                        812	EXIST::FUNCTION:DES
 DES_xwhite_in2out                       813	NOEXIST::FUNCTION:
 fcrypt_body                             814	NOEXIST::FUNCTION:
-i2a_ASN1_INTEGER                        815	EXIST::FUNCTION:BIO
-i2a_ASN1_OBJECT                         816	EXIST::FUNCTION:BIO
-i2a_ASN1_STRING                         817	EXIST::FUNCTION:BIO
+i2a_ASN1_INTEGER                        815	EXIST::FUNCTION:
+i2a_ASN1_OBJECT                         816	EXIST::FUNCTION:
+i2a_ASN1_STRING                         817	EXIST::FUNCTION:
 i2d_ASN1_BIT_STRING                     818	EXIST::FUNCTION:
 i2d_ASN1_BOOLEAN                        819	EXIST::FUNCTION:
 i2d_ASN1_HEADER                         820	NOEXIST::FUNCTION:
@@ -821,8 +821,8 @@ i2d_ASN1_UTCTIME                        828	EXIST::FUNCTION:
 i2d_ASN1_bytes                          829	EXIST::FUNCTION:
 i2d_DHparams                            830	EXIST::FUNCTION:DH
 i2d_DSAPrivateKey                       831	EXIST::FUNCTION:DSA
-i2d_DSAPrivateKey_bio                   832	EXIST::FUNCTION:BIO,DSA
-i2d_DSAPrivateKey_fp                    833	EXIST::FUNCTION:DSA,FP_API
+i2d_DSAPrivateKey_bio                   832	EXIST::FUNCTION:DSA
+i2d_DSAPrivateKey_fp                    833	EXIST::FUNCTION:DSA,STDIO
 i2d_DSAPublicKey                        834	EXIST::FUNCTION:DSA
 i2d_DSAparams                           835	EXIST::FUNCTION:DSA
 i2d_NETSCAPE_SPKAC                      836	EXIST::FUNCTION:
@@ -839,12 +839,12 @@ i2d_PKCS7_SIGNED                        846	EXIST::FUNCTION:
 i2d_PKCS7_SIGNER_INFO                   847	EXIST::FUNCTION:
 i2d_PKCS7_SIGN_ENVELOPE                 848	EXIST::FUNCTION:
 i2d_PKCS7_bio                           849	EXIST::FUNCTION:
-i2d_PKCS7_fp                            850	EXIST::FUNCTION:FP_API
+i2d_PKCS7_fp                            850	EXIST::FUNCTION:STDIO
 i2d_PrivateKey                          851	EXIST::FUNCTION:
 i2d_PublicKey                           852	EXIST::FUNCTION:
 i2d_RSAPrivateKey                       853	EXIST::FUNCTION:RSA
-i2d_RSAPrivateKey_bio                   854	EXIST::FUNCTION:BIO,RSA
-i2d_RSAPrivateKey_fp                    855	EXIST::FUNCTION:FP_API,RSA
+i2d_RSAPrivateKey_bio                   854	EXIST::FUNCTION:RSA
+i2d_RSAPrivateKey_fp                    855	EXIST::FUNCTION:RSA,STDIO
 i2d_RSAPublicKey                        856	EXIST::FUNCTION:RSA
 i2d_X509                                857	EXIST::FUNCTION:
 i2d_X509_ALGOR                          858	EXIST::FUNCTION:
@@ -852,8 +852,8 @@ i2d_X509_ATTRIBUTE                      859	EXIST::FUNCTION:
 i2d_X509_CINF                           860	EXIST::FUNCTION:
 i2d_X509_CRL                            861	EXIST::FUNCTION:
 i2d_X509_CRL_INFO                       862	EXIST::FUNCTION:
-i2d_X509_CRL_bio                        863	EXIST::FUNCTION:BIO
-i2d_X509_CRL_fp                         864	EXIST::FUNCTION:FP_API
+i2d_X509_CRL_bio                        863	EXIST::FUNCTION:
+i2d_X509_CRL_fp                         864	EXIST::FUNCTION:STDIO
 i2d_X509_EXTENSION                      865	EXIST::FUNCTION:
 i2d_X509_NAME                           866	EXIST::FUNCTION:
 i2d_X509_NAME_ENTRY                     867	EXIST::FUNCTION:
@@ -861,13 +861,13 @@ i2d_X509_PKEY                           868	EXIST::FUNCTION:
 i2d_X509_PUBKEY                         869	EXIST::FUNCTION:
 i2d_X509_REQ                            870	EXIST::FUNCTION:
 i2d_X509_REQ_INFO                       871	EXIST::FUNCTION:
-i2d_X509_REQ_bio                        872	EXIST::FUNCTION:BIO
-i2d_X509_REQ_fp                         873	EXIST::FUNCTION:FP_API
+i2d_X509_REQ_bio                        872	EXIST::FUNCTION:
+i2d_X509_REQ_fp                         873	EXIST::FUNCTION:STDIO
 i2d_X509_REVOKED                        874	EXIST::FUNCTION:
 i2d_X509_SIG                            875	EXIST::FUNCTION:
 i2d_X509_VAL                            876	EXIST::FUNCTION:
-i2d_X509_bio                            877	EXIST::FUNCTION:BIO
-i2d_X509_fp                             878	EXIST::FUNCTION:FP_API
+i2d_X509_bio                            877	EXIST::FUNCTION:
+i2d_X509_fp                             878	EXIST::FUNCTION:STDIO
 idea_cbc_encrypt                        879	EXIST::FUNCTION:IDEA
 idea_cfb64_encrypt                      880	EXIST::FUNCTION:IDEA
 idea_ecb_encrypt                        881	EXIST::FUNCTION:IDEA
@@ -882,13 +882,13 @@ lh_doall_arg                            889	EXIST::FUNCTION:
 lh_free                                 890	EXIST::FUNCTION:
 lh_insert                               891	EXIST::FUNCTION:
 lh_new                                  892	EXIST::FUNCTION:
-lh_node_stats                           893	EXIST::FUNCTION:FP_API
-lh_node_stats_bio                       894	EXIST::FUNCTION:BIO
-lh_node_usage_stats                     895	EXIST::FUNCTION:FP_API
-lh_node_usage_stats_bio                 896	EXIST::FUNCTION:BIO
+lh_node_stats                           893	EXIST::FUNCTION:STDIO
+lh_node_stats_bio                       894	EXIST::FUNCTION:
+lh_node_usage_stats                     895	EXIST::FUNCTION:STDIO
+lh_node_usage_stats_bio                 896	EXIST::FUNCTION:
 lh_retrieve                             897	EXIST::FUNCTION:
-lh_stats                                898	EXIST::FUNCTION:FP_API
-lh_stats_bio                            899	EXIST::FUNCTION:BIO
+lh_stats                                898	EXIST::FUNCTION:STDIO
+lh_stats_bio                            899	EXIST::FUNCTION:
 lh_strhash                              900	EXIST::FUNCTION:
 sk_delete                               901	EXIST::FUNCTION:
 sk_delete_ptr                           902	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: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_bio                    945	EXIST::FUNCTION:RSA
+i2d_RSAPublicKey_bio                    946	EXIST::FUNCTION:RSA
+PEM_read_RSAPublicKey                   947	EXIST::FUNCTION:RSA
+PEM_write_RSAPublicKey                  949	EXIST::FUNCTION:RSA
+d2i_RSAPublicKey_fp                     952	EXIST::FUNCTION:RSA,STDIO
+i2d_RSAPublicKey_fp                     954	EXIST::FUNCTION:RSA,STDIO
 BIO_copy_next_retry                     955	EXIST::FUNCTION:
 RSA_flags                               956	EXIST::FUNCTION:RSA
 X509_STORE_add_crl                      957	EXIST::FUNCTION:
@@ -988,8 +988,8 @@ ERR_load_CRYPTO_strings                 1009	EXIST:!OS2,!VMS:FUNCTION:
 ERR_load_CRYPTOlib_strings              1009	EXIST:OS2,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
+SHA1_Transform                          1012	EXIST::FUNCTION:
+SHA_Transform                           1013	NOEXIST::FUNCTION:
 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:
@@ -1016,11 +1016,11 @@ RSA_padding_check_none                  1038	EXIST::FUNCTION:RSA
 bn_add_words                            1039	NOEXIST::FUNCTION:
 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
-RIPEMD160_Final                         1044	EXIST::FUNCTION:RIPEMD
-RIPEMD160                               1045	EXIST::FUNCTION:RIPEMD
-RIPEMD160_Transform                     1046	EXIST::FUNCTION:RIPEMD
+RIPEMD160_Init                          1042	EXIST::FUNCTION:
+RIPEMD160_Update                        1043	EXIST::FUNCTION:
+RIPEMD160_Final                         1044	EXIST::FUNCTION:
+RIPEMD160                               1045	EXIST::FUNCTION:
+RIPEMD160_Transform                     1046	EXIST::FUNCTION:
 RC5_32_set_key                          1047	EXIST::FUNCTION:RC5
 RC5_32_ecb_encrypt                      1048	EXIST::FUNCTION:RC5
 RC5_32_encrypt                          1049	EXIST::FUNCTION:RC5
@@ -1127,21 +1127,21 @@ PKCS7_set_signed_attributes             1154	EXIST::FUNCTION:
 X509_ATTRIBUTE_create                   1155	EXIST::FUNCTION:
 X509_ATTRIBUTE_dup                      1156	EXIST::FUNCTION:
 ASN1_GENERALIZEDTIME_check              1157	EXIST::FUNCTION:
-ASN1_GENERALIZEDTIME_print              1158	EXIST::FUNCTION:BIO
+ASN1_GENERALIZEDTIME_print              1158	EXIST::FUNCTION:
 ASN1_GENERALIZEDTIME_set                1159	EXIST::FUNCTION:
 ASN1_GENERALIZEDTIME_set_string         1160	EXIST::FUNCTION:
-ASN1_TIME_print                         1161	EXIST::FUNCTION:BIO
+ASN1_TIME_print                         1161	EXIST::FUNCTION:
 BASIC_CONSTRAINTS_free                  1162	EXIST::FUNCTION:
 BASIC_CONSTRAINTS_new                   1163	EXIST::FUNCTION:
 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:!VMS,!WIN16:FUNCTION:
+PEM_read_NETSCAPE_CERT_SEQUENCE         1168	EXIST:!VMS:FUNCTION:
 PEM_read_NS_CERT_SEQ                    1168	EXIST: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:!VMS,!WIN16:FUNCTION:
+PEM_write_NETSCAPE_CERT_SEQUENCE        1170	EXIST:!VMS:FUNCTION:
 PEM_write_NS_CERT_SEQ                   1170	EXIST:VMS:FUNCTION:
 PEM_write_bio_NETSCAPE_CERT_SEQUENCE    1171	EXIST:!VMS:FUNCTION:
 PEM_write_bio_NS_CERT_SEQ               1171	EXIST:VMS:FUNCTION:
@@ -1182,8 +1182,8 @@ ASN1_ENUMERATED_set                     1205	EXIST::FUNCTION:
 ASN1_ENUMERATED_get                     1206	EXIST::FUNCTION:
 BN_to_ASN1_ENUMERATED                   1207	EXIST::FUNCTION:
 ASN1_ENUMERATED_to_BN                   1208	EXIST::FUNCTION:
-i2a_ASN1_ENUMERATED                     1209	EXIST::FUNCTION:BIO
-a2i_ASN1_ENUMERATED                     1210	EXIST::FUNCTION:BIO
+i2a_ASN1_ENUMERATED                     1209	EXIST::FUNCTION:
+a2i_ASN1_ENUMERATED                     1210	EXIST::FUNCTION:
 i2d_GENERAL_NAME                        1211	EXIST::FUNCTION:
 d2i_GENERAL_NAME                        1212	EXIST::FUNCTION:
 GENERAL_NAME_new                        1213	EXIST::FUNCTION:
@@ -1198,11 +1198,11 @@ s2i_ASN1_OCTET_STRING                   1221	EXIST::FUNCTION:
 X509V3_EXT_check_conf                   1222	NOEXIST::FUNCTION:
 hex_to_string                           1223	EXIST::FUNCTION:
 string_to_hex                           1224	EXIST::FUNCTION:
-DES_ede3_cbcm_encrypt                   1225	EXIST::FUNCTION:DES
+DES_ede3_cbcm_encrypt                   1225	NOEXIST::FUNCTION:
 RSA_padding_add_PKCS1_OAEP              1226	EXIST::FUNCTION:RSA
 RSA_padding_check_PKCS1_OAEP            1227	EXIST::FUNCTION:RSA
-X509_CRL_print_fp                       1228	EXIST::FUNCTION:FP_API
-X509_CRL_print                          1229	EXIST::FUNCTION:BIO
+X509_CRL_print_fp                       1228	EXIST::FUNCTION:STDIO
+X509_CRL_print                          1229	EXIST::FUNCTION:
 i2v_GENERAL_NAME                        1230	EXIST::FUNCTION:
 v2i_GENERAL_NAME                        1231	EXIST::FUNCTION:
 i2d_PKEY_USAGE_PERIOD                   1232	EXIST::FUNCTION:
@@ -1216,8 +1216,8 @@ 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:!OS2,!WIN16,!WIN32,!macintosh:FUNCTION:
-BIO_f_reliable                          1244	EXIST::FUNCTION:BIO
+BIO_s_log                               1243	EXIST:!OS2,!WIN32,!macintosh:FUNCTION:
+BIO_f_reliable                          1244	EXIST::FUNCTION:
 PKCS7_dataFinal                         1245	EXIST::FUNCTION:
 PKCS7_dataDecode                        1246	EXIST::FUNCTION:
 X509V3_EXT_CRL_add_conf                 1247	EXIST::FUNCTION:
@@ -1225,7 +1225,7 @@ BN_set_params                           1248	EXIST::FUNCTION:DEPRECATED
 BN_get_params                           1249	EXIST::FUNCTION:DEPRECATED
 BIO_get_ex_num                          1250	NOEXIST::FUNCTION:
 BIO_set_ex_free_func                    1251	NOEXIST::FUNCTION:
-EVP_ripemd160                           1252	EXIST::FUNCTION:RIPEMD
+EVP_ripemd160                           1252	EXIST::FUNCTION:RMD160
 ASN1_TIME_set                           1253	EXIST::FUNCTION:
 i2d_AUTHORITY_KEYID                     1254	EXIST::FUNCTION:
 d2i_AUTHORITY_KEYID                     1255	EXIST::FUNCTION:
@@ -1426,26 +1426,26 @@ d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO       1748	NOEXIST::FUNCTION:
 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
+i2d_PKCS8_fp                            1777	EXIST::FUNCTION:STDIO
 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
+d2i_PKCS8_bio                           1779	EXIST::FUNCTION:
+d2i_PKCS8_PRIV_KEY_INFO_fp              1780	EXIST::FUNCTION:STDIO
 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:!VMS,!WIN16:FUNCTION:
+PEM_read_PKCS8                          1782	EXIST::FUNCTION:
+d2i_PKCS8_PRIV_KEY_INFO_bio             1783	EXIST::FUNCTION:
+d2i_PKCS8_fp                            1784	EXIST::FUNCTION:STDIO
+PEM_write_PKCS8                         1785	EXIST::FUNCTION:
+PEM_read_PKCS8_PRIV_KEY_INFO            1786	EXIST:!VMS:FUNCTION:
 PEM_read_P8_PRIV_KEY_INFO               1786	EXIST:VMS:FUNCTION:
 PEM_read_bio_PKCS8                      1787	EXIST::FUNCTION:
-PEM_write_PKCS8_PRIV_KEY_INFO           1788	EXIST:!VMS,!WIN16:FUNCTION:
+PEM_write_PKCS8_PRIV_KEY_INFO           1788	EXIST:!VMS:FUNCTION:
 PEM_write_P8_PRIV_KEY_INFO              1788	EXIST: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
-i2d_PKCS8_PRIV_KEY_INFO_bio             1792	EXIST::FUNCTION:BIO
+i2d_PKCS8_bio                           1790	EXIST::FUNCTION:
+i2d_PKCS8_PRIV_KEY_INFO_fp              1791	EXIST::FUNCTION:STDIO
+i2d_PKCS8_PRIV_KEY_INFO_bio             1792	EXIST::FUNCTION:
 BIO_s_bio                               1793	EXIST::FUNCTION:
 PKCS5_pbe2_set                          1794	EXIST::FUNCTION:
 PKCS5_PBKDF2_HMAC_SHA1                  1795	EXIST::FUNCTION:
@@ -1459,7 +1459,7 @@ BIO_new_bio_pair                        1802	EXIST::FUNCTION:
 BIO_ctrl_get_write_guarantee            1803	EXIST::FUNCTION:
 CRYPTO_num_locks                        1804	EXIST::FUNCTION:
 CONF_load_bio                           1805	EXIST::FUNCTION:
-CONF_load_fp                            1806	EXIST::FUNCTION:FP_API
+CONF_load_fp                            1806	EXIST::FUNCTION:STDIO
 i2d_ASN1_SET_OF_ASN1_OBJECT             1837	NOEXIST::FUNCTION:
 d2i_ASN1_SET_OF_ASN1_OBJECT             1844	NOEXIST::FUNCTION:
 PKCS7_signatureVerify                   1845	EXIST::FUNCTION:
@@ -1494,11 +1494,11 @@ DSA_set_ex_data                         1893	EXIST::FUNCTION:DSA
 DH_set_default_method                   1894	EXIST::FUNCTION:DH
 DSA_get_ex_data                         1895	EXIST::FUNCTION:DSA
 X509V3_EXT_REQ_add_conf                 1896	EXIST::FUNCTION:
-NETSCAPE_SPKI_print                     1897	EXIST::FUNCTION:EVP
-NETSCAPE_SPKI_set_pubkey                1898	EXIST::FUNCTION:EVP
-NETSCAPE_SPKI_b64_encode                1899	EXIST::FUNCTION:EVP
-NETSCAPE_SPKI_get_pubkey                1900	EXIST::FUNCTION:EVP
-NETSCAPE_SPKI_b64_decode                1901	EXIST::FUNCTION:EVP
+NETSCAPE_SPKI_print                     1897	EXIST::FUNCTION:
+NETSCAPE_SPKI_set_pubkey                1898	EXIST::FUNCTION:
+NETSCAPE_SPKI_b64_encode                1899	EXIST::FUNCTION:
+NETSCAPE_SPKI_get_pubkey                1900	EXIST::FUNCTION:
+NETSCAPE_SPKI_b64_decode                1901	EXIST::FUNCTION:
 UTF8_putc                               1902	EXIST::FUNCTION:
 UTF8_getc                               1903	EXIST::FUNCTION:
 RSA_null_method                         1904	EXIST::FUNCTION:RSA
@@ -1512,9 +1512,9 @@ X509_reject_set_bit_asc                 1911	NOEXIST::FUNCTION:
 X509_NAME_add_entry_by_txt              1912	EXIST::FUNCTION:
 X509_NAME_add_entry_by_NID              1914	EXIST::FUNCTION:
 X509_PURPOSE_get0                       1915	EXIST::FUNCTION:
-PEM_read_X509_AUX                       1917	EXIST:!WIN16:FUNCTION:
+PEM_read_X509_AUX                       1917	EXIST::FUNCTION:
 d2i_AUTHORITY_INFO_ACCESS               1918	EXIST::FUNCTION:
-PEM_write_PUBKEY                        1921	EXIST:!WIN16:FUNCTION:
+PEM_write_PUBKEY                        1921	EXIST::FUNCTION:
 ACCESS_DESCRIPTION_new                  1925	EXIST::FUNCTION:
 X509_CERT_AUX_free                      1926	EXIST::FUNCTION:
 d2i_ACCESS_DESCRIPTION                  1927	EXIST::FUNCTION:
@@ -1543,22 +1543,22 @@ 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,STDIO
 X509_trust_set_bit_asc                  1967	NOEXIST::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
+i2d_DSA_PUBKEY_fp                       1971	EXIST::FUNCTION:DSA,STDIO
 X509_load_cert_crl_file                 1972	EXIST::FUNCTION:STDIO
 ASN1_TIME_new                           1973	EXIST::FUNCTION:
 i2d_RSA_PUBKEY                          1974	EXIST::FUNCTION:RSA
 X509_STORE_CTX_purpose_inherit          1976	EXIST::FUNCTION:
-PEM_read_RSA_PUBKEY                     1977	EXIST:!WIN16:FUNCTION:RSA
+PEM_read_RSA_PUBKEY                     1977	EXIST::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:DSA
-i2d_RSA_PUBKEY_bio                      1985	EXIST::FUNCTION:BIO,RSA
+X509_CERT_AUX_print                     1982	EXIST::FUNCTION:
+PEM_read_DSA_PUBKEY                     1984	EXIST::FUNCTION:DSA
+i2d_RSA_PUBKEY_bio                      1985	EXIST::FUNCTION:RSA
 ASN1_BIT_STRING_num_asc                 1986	EXIST::FUNCTION:
 i2d_PUBKEY                              1987	EXIST::FUNCTION:
 ASN1_UTCTIME_free                       1988	EXIST::FUNCTION:
@@ -1575,8 +1575,8 @@ X509_TRUST_cleanup                      2007	EXIST::FUNCTION:
 X509_NAME_add_entry_by_OBJ              2008	EXIST::FUNCTION:
 X509_CRL_get_ext_d2i                    2009	EXIST::FUNCTION:
 X509_PURPOSE_get0_name                  2011	EXIST::FUNCTION:
-PEM_read_PUBKEY                         2012	EXIST:!WIN16:FUNCTION:
-i2d_DSA_PUBKEY_bio                      2014	EXIST::FUNCTION:BIO,DSA
+PEM_read_PUBKEY                         2012	EXIST::FUNCTION:
+i2d_DSA_PUBKEY_bio                      2014	EXIST::FUNCTION:DSA
 i2d_OTHERNAME                           2015	EXIST::FUNCTION:
 ASN1_OCTET_STRING_free                  2016	EXIST::FUNCTION:
 ASN1_BIT_STRING_set_asc                 2017	EXIST::FUNCTION:
@@ -1595,9 +1595,9 @@ 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	EXIST::FUNCTION:
-PEM_write_X509_AUX                      2039	EXIST:!WIN16:FUNCTION:
+PEM_write_X509_AUX                      2039	EXIST::FUNCTION:
 ASN1_OCTET_STRING_set                   2040	EXIST::FUNCTION:
-d2i_DSA_PUBKEY_fp                       2041	EXIST::FUNCTION:DSA,FP_API
+d2i_DSA_PUBKEY_fp                       2041	EXIST::FUNCTION:DSA,STDIO
 d2i_RSA_PUBKEY                          2044	EXIST::FUNCTION:RSA
 X509_TRUST_get0_name                    2046	EXIST::FUNCTION:
 X509_TRUST_get0                         2047	EXIST::FUNCTION:
@@ -1606,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:BIO,RSA
+d2i_RSA_PUBKEY_bio                      2053	EXIST::FUNCTION:RSA
 d2i_PUBKEY                              2054	EXIST::FUNCTION:
 X509_TRUST_get_trust                    2055	EXIST::FUNCTION:
 X509_TRUST_get_flags                    2056	EXIST::FUNCTION:
@@ -1634,11 +1634,11 @@ 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:
-d2i_DSA_PUBKEY_bio                      2093	EXIST::FUNCTION:BIO,DSA
-PEM_write_RSA_PUBKEY                    2095	EXIST:!WIN16:FUNCTION:RSA
+d2i_DSA_PUBKEY_bio                      2093	EXIST::FUNCTION:DSA
+PEM_write_RSA_PUBKEY                    2095	EXIST::FUNCTION:RSA
 d2i_OTHERNAME                           2096	EXIST::FUNCTION:
 X509_reject_set_bit                     2098	NOEXIST::FUNCTION:
-PEM_write_DSA_PUBKEY                    2101	EXIST:!WIN16:FUNCTION:DSA
+PEM_write_DSA_PUBKEY                    2101	EXIST::FUNCTION:DSA
 X509_PURPOSE_get0_sname                 2105	EXIST::FUNCTION:
 EVP_PKEY_set1_DH                        2107	EXIST::FUNCTION:DH
 ASN1_OCTET_STRING_dup                   2108	EXIST::FUNCTION:
@@ -1646,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,STDIO
 ASN1_INTEGER_dup                        2114	EXIST::FUNCTION:
 d2i_X509_CERT_AUX                       2115	EXIST::FUNCTION:
 PEM_write_bio_PUBKEY                    2117	EXIST::FUNCTION:
@@ -1658,7 +1658,7 @@ EVP_PKEY_get1_DH                        2128	EXIST::FUNCTION:DH
 ASN1_OCTET_STRING_new                   2130	EXIST::FUNCTION:
 ASN1_INTEGER_new                        2131	EXIST::FUNCTION:
 i2d_X509_AUX                            2132	EXIST::FUNCTION:
-ASN1_BIT_STRING_name_print              2134	EXIST::FUNCTION:BIO
+ASN1_BIT_STRING_name_print              2134	EXIST::FUNCTION:
 X509_cmp                                2135	EXIST::FUNCTION:
 ASN1_STRING_length_set                  2136	EXIST::FUNCTION:
 DIRECTORYSTRING_new                     2137	EXIST::FUNCTION:
@@ -1700,13 +1700,13 @@ i2d_ASN1_NULL                           2173	EXIST::FUNCTION:
 i2d_PKCS8PrivateKey_nid_fp              2174	EXIST::FUNCTION:
 d2i_PKCS8PrivateKey_fp                  2175	EXIST::FUNCTION:
 i2d_PKCS8PrivateKey_nid_bio             2176	EXIST::FUNCTION:
-i2d_PKCS8PrivateKeyInfo_fp              2177	EXIST::FUNCTION:FP_API
-i2d_PKCS8PrivateKeyInfo_bio             2178	EXIST::FUNCTION:BIO
+i2d_PKCS8PrivateKeyInfo_fp              2177	EXIST::FUNCTION:STDIO
+i2d_PKCS8PrivateKeyInfo_bio             2178	EXIST::FUNCTION:
 PEM_cb                                  2179	NOEXIST::FUNCTION:
-i2d_PrivateKey_fp                       2180	EXIST::FUNCTION:FP_API
-d2i_PrivateKey_bio                      2181	EXIST::FUNCTION:BIO
-d2i_PrivateKey_fp                       2182	EXIST::FUNCTION:FP_API
-i2d_PrivateKey_bio                      2183	EXIST::FUNCTION:BIO
+i2d_PrivateKey_fp                       2180	EXIST::FUNCTION:STDIO
+d2i_PrivateKey_bio                      2181	EXIST::FUNCTION:
+d2i_PrivateKey_fp                       2182	EXIST::FUNCTION:STDIO
+i2d_PrivateKey_bio                      2183	EXIST::FUNCTION:
 X509_reject_clear                       2184	EXIST::FUNCTION:
 X509_TRUST_set_default                  2185	EXIST::FUNCTION:
 d2i_AutoPrivateKey                      2186	EXIST::FUNCTION:
@@ -1744,7 +1744,7 @@ X509_REQ_add1_attr_by_txt               2217	EXIST::FUNCTION:
 X509_ATTRIBUTE_create_by_txt            2218	EXIST::FUNCTION:
 X509at_add1_attr_by_txt                 2219	EXIST::FUNCTION:
 BN_pseudo_rand                          2239	EXIST::FUNCTION:
-BN_is_prime_fasttest                    2240	EXIST::FUNCTION:DEPRECATED
+BN_is_prime_fasttest                    2240	NOEXIST::FUNCTION:
 BN_CTX_end                              2241	EXIST::FUNCTION:
 BN_CTX_start                            2242	EXIST::FUNCTION:
 BN_CTX_get                              2243	EXIST::FUNCTION:
@@ -1755,7 +1755,7 @@ AUTHORITY_INFO_ACCESS_new               2247	EXIST::FUNCTION:
 CRYPTO_get_mem_debug_options            2248	EXIST::FUNCTION:
 DES_crypt                               2249	EXIST::FUNCTION:DES
 PEM_write_bio_X509_REQ_NEW              2250	EXIST::FUNCTION:
-PEM_write_X509_REQ_NEW                  2251	EXIST:!WIN16:FUNCTION:
+PEM_write_X509_REQ_NEW                  2251	EXIST::FUNCTION:
 BIO_callback_ctrl                       2252	EXIST::FUNCTION:
 RAND_egd                                2253	EXIST::FUNCTION:
 RAND_status                             2254	EXIST::FUNCTION:
@@ -1781,7 +1781,7 @@ DSO_METHOD_win32                        2273	EXIST::FUNCTION:
 ERR_load_DSO_strings                    2274	EXIST::FUNCTION:
 DSO_METHOD_dl                           2275	EXIST::FUNCTION:
 NCONF_load                              2276	EXIST::FUNCTION:
-NCONF_load_fp                           2278	EXIST::FUNCTION:FP_API
+NCONF_load_fp                           2278	EXIST::FUNCTION:STDIO
 NCONF_new                               2279	EXIST::FUNCTION:
 NCONF_get_string                        2280	EXIST::FUNCTION:
 NCONF_free                              2281	EXIST::FUNCTION:
@@ -1804,8 +1804,8 @@ BIO_vfree                               2334	EXIST::FUNCTION:
 d2i_ASN1_SET_OF_ASN1_INTEGER            2339	NOEXIST::FUNCTION:
 d2i_ASN1_SET_OF_PKCS12_SAFEBAG          2341	NOEXIST::FUNCTION:
 ASN1_UTCTIME_get                        2350	NOEXIST::FUNCTION:
-X509_REQ_digest                         2362	EXIST::FUNCTION:EVP
-X509_CRL_digest                         2391	EXIST::FUNCTION:EVP
+X509_REQ_digest                         2362	EXIST::FUNCTION:
+X509_CRL_digest                         2391	EXIST::FUNCTION:
 d2i_ASN1_SET_OF_PKCS7                   2397	NOEXIST::FUNCTION:
 X509_ALGOR_cmp                          2398	EXIST::FUNCTION:
 EVP_CIPHER_CTX_set_key_length           2399	EXIST::FUNCTION:
@@ -1842,25 +1842,25 @@ RAND_poll                               2423	EXIST::FUNCTION:
 c2i_ASN1_INTEGER                        2424	EXIST::FUNCTION:
 i2c_ASN1_INTEGER                        2425	EXIST::FUNCTION:
 BIO_dump_indent                         2426	EXIST::FUNCTION:
-ASN1_parse_dump                         2427	EXIST::FUNCTION:BIO
+ASN1_parse_dump                         2427	EXIST::FUNCTION:
 c2i_ASN1_OBJECT                         2428	EXIST::FUNCTION:
-X509_NAME_print_ex_fp                   2429	EXIST::FUNCTION:FP_API
-ASN1_STRING_print_ex_fp                 2430	EXIST::FUNCTION:FP_API
-X509_NAME_print_ex                      2431	EXIST::FUNCTION:BIO
-ASN1_STRING_print_ex                    2432	EXIST::FUNCTION:BIO
+X509_NAME_print_ex_fp                   2429	EXIST::FUNCTION:STDIO
+ASN1_STRING_print_ex_fp                 2430	EXIST::FUNCTION:STDIO
+X509_NAME_print_ex                      2431	EXIST::FUNCTION:
+ASN1_STRING_print_ex                    2432	EXIST::FUNCTION:
 MD4                                     2433	EXIST::FUNCTION:MD4
 MD4_Transform                           2434	EXIST::FUNCTION:MD4
 MD4_Final                               2435	EXIST::FUNCTION:MD4
 MD4_Update                              2436	EXIST::FUNCTION:MD4
 MD4_Init                                2437	EXIST::FUNCTION:MD4
 EVP_md4                                 2438	EXIST::FUNCTION:MD4
-i2d_PUBKEY_bio                          2439	EXIST::FUNCTION:BIO
-i2d_PUBKEY_fp                           2440	EXIST::FUNCTION:FP_API
-d2i_PUBKEY_bio                          2441	EXIST::FUNCTION:BIO
+i2d_PUBKEY_bio                          2439	EXIST::FUNCTION:
+i2d_PUBKEY_fp                           2440	EXIST::FUNCTION:STDIO
+d2i_PUBKEY_bio                          2441	EXIST::FUNCTION:
 ASN1_STRING_to_UTF8                     2442	EXIST::FUNCTION:
 BIO_vprintf                             2443	EXIST::FUNCTION:
 BIO_vsnprintf                           2444	EXIST::FUNCTION:
-d2i_PUBKEY_fp                           2445	EXIST::FUNCTION:FP_API
+d2i_PUBKEY_fp                           2445	EXIST::FUNCTION:STDIO
 X509_cmp_time                           2446	EXIST::FUNCTION:
 X509_STORE_CTX_set_time                 2447	EXIST::FUNCTION:
 X509_STORE_CTX_get1_issuer              2448	EXIST::FUNCTION:
@@ -1965,7 +1965,7 @@ X509V3_EXT_nconf                        2540	EXIST::FUNCTION:
 ASN1_GENERALSTRING_free                 2541	EXIST::FUNCTION:
 d2i_OCSP_CERTSTATUS                     2542	EXIST::FUNCTION:
 X509_REVOKED_set_serialNumber           2543	EXIST::FUNCTION:
-X509_print_ex                           2544	EXIST::FUNCTION:BIO
+X509_print_ex                           2544	EXIST::FUNCTION:
 OCSP_ONEREQ_get1_ext_d2i                2545	EXIST::FUNCTION:
 ENGINE_register_all_RAND                2546	EXIST::FUNCTION:ENGINE
 ENGINE_load_dynamic                     2547	EXIST::FUNCTION:ENGINE
@@ -1974,7 +1974,7 @@ PBKDF2PARAM_it                          2548	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 EXTENDED_KEY_USAGE_new                  2549	EXIST::FUNCTION:
 EC_GROUP_clear_free                     2550	EXIST::FUNCTION:EC
 OCSP_sendreq_bio                        2551	EXIST::FUNCTION:
-ASN1_item_digest                        2552	EXIST::FUNCTION:EVP
+ASN1_item_digest                        2552	EXIST::FUNCTION:
 OCSP_BASICRESP_delete_ext               2553	EXIST::FUNCTION:
 OCSP_SIGNATURE_it                       2554	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 OCSP_SIGNATURE_it                       2554	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
@@ -1991,19 +1991,19 @@ i2d_OCSP_SERVICELOC                     2562	EXIST::FUNCTION:
 ENGINE_get_digest_engine                2563	EXIST::FUNCTION:ENGINE
 EC_GROUP_set_curve_GFp                  2564	EXIST::FUNCTION:EC
 OCSP_REQUEST_get_ext_by_OBJ             2565	EXIST::FUNCTION:
-_ossl_old_des_random_key                2566	EXIST::FUNCTION:DES
+_ossl_old_des_random_key                2566	NOEXIST::FUNCTION:
 ASN1_T61STRING_it                       2567	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_T61STRING_it                       2567	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 EC_GROUP_method_of                      2568	EXIST::FUNCTION:EC
 i2d_KRB5_APREQ                          2569	EXIST::FUNCTION:
-_ossl_old_des_encrypt                   2570	EXIST::FUNCTION:DES
+_ossl_old_des_encrypt                   2570	NOEXIST::FUNCTION:
 ASN1_PRINTABLE_new                      2571	EXIST::FUNCTION:
 HMAC_Init_ex                            2572	EXIST::FUNCTION:HMAC
 d2i_KRB5_AUTHENT                        2573	EXIST::FUNCTION:
 OCSP_archive_cutoff_new                 2574	EXIST::FUNCTION:
 EC_POINT_set_Jprojective_coordinates_GFp 2575	EXIST:!VMS:FUNCTION:EC
 EC_POINT_set_Jproj_coords_GFp           2575	EXIST:VMS:FUNCTION:EC
-_ossl_old_des_is_weak_key               2576	EXIST::FUNCTION:DES
+_ossl_old_des_is_weak_key               2576	NOEXIST::FUNCTION:
 OCSP_BASICRESP_get_ext_by_OBJ           2577	EXIST::FUNCTION:
 EC_POINT_oct2point                      2578	EXIST::FUNCTION:EC
 OCSP_SINGLERESP_get_ext_count           2579	EXIST::FUNCTION:
@@ -2044,7 +2044,7 @@ ENGINE_register_RAND                    2609	EXIST::FUNCTION:ENGINE
 OCSP_SERVICELOC_new                     2610	EXIST::FUNCTION:
 EC_POINT_set_affine_coordinates_GFp     2611	EXIST:!VMS:FUNCTION:EC
 EC_POINT_set_affine_coords_GFp          2611	EXIST:VMS:FUNCTION:EC
-_ossl_old_des_options                   2612	EXIST::FUNCTION:DES
+_ossl_old_des_options                   2612	NOEXIST::FUNCTION:
 SXNET_it                                2613	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 SXNET_it                                2613	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 UI_dup_input_boolean                    2614	EXIST::FUNCTION:
@@ -2096,7 +2096,7 @@ PKCS12_it                               2651	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 OCSP_SINGLERESP_get_ext_by_critical     2652	EXIST:!VMS:FUNCTION:
 OCSP_SINGLERESP_get_ext_by_crit         2652	EXIST:VMS:FUNCTION:
 OCSP_CERTSTATUS_free                    2653	EXIST::FUNCTION:
-_ossl_old_des_crypt                     2654	EXIST::FUNCTION:DES
+_ossl_old_des_crypt                     2654	NOEXIST::FUNCTION:
 ASN1_item_i2d                           2655	EXIST::FUNCTION:
 EVP_DecryptFinal_ex                     2656	EXIST::FUNCTION:
 ENGINE_load_openssl                     2657	EXIST::FUNCTION:ENGINE
@@ -2109,7 +2109,7 @@ X509_get0_pubkey_bitstr                 2662	EXIST::FUNCTION:
 asn1_ex_i2c                             2663	EXIST::FUNCTION:
 ENGINE_register_RSA                     2664	EXIST::FUNCTION:ENGINE
 ENGINE_unregister_DSA                   2665	EXIST::FUNCTION:ENGINE
-_ossl_old_des_key_sched                 2666	EXIST::FUNCTION:DES
+_ossl_old_des_key_sched                 2666	NOEXIST::FUNCTION:
 X509_EXTENSION_it                       2667	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 X509_EXTENSION_it                       2667	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 i2d_KRB5_AUTHENT                        2668	EXIST::FUNCTION:
@@ -2118,7 +2118,7 @@ SXNETID_it                              2669	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 d2i_OCSP_SINGLERESP                     2670	EXIST::FUNCTION:
 EDIPARTYNAME_new                        2671	EXIST::FUNCTION:
 PKCS12_certbag2x509                     2672	EXIST::FUNCTION:
-_ossl_old_des_ofb64_encrypt             2673	EXIST::FUNCTION:DES
+_ossl_old_des_ofb64_encrypt             2673	NOEXIST::FUNCTION:
 d2i_EXTENDED_KEY_USAGE                  2674	EXIST::FUNCTION:
 ERR_print_errors_cb                     2675	EXIST::FUNCTION:
 ENGINE_set_ciphers                      2676	EXIST::FUNCTION:ENGINE
@@ -2126,7 +2126,7 @@ d2i_KRB5_APREQBODY                      2677	EXIST::FUNCTION:
 UI_method_get_flusher                   2678	EXIST::FUNCTION:
 X509_PUBKEY_it                          2679	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 X509_PUBKEY_it                          2679	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-_ossl_old_des_enc_read                  2680	EXIST::FUNCTION:DES
+_ossl_old_des_enc_read                  2680	NOEXIST::FUNCTION:
 PKCS7_ENCRYPT_it                        2681	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS7_ENCRYPT_it                        2681	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 i2d_OCSP_RESPONSE                       2682	EXIST::FUNCTION:
@@ -2154,8 +2154,8 @@ EC_GROUP_get_order                      2701	EXIST::FUNCTION:EC
 d2i_OCSP_RESPID                         2702	EXIST::FUNCTION:
 OCSP_request_verify                     2703	EXIST::FUNCTION:
 NCONF_get_number_e                      2704	EXIST::FUNCTION:
-_ossl_old_des_decrypt3                  2705	EXIST::FUNCTION:DES
-X509_signature_print                    2706	EXIST::FUNCTION:EVP
+_ossl_old_des_decrypt3                  2705	NOEXIST::FUNCTION:
+X509_signature_print                    2706	EXIST::FUNCTION:
 OCSP_SINGLERESP_free                    2707	EXIST::FUNCTION:
 ENGINE_load_builtin_engines             2708	EXIST::FUNCTION:ENGINE
 i2d_OCSP_ONEREQ                         2709	EXIST::FUNCTION:
@@ -2178,13 +2178,13 @@ ASN1_IA5STRING_it                       2722	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIA
 ASN1_IA5STRING_it                       2722	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 UI_get_input_flags                      2723	EXIST::FUNCTION:
 EC_GROUP_set_generator                  2724	EXIST::FUNCTION:EC
-_ossl_old_des_string_to_2keys           2725	EXIST::FUNCTION:DES
+_ossl_old_des_string_to_2keys           2725	NOEXIST::FUNCTION:
 OCSP_CERTID_free                        2726	EXIST::FUNCTION:
 X509_CERT_AUX_it                        2727	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 X509_CERT_AUX_it                        2727	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 CERTIFICATEPOLICIES_it                  2728	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 CERTIFICATEPOLICIES_it                  2728	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-_ossl_old_des_ede3_cbc_encrypt          2729	EXIST::FUNCTION:DES
+_ossl_old_des_ede3_cbc_encrypt          2729	NOEXIST::FUNCTION:
 RAND_set_rand_engine                    2730	EXIST::FUNCTION:ENGINE
 DSO_get_loaded_filename                 2731	EXIST::FUNCTION:
 X509_ATTRIBUTE_it                       2732	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2200,7 +2200,7 @@ i2d_OCSP_REQUEST                        2738	EXIST::FUNCTION:
 PKCS12_x509crl2certbag                  2739	EXIST::FUNCTION:
 OCSP_SERVICELOC_it                      2740	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 OCSP_SERVICELOC_it                      2740	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-ASN1_item_sign                          2741	EXIST::FUNCTION:EVP
+ASN1_item_sign                          2741	EXIST::FUNCTION:
 X509_CRL_set_issuer_name                2742	EXIST::FUNCTION:
 OBJ_NAME_do_all_sorted                  2743	EXIST::FUNCTION:
 i2d_OCSP_BASICRESP                      2744	EXIST::FUNCTION:
@@ -2231,7 +2231,7 @@ ENGINE_register_DSA                     2762	EXIST::FUNCTION:ENGINE
 X509V3_EXT_add_nconf_sk                 2763	EXIST::FUNCTION:
 ENGINE_set_load_pubkey_function         2764	EXIST::FUNCTION:ENGINE
 PKCS8_decrypt                           2765	EXIST::FUNCTION:
-PEM_bytes_read_bio                      2766	EXIST::FUNCTION:BIO
+PEM_bytes_read_bio                      2766	EXIST::FUNCTION:
 DIRECTORYSTRING_it                      2767	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 DIRECTORYSTRING_it                      2767	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 d2i_OCSP_CRLID                          2768	EXIST::FUNCTION:
@@ -2244,8 +2244,8 @@ X509_it                                 2773	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIA
 X509_it                                 2773	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 BN_mod_add                              2774	EXIST::FUNCTION:
 KRB5_AUTHDATA_free                      2775	EXIST::FUNCTION:
-_ossl_old_des_cbc_cksum                 2776	EXIST::FUNCTION:DES
-ASN1_item_verify                        2777	EXIST::FUNCTION:EVP
+_ossl_old_des_cbc_cksum                 2776	NOEXIST::FUNCTION:
+ASN1_item_verify                        2777	EXIST::FUNCTION:
 CRYPTO_set_mem_ex_functions             2778	EXIST::FUNCTION:
 EC_POINT_get_Jprojective_coordinates_GFp 2779	EXIST:!VMS:FUNCTION:EC
 EC_POINT_get_Jproj_coords_GFp           2779	EXIST:VMS:FUNCTION:EC
@@ -2257,13 +2257,13 @@ ASN1_TIME_check                         2782	EXIST::FUNCTION:
 UI_get0_user_data                       2783	EXIST::FUNCTION:
 HMAC_CTX_cleanup                        2784	EXIST::FUNCTION:HMAC
 DSA_up_ref                              2785	EXIST::FUNCTION:DSA
-_ossl_old_des_ede3_cfb64_encrypt        2786	EXIST:!VMS:FUNCTION:DES
-_ossl_odes_ede3_cfb64_encrypt           2786	EXIST:VMS:FUNCTION:DES
+_ossl_odes_ede3_cfb64_encrypt           2786	NOEXIST::FUNCTION:
+_ossl_old_des_ede3_cfb64_encrypt        2786	NOEXIST::FUNCTION:
 ASN1_BMPSTRING_it                       2787	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_BMPSTRING_it                       2787	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 ASN1_tag2bit                            2788	EXIST::FUNCTION:
 UI_method_set_flusher                   2789	EXIST::FUNCTION:
-X509_ocspid_print                       2790	EXIST::FUNCTION:BIO
+X509_ocspid_print                       2790	EXIST::FUNCTION:
 KRB5_ENCDATA_it                         2791	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 KRB5_ENCDATA_it                         2791	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 ENGINE_get_load_pubkey_function         2792	EXIST::FUNCTION:ENGINE
@@ -2289,7 +2289,7 @@ AUTHORITY_INFO_ACCESS_it                2805	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 ASN1_FBOOLEAN_it                        2806	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_FBOOLEAN_it                        2806	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 UI_set_ex_data                          2807	EXIST::FUNCTION:
-_ossl_old_des_string_to_key             2808	EXIST::FUNCTION:DES
+_ossl_old_des_string_to_key             2808	NOEXIST::FUNCTION:
 ENGINE_register_all_RSA                 2809	EXIST::FUNCTION:ENGINE
 d2i_KRB5_PRINCNAME                      2810	EXIST::FUNCTION:
 OCSP_RESPBYTES_it                       2811	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2300,7 +2300,7 @@ ENGINE_unregister_digests               2813	EXIST::FUNCTION:ENGINE
 d2i_EDIPARTYNAME                        2814	EXIST::FUNCTION:
 d2i_OCSP_SERVICELOC                     2815	EXIST::FUNCTION:
 ENGINE_get_digests                      2816	EXIST::FUNCTION:ENGINE
-_ossl_old_des_set_odd_parity            2817	EXIST::FUNCTION:DES
+_ossl_old_des_set_odd_parity            2817	NOEXIST::FUNCTION:
 OCSP_RESPDATA_free                      2818	EXIST::FUNCTION:
 d2i_KRB5_TICKET                         2819	EXIST::FUNCTION:
 OTHERNAME_it                            2820	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2320,7 +2320,7 @@ EC_POINT_mul                            2831	EXIST::FUNCTION:EC
 X509V3_EXT_add_nconf                    2832	EXIST::FUNCTION:
 X509_TRUST_set                          2833	EXIST::FUNCTION:
 X509_CRL_add1_ext_i2d                   2834	EXIST::FUNCTION:
-_ossl_old_des_fcrypt                    2835	EXIST::FUNCTION:DES
+_ossl_old_des_fcrypt                    2835	NOEXIST::FUNCTION:
 DISPLAYTEXT_it                          2836	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 DISPLAYTEXT_it                          2836	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 X509_CRL_set_lastUpdate                 2837	EXIST::FUNCTION:
@@ -2342,11 +2342,11 @@ UI_get0_action_string                   2850	EXIST::FUNCTION:
 OCSP_ONEREQ_get_ext                     2851	EXIST::FUNCTION:
 EC_POINT_method_of                      2852	EXIST::FUNCTION:EC
 i2d_KRB5_APREQBODY                      2853	EXIST::FUNCTION:
-_ossl_old_des_ecb3_encrypt              2854	EXIST::FUNCTION:DES
+_ossl_old_des_ecb3_encrypt              2854	NOEXIST::FUNCTION:
 CRYPTO_get_mem_ex_functions             2855	EXIST::FUNCTION:
 ENGINE_get_ex_data                      2856	EXIST::FUNCTION:ENGINE
 UI_destroy_method                       2857	EXIST::FUNCTION:
-ASN1_item_i2d_bio                       2858	EXIST::FUNCTION:BIO
+ASN1_item_i2d_bio                       2858	EXIST::FUNCTION:
 OCSP_ONEREQ_get_ext_by_OBJ              2859	EXIST::FUNCTION:
 ASN1_primitive_new                      2860	EXIST::FUNCTION:
 ASN1_PRINTABLE_it                       2861	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2359,7 +2359,7 @@ ASN1_VISIBLESTRING_it                   2865	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIA
 ASN1_VISIBLESTRING_it                   2865	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 OCSP_SINGLERESP_add1_ext_i2d            2866	EXIST::FUNCTION:
 d2i_OCSP_CERTID                         2867	EXIST::FUNCTION:
-ASN1_item_d2i_fp                        2868	EXIST::FUNCTION:FP_API
+ASN1_item_d2i_fp                        2868	EXIST::FUNCTION:STDIO
 CRL_DIST_POINTS_it                      2869	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 CRL_DIST_POINTS_it                      2869	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 GENERAL_NAME_print                      2870	EXIST::FUNCTION:
@@ -2375,7 +2375,7 @@ ASN1_BIT_STRING_it                      2878	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIA
 ASN1_BIT_STRING_it                      2878	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 X509_REQ_it                             2879	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 X509_REQ_it                             2879	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-_ossl_old_des_cbc_encrypt               2880	EXIST::FUNCTION:DES
+_ossl_old_des_cbc_encrypt               2880	NOEXIST::FUNCTION:
 ERR_unload_strings                      2881	EXIST::FUNCTION:
 PKCS7_SIGN_ENVELOPE_it                  2882	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS7_SIGN_ENVELOPE_it                  2882	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
@@ -2391,7 +2391,7 @@ asn1_enc_restore                        2891	EXIST::FUNCTION:
 UI_free                                 2892	EXIST::FUNCTION:
 UI_new_method                           2893	EXIST::FUNCTION:
 EVP_EncryptInit_ex                      2894	EXIST::FUNCTION:
-X509_pubkey_digest                      2895	EXIST::FUNCTION:EVP
+X509_pubkey_digest                      2895	EXIST::FUNCTION:
 EC_POINT_invert                         2896	EXIST::FUNCTION:EC
 OCSP_basic_sign                         2897	EXIST::FUNCTION:
 i2d_OCSP_RESPID                         2898	EXIST::FUNCTION:
@@ -2469,7 +2469,7 @@ OCSP_id_get0_info                       2960	EXIST::FUNCTION:
 BN_mod_sqrt                             2961	EXIST::FUNCTION:
 EC_GROUP_copy                           2962	EXIST::FUNCTION:EC
 KRB5_ENCDATA_free                       2963	EXIST::FUNCTION:
-_ossl_old_des_cfb_encrypt               2964	EXIST::FUNCTION:DES
+_ossl_old_des_cfb_encrypt               2964	NOEXIST::FUNCTION:
 OCSP_SINGLERESP_get_ext_by_OBJ          2965	EXIST::FUNCTION:
 OCSP_cert_to_id                         2966	EXIST::FUNCTION:
 OCSP_RESPID_new                         2967	EXIST::FUNCTION:
@@ -2497,7 +2497,7 @@ KRB5_APREQ_new                          2984	EXIST::FUNCTION:
 EC_GROUP_get_curve_GFp                  2985	EXIST::FUNCTION:EC
 KRB5_ENCKEY_new                         2986	EXIST::FUNCTION:
 ASN1_template_d2i                       2987	EXIST::FUNCTION:
-_ossl_old_des_quad_cksum                2988	EXIST::FUNCTION:DES
+_ossl_old_des_quad_cksum                2988	NOEXIST::FUNCTION:
 OCSP_single_get0_status                 2989	EXIST::FUNCTION:
 BN_swap                                 2990	EXIST::FUNCTION:
 POLICYINFO_it                           2991	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2509,8 +2509,8 @@ OCSP_RESPID_it                          2994	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 EC_GROUP_new                            2995	EXIST::FUNCTION:EC
 EVP_aes_256_cbc                         2996	EXIST::FUNCTION:AES
 i2d_KRB5_PRINCNAME                      2997	EXIST::FUNCTION:
-_ossl_old_des_encrypt2                  2998	EXIST::FUNCTION:DES
-_ossl_old_des_encrypt3                  2999	EXIST::FUNCTION:DES
+_ossl_old_des_encrypt2                  2998	NOEXIST::FUNCTION:
+_ossl_old_des_encrypt3                  2999	NOEXIST::FUNCTION:
 PKCS8_PRIV_KEY_INFO_it                  3000	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS8_PRIV_KEY_INFO_it                  3000	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 OCSP_REQINFO_it                         3001	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
@@ -2528,20 +2528,20 @@ ENGINE_get_cipher_engine                3008	EXIST::FUNCTION:ENGINE
 ENGINE_register_all_ciphers             3009	EXIST::FUNCTION:ENGINE
 EC_POINT_copy                           3010	EXIST::FUNCTION:EC
 BN_kronecker                            3011	EXIST::FUNCTION:
-_ossl_old_des_ede3_ofb64_encrypt        3012	EXIST:!VMS:FUNCTION:DES
-_ossl_odes_ede3_ofb64_encrypt           3012	EXIST:VMS:FUNCTION:DES
+_ossl_odes_ede3_ofb64_encrypt           3012	NOEXIST::FUNCTION:
+_ossl_old_des_ede3_ofb64_encrypt        3012	NOEXIST::FUNCTION:
 UI_method_get_reader                    3013	EXIST::FUNCTION:
 OCSP_BASICRESP_get_ext_count            3014	EXIST::FUNCTION:
 ASN1_ENUMERATED_it                      3015	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_ENUMERATED_it                      3015	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 UI_set_result                           3016	EXIST::FUNCTION:
 i2d_KRB5_TICKET                         3017	EXIST::FUNCTION:
-X509_print_ex_fp                        3018	EXIST::FUNCTION:FP_API
+X509_print_ex_fp                        3018	EXIST::FUNCTION:STDIO
 EVP_CIPHER_CTX_set_padding              3019	EXIST::FUNCTION:
 d2i_OCSP_RESPONSE                       3020	EXIST::FUNCTION:
 ASN1_UTCTIME_it                         3021	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_UTCTIME_it                         3021	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-_ossl_old_des_enc_write                 3022	EXIST::FUNCTION:DES
+_ossl_old_des_enc_write                 3022	NOEXIST::FUNCTION:
 OCSP_RESPONSE_new                       3023	EXIST::FUNCTION:
 AES_set_encrypt_key                     3024	EXIST::FUNCTION:AES
 OCSP_resp_count                         3025	EXIST::FUNCTION:
@@ -2559,7 +2559,7 @@ OCSP_REQUEST_new                        3034	EXIST::FUNCTION:
 ASN1_ANY_it                             3035	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_ANY_it                             3035	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 CRYPTO_ex_data_new_class                3036	EXIST::FUNCTION:
-_ossl_old_des_ncbc_encrypt              3037	EXIST::FUNCTION:DES
+_ossl_old_des_ncbc_encrypt              3037	NOEXIST::FUNCTION:
 i2d_KRB5_TKTBODY                        3038	EXIST::FUNCTION:
 EC_POINT_clear_free                     3039	EXIST::FUNCTION:EC
 AES_decrypt                             3040	EXIST::FUNCTION:AES
@@ -2578,7 +2578,7 @@ i2d_EXTENDED_KEY_USAGE                  3052	EXIST::FUNCTION:
 i2d_OCSP_SIGNATURE                      3053	EXIST::FUNCTION:
 asn1_enc_save                           3054	EXIST::FUNCTION:
 ENGINE_load_nuron                       3055	EXIST::FUNCTION:ENGINE,STATIC_ENGINE
-_ossl_old_des_pcbc_encrypt              3056	EXIST::FUNCTION:DES
+_ossl_old_des_pcbc_encrypt              3056	NOEXIST::FUNCTION:
 PKCS12_MAC_DATA_it                      3057	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS12_MAC_DATA_it                      3057	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 OCSP_accept_responses_new               3058	EXIST::FUNCTION:
@@ -2590,12 +2590,12 @@ KRB5_APREQBODY_it                       3061	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 i2d_OCSP_SINGLERESP                     3062	EXIST::FUNCTION:
 ASN1_item_ex_new                        3063	EXIST::FUNCTION:
 UI_add_verify_string                    3064	EXIST::FUNCTION:
-_ossl_old_des_set_key                   3065	EXIST::FUNCTION:DES
+_ossl_old_des_set_key                   3065	NOEXIST::FUNCTION:
 KRB5_PRINCNAME_it                       3066	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 KRB5_PRINCNAME_it                       3066	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 EVP_DecryptInit_ex                      3067	EXIST::FUNCTION:
 i2d_OCSP_CERTID                         3068	EXIST::FUNCTION:
-ASN1_item_d2i_bio                       3069	EXIST::FUNCTION:BIO
+ASN1_item_d2i_bio                       3069	EXIST::FUNCTION:
 EC_POINT_dbl                            3070	EXIST::FUNCTION:EC
 asn1_get_choice_selector                3071	EXIST::FUNCTION:
 i2d_KRB5_CHECKSUM                       3072	EXIST::FUNCTION:
@@ -2614,9 +2614,9 @@ OCSP_BASICRESP_get_ext_by_NID           3083	EXIST::FUNCTION:
 DIST_POINT_NAME_it                      3084	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 DIST_POINT_NAME_it                      3084	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 X509V3_extensions_print                 3085	EXIST::FUNCTION:
-_ossl_old_des_cfb64_encrypt             3086	EXIST::FUNCTION:DES
+_ossl_old_des_cfb64_encrypt             3086	NOEXIST::FUNCTION:
 X509_REVOKED_add1_ext_i2d               3087	EXIST::FUNCTION:
-_ossl_old_des_ofb_encrypt               3088	EXIST::FUNCTION:DES
+_ossl_old_des_ofb_encrypt               3088	NOEXIST::FUNCTION:
 KRB5_TKTBODY_new                        3089	EXIST::FUNCTION:
 ASN1_OCTET_STRING_it                    3090	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 ASN1_OCTET_STRING_it                    3090	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
@@ -2624,7 +2624,7 @@ ERR_load_UI_strings                     3091	EXIST::FUNCTION:
 i2d_KRB5_ENCKEY                         3092	EXIST::FUNCTION:
 ASN1_template_new                       3093	EXIST::FUNCTION:
 OCSP_SIGNATURE_free                     3094	EXIST::FUNCTION:
-ASN1_item_i2d_fp                        3095	EXIST::FUNCTION:FP_API
+ASN1_item_i2d_fp                        3095	EXIST::FUNCTION:STDIO
 KRB5_PRINCNAME_free                     3096	EXIST::FUNCTION:
 PKCS7_RECIP_INFO_it                     3097	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS7_RECIP_INFO_it                     3097	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
@@ -2705,13 +2705,13 @@ EVP_aes_192_cbc                         3155	EXIST::FUNCTION:AES
 KRB5_TICKET_free                        3156	EXIST::FUNCTION:
 UI_new                                  3157	EXIST::FUNCTION:
 OCSP_response_create                    3158	EXIST::FUNCTION:
-_ossl_old_des_xcbc_encrypt              3159	EXIST::FUNCTION:DES
+_ossl_old_des_xcbc_encrypt              3159	NOEXIST::FUNCTION:
 PKCS7_it                                3160	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 PKCS7_it                                3160	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 OCSP_REQUEST_get_ext_by_critical        3161	EXIST:!VMS:FUNCTION:
 OCSP_REQUEST_get_ext_by_crit            3161	EXIST:VMS:FUNCTION:
 ENGINE_set_flags                        3162	EXIST::FUNCTION:ENGINE
-_ossl_old_des_ecb_encrypt               3163	EXIST::FUNCTION:DES
+_ossl_old_des_ecb_encrypt               3163	NOEXIST::FUNCTION:
 OCSP_response_get1_basic                3164	EXIST::FUNCTION:
 EVP_Digest                              3165	EXIST::FUNCTION:
 OCSP_ONEREQ_delete_ext                  3166	EXIST::FUNCTION:
@@ -2774,7 +2774,7 @@ AES_ofb128_encrypt                      3215	EXIST::FUNCTION:AES
 AES_ctr128_encrypt                      3216	NOEXIST::FUNCTION:
 AES_cfb128_encrypt                      3217	EXIST::FUNCTION:AES
 ENGINE_load_4758cca                     3218	EXIST::FUNCTION:ENGINE,STATIC_ENGINE
-_ossl_096_des_random_seed               3219	EXIST::FUNCTION:DES
+_ossl_096_des_random_seed               3219	NOEXIST::FUNCTION:
 EVP_aes_256_ofb                         3220	EXIST::FUNCTION:AES
 EVP_aes_192_ofb                         3221	EXIST::FUNCTION:AES
 EVP_aes_128_cfb128                      3222	EXIST::FUNCTION:AES
@@ -2793,7 +2793,7 @@ ASN1_UNIVERSALSTRING_it                 3234	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIA
 ASN1_UNIVERSALSTRING_it                 3234	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 d2i_ASN1_UNIVERSALSTRING                3235	EXIST::FUNCTION:
 EVP_des_ede3_ecb                        3236	EXIST::FUNCTION:DES
-X509_REQ_print_ex                       3237	EXIST::FUNCTION:BIO
+X509_REQ_print_ex                       3237	EXIST::FUNCTION:
 ENGINE_up_ref                           3238	EXIST::FUNCTION:ENGINE
 BUF_MEM_grow_clean                      3239	EXIST::FUNCTION:
 CRYPTO_realloc_clean                    3240	EXIST::FUNCTION:
@@ -2803,7 +2803,7 @@ BUF_strlcpy                             3243	EXIST::FUNCTION:
 OpenSSLDie                              3244	EXIST::FUNCTION:
 OPENSSL_cleanse                         3245	EXIST::FUNCTION:
 ENGINE_setup_bsd_cryptodev              3246	EXIST:__FreeBSD__:FUNCTION:ENGINE
-ERR_release_err_state_table             3247	EXIST::FUNCTION:LHASH
+ERR_release_err_state_table             3247	EXIST::FUNCTION:
 EVP_aes_128_cfb8                        3248	EXIST::FUNCTION:AES
 FIPS_corrupt_rsa                        3249	NOEXIST::FUNCTION:
 FIPS_selftest_des                       3250	NOEXIST::FUNCTION:
@@ -2870,10 +2870,10 @@ PROXY_POLICY_free                       3308	EXIST::FUNCTION:
 PROXY_POLICY_new                        3309	EXIST::FUNCTION:
 BN_MONT_CTX_set_locked                  3310	EXIST::FUNCTION:
 FIPS_selftest_rng                       3311	NOEXIST::FUNCTION:
-EVP_sha384                              3312	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
-EVP_sha512                              3313	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
-EVP_sha224                              3314	EXIST::FUNCTION:SHA,SHA256
-EVP_sha256                              3315	EXIST::FUNCTION:SHA,SHA256
+EVP_sha384                              3312	EXIST:!VMSVAX:FUNCTION:
+EVP_sha512                              3313	EXIST:!VMSVAX:FUNCTION:
+EVP_sha224                              3314	EXIST::FUNCTION:
+EVP_sha256                              3315	EXIST::FUNCTION:
 FIPS_selftest_hmac                      3316	NOEXIST::FUNCTION:
 FIPS_corrupt_rng                        3317	NOEXIST::FUNCTION:
 BN_mod_exp_mont_consttime               3318	EXIST::FUNCTION:
@@ -2899,7 +2899,7 @@ STORE_method_set_list_start_function    3336	NOEXIST::FUNCTION:
 BN_BLINDING_invert_ex                   3337	EXIST::FUNCTION:
 NAME_CONSTRAINTS_free                   3338	EXIST::FUNCTION:
 STORE_ATTR_INFO_set_number              3339	NOEXIST::FUNCTION:
-BN_BLINDING_get_thread_id               3340	EXIST::FUNCTION:DEPRECATED
+BN_BLINDING_get_thread_id               3340	NOEXIST::FUNCTION:
 X509_STORE_CTX_set0_param               3341	EXIST::FUNCTION:
 POLICY_MAPPING_it                       3342	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 POLICY_MAPPING_it                       3342	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
@@ -2918,7 +2918,7 @@ EC_KEY_new_by_curve_name                3353	EXIST::FUNCTION:EC
 STORE_meth_get_update_store_fn          3354	NOEXIST::FUNCTION:
 STORE_method_get_update_store_function  3354	NOEXIST::FUNCTION:
 ENGINE_register_ECDH                    3355	EXIST::FUNCTION:ENGINE
-SHA512_Update                           3356	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA512_Update                           3356	EXIST:!VMSVAX:FUNCTION:
 i2d_ECPrivateKey                        3357	EXIST::FUNCTION:EC
 BN_get0_nist_prime_192                  3358	EXIST::FUNCTION:
 STORE_modify_certificate                3359	NOEXIST::FUNCTION:
@@ -2933,7 +2933,7 @@ BN_GF2m_mod_mul_arr                     3366	EXIST::FUNCTION:EC2M
 STORE_list_public_key_endp              3367	NOEXIST::FUNCTION:
 o2i_ECPublicKey                         3368	EXIST::FUNCTION:EC
 EC_KEY_copy                             3369	EXIST::FUNCTION:EC
-BIO_dump_fp                             3370	EXIST::FUNCTION:FP_API
+BIO_dump_fp                             3370	EXIST::FUNCTION:STDIO
 X509_policy_node_get0_parent            3371	EXIST::FUNCTION:
 EC_GROUP_check_discriminant             3372	EXIST::FUNCTION:EC
 i2o_ECPublicKey                         3373	EXIST::FUNCTION:EC
@@ -2999,7 +2999,7 @@ STORE_meth_set_list_end_fn              3427	NOEXIST::FUNCTION:
 STORE_method_set_list_end_function      3427	NOEXIST::FUNCTION:
 pqueue_print                            3428	EXIST::FUNCTION:
 EC_GROUP_have_precompute_mult           3429	EXIST::FUNCTION:EC
-EC_KEY_print_fp                         3430	EXIST::FUNCTION:EC,FP_API
+EC_KEY_print_fp                         3430	EXIST::FUNCTION:EC,STDIO
 BN_GF2m_mod_arr                         3431	EXIST::FUNCTION:EC2M
 PEM_write_bio_X509_CERT_PAIR            3432	EXIST::FUNCTION:
 EVP_PKEY_cmp                            3433	EXIST::FUNCTION:
@@ -3022,8 +3022,8 @@ X509_pcy_node_get0_qualifiers           3448	EXIST:VMS:FUNCTION:
 STORE_list_crl_end                      3449	NOEXIST::FUNCTION:
 EVP_PKEY_set1_EC_KEY                    3450	EXIST::FUNCTION:EC
 BN_GF2m_mod_sqrt_arr                    3451	EXIST::FUNCTION:EC2M
-i2d_ECPrivateKey_bio                    3452	EXIST::FUNCTION:BIO,EC
-ECPKParameters_print_fp                 3453	EXIST::FUNCTION:EC,FP_API
+i2d_ECPrivateKey_bio                    3452	EXIST::FUNCTION:EC
+ECPKParameters_print_fp                 3453	EXIST::FUNCTION:EC,STDIO
 pqueue_find                             3454	EXIST::FUNCTION:
 ECDSA_SIG_free                          3455	EXIST::FUNCTION:ECDSA
 PEM_write_bio_ECPKParameters            3456	EXIST::FUNCTION:EC
@@ -3050,13 +3050,13 @@ STORE_meth_set_generate_fn              3476	NOEXIST::FUNCTION:
 STORE_method_set_generate_function      3476	NOEXIST::FUNCTION:
 ENGINE_set_ECDH                         3477	EXIST::FUNCTION:ENGINE
 NAME_CONSTRAINTS_new                    3478	EXIST::FUNCTION:
-SHA256_Init                             3479	EXIST::FUNCTION:SHA,SHA256
+SHA256_Init                             3479	EXIST::FUNCTION:
 EC_KEY_get0_public_key                  3480	EXIST::FUNCTION:EC
 PEM_write_bio_EC_PUBKEY                 3481	EXIST::FUNCTION:EC
 STORE_ATTR_INFO_set_cstr                3482	NOEXIST::FUNCTION:
 STORE_list_crl_next                     3483	NOEXIST::FUNCTION:
 STORE_ATTR_INFO_in_range                3484	NOEXIST::FUNCTION:
-ECParameters_print                      3485	EXIST::FUNCTION:BIO,EC
+ECParameters_print                      3485	EXIST::FUNCTION:EC
 STORE_meth_set_delete_fn                3486	NOEXIST::FUNCTION:
 STORE_method_set_delete_function        3486	NOEXIST::FUNCTION:
 STORE_list_certificate_next             3487	NOEXIST::FUNCTION:
@@ -3081,11 +3081,11 @@ BN_is_prime_ex                          3503	EXIST::FUNCTION:
 STORE_revoke_public_key                 3504	NOEXIST::FUNCTION:
 X509_STORE_CTX_get0_param               3505	EXIST::FUNCTION:
 STORE_delete_arbitrary                  3506	NOEXIST::FUNCTION:
-PEM_read_X509_CERT_PAIR                 3507	EXIST:!WIN16:FUNCTION:
+PEM_read_X509_CERT_PAIR                 3507	EXIST::FUNCTION:
 X509_STORE_set_depth                    3508	EXIST::FUNCTION:
 ECDSA_get_ex_data                       3509	EXIST::FUNCTION:ECDSA
-SHA224                                  3510	EXIST::FUNCTION:SHA,SHA256
-BIO_dump_indent_fp                      3511	EXIST::FUNCTION:FP_API
+SHA224                                  3510	EXIST::FUNCTION:
+BIO_dump_indent_fp                      3511	EXIST::FUNCTION:STDIO
 EC_KEY_set_group                        3512	EXIST::FUNCTION:EC
 BUF_strndup                             3513	EXIST::FUNCTION:
 STORE_list_certificate_start            3514	NOEXIST::FUNCTION:
@@ -3129,21 +3129,21 @@ POLICY_CONSTRAINTS_new                  3547	EXIST::FUNCTION:
 BN_GF2m_mod_sqrt                        3548	EXIST::FUNCTION:EC2M
 ECDH_set_default_method                 3549	EXIST::FUNCTION:ECDH
 EC_KEY_generate_key                     3550	EXIST::FUNCTION:EC
-SHA384_Update                           3551	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA384_Update                           3551	EXIST:!VMSVAX:FUNCTION:
 BN_GF2m_arr2poly                        3552	EXIST::FUNCTION:EC2M
 STORE_method_get_get_function           3553	NOEXIST::FUNCTION:
 STORE_meth_set_cleanup_fn               3554	NOEXIST::FUNCTION:
 STORE_method_set_cleanup_function       3554	NOEXIST::FUNCTION:
 EC_GROUP_check                          3555	EXIST::FUNCTION:EC
-d2i_ECPrivateKey_bio                    3556	EXIST::FUNCTION:BIO,EC
+d2i_ECPrivateKey_bio                    3556	EXIST::FUNCTION:EC
 EC_KEY_insert_key_method_data           3557	EXIST::FUNCTION:EC
 STORE_meth_get_lock_store_fn            3558	NOEXIST::FUNCTION:
 STORE_method_get_lock_store_function    3558	NOEXIST::FUNCTION:
 X509_VERIFY_PARAM_get_depth             3559	EXIST::FUNCTION:
-SHA224_Final                            3560	EXIST::FUNCTION:SHA,SHA256
+SHA224_Final                            3560	EXIST::FUNCTION:
 STORE_meth_set_update_store_fn          3561	NOEXIST::FUNCTION:
 STORE_method_set_update_store_function  3561	NOEXIST::FUNCTION:
-SHA224_Update                           3562	EXIST::FUNCTION:SHA,SHA256
+SHA224_Update                           3562	EXIST::FUNCTION:
 d2i_ECPrivateKey                        3563	EXIST::FUNCTION:EC
 ASN1_item_ndef_i2d                      3564	EXIST::FUNCTION:
 STORE_delete_private_key                3565	NOEXIST::FUNCTION:
@@ -3162,12 +3162,12 @@ STORE_store_public_key                  3577	NOEXIST::FUNCTION:
 X509_CERT_PAIR_free                     3578	EXIST::FUNCTION:
 STORE_revoke_private_key                3579	NOEXIST::FUNCTION:
 BN_nist_mod_224                         3580	EXIST::FUNCTION:
-SHA512_Final                            3581	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA512_Final                            3581	EXIST:!VMSVAX:FUNCTION:
 STORE_ATTR_INFO_modify_dn               3582	NOEXIST::FUNCTION:
 STORE_meth_get_initialise_fn            3583	NOEXIST::FUNCTION:
 STORE_method_get_initialise_function    3583	NOEXIST::FUNCTION:
 STORE_delete_number                     3584	NOEXIST::FUNCTION:
-i2d_EC_PUBKEY_bio                       3585	EXIST::FUNCTION:BIO,EC
+i2d_EC_PUBKEY_bio                       3585	EXIST::FUNCTION:EC
 BIO_dgram_non_fatal_error               3586	EXIST::FUNCTION:
 EC_GROUP_get_asn1_flag                  3587	EXIST::FUNCTION:EC
 STORE_ATTR_INFO_in_ex                   3588	NOEXIST::FUNCTION:
@@ -3192,9 +3192,9 @@ STORE_method_set_unlock_store_function  3603	NOEXIST::FUNCTION:
 BN_GF2m_mod_div_arr                     3604	EXIST::FUNCTION:EC2M
 ENGINE_set_ECDSA                        3605	EXIST::FUNCTION:ENGINE
 STORE_create_method                     3606	NOEXIST::FUNCTION:
-ECPKParameters_print                    3607	EXIST::FUNCTION:BIO,EC
+ECPKParameters_print                    3607	EXIST::FUNCTION:EC
 EC_KEY_get0_private_key                 3608	EXIST::FUNCTION:EC
-PEM_write_EC_PUBKEY                     3609	EXIST:!WIN16:FUNCTION:EC
+PEM_write_EC_PUBKEY                     3609	EXIST::FUNCTION:EC
 X509_VERIFY_PARAM_set1                  3610	EXIST::FUNCTION:
 ECDH_set_method                         3611	EXIST::FUNCTION:ECDH
 v2i_GENERAL_NAME_ex                     3612	EXIST::FUNCTION:
@@ -3204,7 +3204,7 @@ BN_nist_mod_521                         3615	EXIST::FUNCTION:
 X509_policy_tree_get0_level             3616	EXIST::FUNCTION:
 EC_GROUP_set_point_conversion_form      3617	EXIST:!VMS:FUNCTION:EC
 EC_GROUP_set_point_conv_form            3617	EXIST:VMS:FUNCTION:EC
-PEM_read_EC_PUBKEY                      3618	EXIST:!WIN16:FUNCTION:EC
+PEM_read_EC_PUBKEY                      3618	EXIST::FUNCTION:EC
 i2d_ECDSA_SIG                           3619	EXIST::FUNCTION:ECDSA
 ECDSA_OpenSSL                           3620	EXIST::FUNCTION:ECDSA
 STORE_delete_crl                        3621	NOEXIST::FUNCTION:
@@ -3219,9 +3219,9 @@ STORE_revoke_certificate                3628	NOEXIST::FUNCTION:
 BN_get0_nist_prime_256                  3629	EXIST::FUNCTION:
 STORE_meth_get_delete_fn                3630	NOEXIST::FUNCTION:
 STORE_method_get_delete_function        3630	NOEXIST::FUNCTION:
-SHA224_Init                             3631	EXIST::FUNCTION:SHA,SHA256
-PEM_read_ECPrivateKey                   3632	EXIST:!WIN16:FUNCTION:EC
-SHA512_Init                             3633	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA224_Init                             3631	EXIST::FUNCTION:
+PEM_read_ECPrivateKey                   3632	EXIST::FUNCTION:EC
+SHA512_Init                             3633	EXIST:!VMSVAX:FUNCTION:
 STORE_parse_attrs_endp                  3634	NOEXIST::FUNCTION:
 BN_set_negative                         3635	EXIST::FUNCTION:
 ERR_load_ECDSA_strings                  3636	EXIST::FUNCTION:ECDSA
@@ -3231,7 +3231,7 @@ i2v_ASN1_BIT_STRING                     3639	EXIST::FUNCTION:
 STORE_OBJECT_free                       3640	NOEXIST::FUNCTION:
 BN_nist_mod_384                         3641	EXIST::FUNCTION:
 i2d_X509_CERT_PAIR                      3642	EXIST::FUNCTION:
-PEM_write_ECPKParameters                3643	EXIST:!WIN16:FUNCTION:EC
+PEM_write_ECPKParameters                3643	EXIST::FUNCTION:EC
 ECDH_compute_key                        3644	EXIST::FUNCTION:ECDH
 STORE_ATTR_INFO_get0_sha1str            3645	NOEXIST::FUNCTION:
 ENGINE_register_all_ECDH                3646	EXIST::FUNCTION:ENGINE
@@ -3243,8 +3243,8 @@ STORE_get_ex_new_index                  3650	NOEXIST::FUNCTION:
 EVP_PKEY_get_attr_by_OBJ                3651	EXIST::FUNCTION:
 X509_VERIFY_PARAM_add0_policy           3652	EXIST::FUNCTION:
 BN_GF2m_mod_solve_quad                  3653	EXIST::FUNCTION:EC2M
-SHA256                                  3654	EXIST::FUNCTION:SHA,SHA256
-i2d_ECPrivateKey_fp                     3655	EXIST::FUNCTION:EC,FP_API
+SHA256                                  3654	EXIST::FUNCTION:
+i2d_ECPrivateKey_fp                     3655	EXIST::FUNCTION:EC,STDIO
 X509_policy_tree_get0_user_policies     3656	EXIST:!VMS:FUNCTION:
 X509_pcy_tree_get0_usr_policies         3656	EXIST:VMS:FUNCTION:
 OPENSSL_DIR_read                        3657	EXIST::FUNCTION:
@@ -3255,32 +3255,32 @@ EC_POINT_get_affine_coords_GF2m         3660	EXIST:VMS:FUNCTION:EC,EC2M
 EC_GROUP_dup                            3661	EXIST::FUNCTION:EC
 ENGINE_get_default_ECDSA                3662	EXIST::FUNCTION:ENGINE
 EC_KEY_new                              3663	EXIST::FUNCTION:EC
-SHA256_Transform                        3664	EXIST::FUNCTION:SHA,SHA256
+SHA256_Transform                        3664	EXIST::FUNCTION:
 EC_KEY_set_enc_flags                    3665	EXIST::FUNCTION:EC
 ECDSA_verify                            3666	EXIST::FUNCTION:ECDSA
 EC_POINT_point2hex                      3667	EXIST::FUNCTION:EC
 ENGINE_get_STORE                        3668	EXIST::FUNCTION:ENGINE
-SHA512                                  3669	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA512                                  3669	EXIST:!VMSVAX:FUNCTION:
 STORE_get_certificate                   3670	NOEXIST::FUNCTION:
 ECDSA_do_sign_ex                        3671	EXIST::FUNCTION:ECDSA
 ECDSA_do_verify                         3672	EXIST::FUNCTION:ECDSA
-d2i_ECPrivateKey_fp                     3673	EXIST::FUNCTION:EC,FP_API
+d2i_ECPrivateKey_fp                     3673	EXIST::FUNCTION:EC,STDIO
 STORE_delete_certificate                3674	NOEXIST::FUNCTION:
-SHA512_Transform                        3675	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA512_Transform                        3675	EXIST:!VMSVAX:FUNCTION:
 X509_STORE_set1_param                   3676	EXIST::FUNCTION:
 STORE_method_get_ctrl_function          3677	NOEXIST::FUNCTION:
 STORE_free                              3678	NOEXIST::FUNCTION:
-PEM_write_ECPrivateKey                  3679	EXIST:!WIN16:FUNCTION:EC
+PEM_write_ECPrivateKey                  3679	EXIST::FUNCTION:EC
 STORE_meth_get_unlock_store_fn          3680	NOEXIST::FUNCTION:
 STORE_method_get_unlock_store_function  3680	NOEXIST::FUNCTION:
 STORE_get_ex_data                       3681	NOEXIST::FUNCTION:
 EC_KEY_set_public_key                   3682	EXIST::FUNCTION:EC
-PEM_read_ECPKParameters                 3683	EXIST:!WIN16:FUNCTION:EC
+PEM_read_ECPKParameters                 3683	EXIST::FUNCTION:EC
 X509_CERT_PAIR_new                      3684	EXIST::FUNCTION:
 ENGINE_register_STORE                   3685	EXIST::FUNCTION:ENGINE
 RSA_generate_key_ex                     3686	EXIST::FUNCTION:RSA
 DSA_generate_parameters_ex              3687	EXIST::FUNCTION:DSA
-ECParameters_print_fp                   3688	EXIST::FUNCTION:EC,FP_API
+ECParameters_print_fp                   3688	EXIST::FUNCTION:EC,STDIO
 X509V3_NAME_from_section                3689	EXIST::FUNCTION:
 EVP_PKEY_add1_attr                      3690	EXIST::FUNCTION:
 STORE_modify_crl                        3691	NOEXIST::FUNCTION:
@@ -3290,23 +3290,23 @@ POLICY_MAPPINGS_it                      3693	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
 GENERAL_SUBTREE_it                      3694	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
 GENERAL_SUBTREE_it                      3694	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 EC_GROUP_get_curve_name                 3695	EXIST::FUNCTION:EC
-PEM_write_X509_CERT_PAIR                3696	EXIST:!WIN16:FUNCTION:
+PEM_write_X509_CERT_PAIR                3696	EXIST::FUNCTION:
 BIO_dump_indent_cb                      3697	EXIST::FUNCTION:
 d2i_X509_CERT_PAIR                      3698	EXIST::FUNCTION:
 STORE_list_private_key_endp             3699	NOEXIST::FUNCTION:
 asn1_const_Finish                       3700	EXIST::FUNCTION:
-i2d_EC_PUBKEY_fp                        3701	EXIST::FUNCTION:EC,FP_API
+i2d_EC_PUBKEY_fp                        3701	EXIST::FUNCTION:EC,STDIO
 BN_nist_mod_256                         3702	EXIST::FUNCTION:
 X509_VERIFY_PARAM_add0_table            3703	EXIST::FUNCTION:
 pqueue_free                             3704	EXIST::FUNCTION:
 BN_BLINDING_create_param                3705	EXIST::FUNCTION:
 ECDSA_size                              3706	EXIST::FUNCTION:ECDSA
-d2i_EC_PUBKEY_bio                       3707	EXIST::FUNCTION:BIO,EC
+d2i_EC_PUBKEY_bio                       3707	EXIST::FUNCTION:EC
 BN_get0_nist_prime_521                  3708	EXIST::FUNCTION:
 STORE_ATTR_INFO_modify_sha1str          3709	NOEXIST::FUNCTION:
 BN_generate_prime_ex                    3710	EXIST::FUNCTION:
 EC_GROUP_new_by_curve_name              3711	EXIST::FUNCTION:EC
-SHA256_Final                            3712	EXIST::FUNCTION:SHA,SHA256
+SHA256_Final                            3712	EXIST::FUNCTION:
 DH_generate_parameters_ex               3713	EXIST::FUNCTION:DH
 PEM_read_bio_ECPrivateKey               3714	EXIST::FUNCTION:EC
 STORE_meth_get_cleanup_fn               3715	NOEXIST::FUNCTION:
@@ -3319,7 +3319,7 @@ X509_policy_check                       3720	EXIST::FUNCTION:
 EVP_PKEY_get_attr_by_NID                3721	EXIST::FUNCTION:
 STORE_set_ex_data                       3722	NOEXIST::FUNCTION:
 ENGINE_get_ECDSA                        3723	EXIST::FUNCTION:ENGINE
-EVP_ecdsa                               3724	EXIST::FUNCTION:SHA
+EVP_ecdsa                               3724	EXIST::FUNCTION:
 BN_BLINDING_get_flags                   3725	EXIST::FUNCTION:
 PKCS12_add_cert                         3726	EXIST::FUNCTION:
 STORE_OBJECT_new                        3727	NOEXIST::FUNCTION:
@@ -3332,22 +3332,22 @@ d2i_ECParameters                        3733	EXIST::FUNCTION:EC
 STORE_list_certificate_end              3734	NOEXIST::FUNCTION:
 STORE_get_crl                           3735	NOEXIST::FUNCTION:
 X509_POLICY_NODE_print                  3736	EXIST::FUNCTION:
-SHA384_Init                             3737	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA384_Init                             3737	EXIST:!VMSVAX:FUNCTION:
 EC_GF2m_simple_method                   3738	EXIST::FUNCTION:EC,EC2M
 ECDSA_set_ex_data                       3739	EXIST::FUNCTION:ECDSA
-SHA384_Final                            3740	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA384_Final                            3740	EXIST:!VMSVAX:FUNCTION:
 PKCS7_set_digest                        3741	EXIST::FUNCTION:
-EC_KEY_print                            3742	EXIST::FUNCTION:BIO,EC
+EC_KEY_print                            3742	EXIST::FUNCTION:EC
 STORE_meth_set_lock_store_fn            3743	NOEXIST::FUNCTION:
 STORE_method_set_lock_store_function    3743	NOEXIST::FUNCTION:
 ECDSA_get_ex_new_index                  3744	EXIST::FUNCTION:ECDSA
-SHA384                                  3745	EXIST:!VMSVAX:FUNCTION:SHA,SHA512
+SHA384                                  3745	EXIST:!VMSVAX:FUNCTION:
 POLICY_MAPPING_new                      3746	EXIST::FUNCTION:
 STORE_list_certificate_endp             3747	NOEXIST::FUNCTION:
 X509_STORE_CTX_get0_policy_tree         3748	EXIST::FUNCTION:
 EC_GROUP_set_asn1_flag                  3749	EXIST::FUNCTION:EC
 EC_KEY_check_key                        3750	EXIST::FUNCTION:EC
-d2i_EC_PUBKEY_fp                        3751	EXIST::FUNCTION:EC,FP_API
+d2i_EC_PUBKEY_fp                        3751	EXIST::FUNCTION:EC,STDIO
 PKCS7_set0_type_other                   3752	EXIST::FUNCTION:
 PEM_read_bio_X509_CERT_PAIR             3753	EXIST::FUNCTION:
 pqueue_next                             3754	EXIST::FUNCTION:
@@ -3362,12 +3362,12 @@ PKCS12_add_key                          3761	EXIST::FUNCTION:
 DSO_merge                               3762	EXIST::FUNCTION:
 EC_POINT_hex2point                      3763	EXIST::FUNCTION:EC
 BIO_dump_cb                             3764	EXIST::FUNCTION:
-SHA256_Update                           3765	EXIST::FUNCTION:SHA,SHA256
+SHA256_Update                           3765	EXIST::FUNCTION:
 pqueue_insert                           3766	EXIST::FUNCTION:
 pitem_free                              3767	EXIST::FUNCTION:
 BN_GF2m_mod_inv_arr                     3768	EXIST::FUNCTION:EC2M
 ENGINE_unregister_ECDSA                 3769	EXIST::FUNCTION:ENGINE
-BN_BLINDING_set_thread_id               3770	EXIST::FUNCTION:DEPRECATED
+BN_BLINDING_set_thread_id               3770	NOEXIST::FUNCTION:
 get_rfc3526_prime_8192                  3771	EXIST::FUNCTION:
 X509_VERIFY_PARAM_clear_flags           3772	EXIST::FUNCTION:
 get_rfc2409_prime_1024                  3773	EXIST::FUNCTION:
@@ -3411,106 +3411,106 @@ EVP_camellia_256_cfb8                   3810	EXIST::FUNCTION:CAMELLIA
 EVP_camellia_256_ecb                    3811	EXIST::FUNCTION:CAMELLIA
 EVP_camellia_256_ofb                    3812	EXIST::FUNCTION:CAMELLIA
 a2i_ipadd                               3813	EXIST::FUNCTION:
-ASIdentifiers_free                      3814	EXIST::FUNCTION:RFC3779
-i2d_ASIdOrRange                         3815	EXIST::FUNCTION:RFC3779
+ASIdentifiers_free                      3814	EXIST::FUNCTION:
+i2d_ASIdOrRange                         3815	EXIST::FUNCTION:
 EVP_CIPHER_block_size                   3816	EXIST::FUNCTION:
-v3_asid_is_canonical                    3817	EXIST::FUNCTION:RFC3779
-IPAddressChoice_free                    3818	EXIST::FUNCTION:RFC3779
+v3_asid_is_canonical                    3817	EXIST::FUNCTION:
+IPAddressChoice_free                    3818	EXIST::FUNCTION:
 EVP_CIPHER_CTX_set_app_data             3819	EXIST::FUNCTION:
 BIO_set_callback_arg                    3820	EXIST::FUNCTION:
-v3_addr_add_prefix                      3821	EXIST::FUNCTION:RFC3779
-IPAddressOrRange_it                     3822	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-IPAddressOrRange_it                     3822	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
+v3_addr_add_prefix                      3821	EXIST::FUNCTION:
+IPAddressOrRange_it                     3822	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+IPAddressOrRange_it                     3822	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 BIO_set_flags                           3823	EXIST::FUNCTION:
-ASIdentifiers_it                        3824	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-ASIdentifiers_it                        3824	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
-v3_addr_get_range                       3825	EXIST::FUNCTION:RFC3779
+ASIdentifiers_it                        3824	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+ASIdentifiers_it                        3824	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
+v3_addr_get_range                       3825	EXIST::FUNCTION:
 BIO_method_type                         3826	EXIST::FUNCTION:
-v3_addr_inherits                        3827	EXIST::FUNCTION:RFC3779
-IPAddressChoice_it                      3828	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-IPAddressChoice_it                      3828	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
+v3_addr_inherits                        3827	EXIST::FUNCTION:
+IPAddressChoice_it                      3828	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+IPAddressChoice_it                      3828	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 AES_ige_encrypt                         3829	EXIST::FUNCTION:AES
-v3_addr_add_range                       3830	EXIST::FUNCTION:RFC3779
+v3_addr_add_range                       3830	EXIST::FUNCTION:
 EVP_CIPHER_CTX_nid                      3831	EXIST::FUNCTION:
-d2i_ASRange                             3832	EXIST::FUNCTION:RFC3779
-v3_addr_add_inherit                     3833	EXIST::FUNCTION:RFC3779
-v3_asid_add_id_or_range                 3834	EXIST::FUNCTION:RFC3779
-v3_addr_validate_resource_set           3835	EXIST::FUNCTION:RFC3779
+d2i_ASRange                             3832	EXIST::FUNCTION:
+v3_addr_add_inherit                     3833	EXIST::FUNCTION:
+v3_asid_add_id_or_range                 3834	EXIST::FUNCTION:
+v3_addr_validate_resource_set           3835	EXIST::FUNCTION:
 EVP_CIPHER_iv_length                    3836	EXIST::FUNCTION:
 EVP_MD_type                             3837	EXIST::FUNCTION:
-v3_asid_canonize                        3838	EXIST::FUNCTION:RFC3779
-IPAddressRange_free                     3839	EXIST::FUNCTION:RFC3779
-v3_asid_add_inherit                     3840	EXIST::FUNCTION:RFC3779
+v3_asid_canonize                        3838	EXIST::FUNCTION:
+IPAddressRange_free                     3839	EXIST::FUNCTION:
+v3_asid_add_inherit                     3840	EXIST::FUNCTION:
 EVP_CIPHER_CTX_key_length               3841	EXIST::FUNCTION:
-IPAddressRange_new                      3842	EXIST::FUNCTION:RFC3779
-ASIdOrRange_new                         3843	EXIST::FUNCTION:RFC3779
+IPAddressRange_new                      3842	EXIST::FUNCTION:
+ASIdOrRange_new                         3843	EXIST::FUNCTION:
 EVP_MD_size                             3844	EXIST::FUNCTION:
 EVP_MD_CTX_test_flags                   3845	EXIST::FUNCTION:
 BIO_clear_flags                         3846	EXIST::FUNCTION:
-i2d_ASRange                             3847	EXIST::FUNCTION:RFC3779
-IPAddressRange_it                       3848	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-IPAddressRange_it                       3848	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
-IPAddressChoice_new                     3849	EXIST::FUNCTION:RFC3779
-ASIdentifierChoice_new                  3850	EXIST::FUNCTION:RFC3779
-ASRange_free                            3851	EXIST::FUNCTION:RFC3779
+i2d_ASRange                             3847	EXIST::FUNCTION:
+IPAddressRange_it                       3848	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+IPAddressRange_it                       3848	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
+IPAddressChoice_new                     3849	EXIST::FUNCTION:
+ASIdentifierChoice_new                  3850	EXIST::FUNCTION:
+ASRange_free                            3851	EXIST::FUNCTION:
 EVP_MD_pkey_type                        3852	EXIST::FUNCTION:
 EVP_MD_CTX_clear_flags                  3853	EXIST::FUNCTION:
-IPAddressFamily_free                    3854	EXIST::FUNCTION:RFC3779
-i2d_IPAddressFamily                     3855	EXIST::FUNCTION:RFC3779
-IPAddressOrRange_new                    3856	EXIST::FUNCTION:RFC3779
+IPAddressFamily_free                    3854	EXIST::FUNCTION:
+i2d_IPAddressFamily                     3855	EXIST::FUNCTION:
+IPAddressOrRange_new                    3856	EXIST::FUNCTION:
 EVP_CIPHER_flags                        3857	EXIST::FUNCTION:
-v3_asid_validate_resource_set           3858	EXIST::FUNCTION:RFC3779
-d2i_IPAddressRange                      3859	EXIST::FUNCTION:RFC3779
+v3_asid_validate_resource_set           3858	EXIST::FUNCTION:
+d2i_IPAddressRange                      3859	EXIST::FUNCTION:
 AES_bi_ige_encrypt                      3860	EXIST::FUNCTION:AES
 BIO_get_callback                        3861	EXIST::FUNCTION:
-IPAddressOrRange_free                   3862	EXIST::FUNCTION:RFC3779
-v3_addr_subset                          3863	EXIST::FUNCTION:RFC3779
-d2i_IPAddressFamily                     3864	EXIST::FUNCTION:RFC3779
-v3_asid_subset                          3865	EXIST::FUNCTION:RFC3779
+IPAddressOrRange_free                   3862	EXIST::FUNCTION:
+v3_addr_subset                          3863	EXIST::FUNCTION:
+d2i_IPAddressFamily                     3864	EXIST::FUNCTION:
+v3_asid_subset                          3865	EXIST::FUNCTION:
 BIO_test_flags                          3866	EXIST::FUNCTION:
-i2d_ASIdentifierChoice                  3867	EXIST::FUNCTION:RFC3779
-ASRange_it                              3868	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-ASRange_it                              3868	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
-d2i_ASIdentifiers                       3869	EXIST::FUNCTION:RFC3779
-ASRange_new                             3870	EXIST::FUNCTION:RFC3779
-d2i_IPAddressChoice                     3871	EXIST::FUNCTION:RFC3779
-v3_addr_get_afi                         3872	EXIST::FUNCTION:RFC3779
+i2d_ASIdentifierChoice                  3867	EXIST::FUNCTION:
+ASRange_it                              3868	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+ASRange_it                              3868	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
+d2i_ASIdentifiers                       3869	EXIST::FUNCTION:
+ASRange_new                             3870	EXIST::FUNCTION:
+d2i_IPAddressChoice                     3871	EXIST::FUNCTION:
+v3_addr_get_afi                         3872	EXIST::FUNCTION:
 EVP_CIPHER_key_length                   3873	EXIST::FUNCTION:
 EVP_Cipher                              3874	EXIST::FUNCTION:
-i2d_IPAddressOrRange                    3875	EXIST::FUNCTION:RFC3779
-ASIdOrRange_it                          3876	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-ASIdOrRange_it                          3876	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
+i2d_IPAddressOrRange                    3875	EXIST::FUNCTION:
+ASIdOrRange_it                          3876	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+ASIdOrRange_it                          3876	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 EVP_CIPHER_nid                          3877	EXIST::FUNCTION:
-i2d_IPAddressChoice                     3878	EXIST::FUNCTION:RFC3779
+i2d_IPAddressChoice                     3878	EXIST::FUNCTION:
 EVP_CIPHER_CTX_block_size               3879	EXIST::FUNCTION:
-ASIdentifiers_new                       3880	EXIST::FUNCTION:RFC3779
-v3_addr_validate_path                   3881	EXIST::FUNCTION:RFC3779
-IPAddressFamily_new                     3882	EXIST::FUNCTION:RFC3779
+ASIdentifiers_new                       3880	EXIST::FUNCTION:
+v3_addr_validate_path                   3881	EXIST::FUNCTION:
+IPAddressFamily_new                     3882	EXIST::FUNCTION:
 EVP_MD_CTX_set_flags                    3883	EXIST::FUNCTION:
-v3_addr_is_canonical                    3884	EXIST::FUNCTION:RFC3779
-i2d_IPAddressRange                      3885	EXIST::FUNCTION:RFC3779
-IPAddressFamily_it                      3886	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-IPAddressFamily_it                      3886	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
-v3_asid_inherits                        3887	EXIST::FUNCTION:RFC3779
+v3_addr_is_canonical                    3884	EXIST::FUNCTION:
+i2d_IPAddressRange                      3885	EXIST::FUNCTION:
+IPAddressFamily_it                      3886	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+IPAddressFamily_it                      3886	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
+v3_asid_inherits                        3887	EXIST::FUNCTION:
 EVP_CIPHER_CTX_cipher                   3888	EXIST::FUNCTION:
 EVP_CIPHER_CTX_get_app_data             3889	EXIST::FUNCTION:
 EVP_MD_block_size                       3890	EXIST::FUNCTION:
 EVP_CIPHER_CTX_flags                    3891	EXIST::FUNCTION:
-v3_asid_validate_path                   3892	EXIST::FUNCTION:RFC3779
-d2i_IPAddressOrRange                    3893	EXIST::FUNCTION:RFC3779
-v3_addr_canonize                        3894	EXIST::FUNCTION:RFC3779
-ASIdentifierChoice_it                   3895	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RFC3779
-ASIdentifierChoice_it                   3895	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RFC3779
+v3_asid_validate_path                   3892	EXIST::FUNCTION:
+d2i_IPAddressOrRange                    3893	EXIST::FUNCTION:
+v3_addr_canonize                        3894	EXIST::FUNCTION:
+ASIdentifierChoice_it                   3895	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
+ASIdentifierChoice_it                   3895	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
 EVP_MD_CTX_md                           3896	EXIST::FUNCTION:
-d2i_ASIdentifierChoice                  3897	EXIST::FUNCTION:RFC3779
+d2i_ASIdentifierChoice                  3897	EXIST::FUNCTION:
 BIO_method_name                         3898	EXIST::FUNCTION:
 EVP_CIPHER_CTX_iv_length                3899	EXIST::FUNCTION:
-ASIdOrRange_free                        3900	EXIST::FUNCTION:RFC3779
-ASIdentifierChoice_free                 3901	EXIST::FUNCTION:RFC3779
+ASIdOrRange_free                        3900	EXIST::FUNCTION:
+ASIdentifierChoice_free                 3901	EXIST::FUNCTION:
 BIO_get_callback_arg                    3902	EXIST::FUNCTION:
 BIO_set_callback                        3903	EXIST::FUNCTION:
-d2i_ASIdOrRange                         3904	EXIST::FUNCTION:RFC3779
-i2d_ASIdentifiers                       3905	EXIST::FUNCTION:RFC3779
+d2i_ASIdOrRange                         3904	EXIST::FUNCTION:
+i2d_ASIdentifiers                       3905	EXIST::FUNCTION:
 CRYPTO_memcmp                           3906	EXIST::FUNCTION:
 BN_consttime_swap                       3907	EXIST::FUNCTION:
 SEED_decrypt                            3908	EXIST::FUNCTION:SEED
@@ -3546,7 +3546,7 @@ BIO_f_zlib                              3935	EXIST:ZLIB:FUNCTION:
 COMP_zlib_cleanup                       3936	EXIST::FUNCTION:
 d2i_X509_ALGORS                         3937	EXIST::FUNCTION:
 CMS_ReceiptRequest_free                 3938	EXIST::FUNCTION:CMS
-PEM_write_CMS                           3939	EXIST:!WIN16:FUNCTION:CMS
+PEM_write_CMS                           3939	EXIST::FUNCTION:CMS
 CMS_add0_CertificateChoices             3940	EXIST::FUNCTION:CMS
 CMS_unsigned_add1_attr_by_OBJ           3941	EXIST::FUNCTION:CMS
 ERR_load_CMS_strings                    3942	EXIST::FUNCTION:CMS
@@ -3592,7 +3592,7 @@ int_smime_write_ASN1                    3979	NOEXIST::FUNCTION:
 CMS_unsigned_delete_attr                3980	EXIST::FUNCTION:CMS
 CMS_unsigned_get_attr_count             3981	EXIST::FUNCTION:CMS
 CMS_add_smimecap                        3982	EXIST::FUNCTION:CMS
-PEM_read_CMS                            3983	EXIST:!WIN16:FUNCTION:CMS
+PEM_read_CMS                            3983	EXIST::FUNCTION:CMS
 CMS_signed_get_attr_by_OBJ              3984	EXIST::FUNCTION:CMS
 d2i_CMS_ContentInfo                     3985	EXIST::FUNCTION:CMS
 CMS_add_standard_smimecap               3986	EXIST::FUNCTION:CMS
@@ -3913,7 +3913,7 @@ TS_VERIFY_CTX_cleanup                   4291	EXIST::FUNCTION:
 TS_STATUS_INFO_free                     4292	EXIST::FUNCTION:
 TS_RESP_verify_token                    4293	EXIST::FUNCTION:
 OBJ_bsearch_ex_                         4294	EXIST::FUNCTION:
-ASN1_bn_print                           4295	EXIST::FUNCTION:BIO
+ASN1_bn_print                           4295	EXIST::FUNCTION:
 EVP_PKEY_asn1_get_count                 4296	EXIST::FUNCTION:
 ENGINE_register_pkey_asn1_meths         4297	EXIST::FUNCTION:ENGINE
 ASN1_PCTX_set_nm_flags                  4298	EXIST::FUNCTION:
@@ -4266,7 +4266,7 @@ EVP_rc4_hmac_md5                        4633	EXIST::FUNCTION:MD5,RC4
 CRYPTO_nistcts128_decrypt_block         4634	EXIST::FUNCTION:
 CRYPTO_gcm128_setiv                     4635	EXIST::FUNCTION:
 CRYPTO_nistcts128_encrypt               4636	EXIST::FUNCTION:
-EVP_aes_128_cbc_hmac_sha1               4637	EXIST::FUNCTION:AES,SHA,SHA1
+EVP_aes_128_cbc_hmac_sha1               4637	EXIST::FUNCTION:AES
 CRYPTO_gcm128_tag                       4638	EXIST::FUNCTION:
 CRYPTO_ccm128_encrypt_ccm64             4639	EXIST::FUNCTION:
 ENGINE_load_rdrand                      4640	EXIST::FUNCTION:ENGINE
@@ -4285,23 +4285,23 @@ ENGINE_load_rsax                        4652	NOEXIST::FUNCTION:
 CRYPTO_gcm128_decrypt_ctr32             4653	EXIST::FUNCTION:
 CRYPTO_gcm128_encrypt_ctr32             4654	EXIST::FUNCTION:
 CRYPTO_gcm128_finish                    4655	EXIST::FUNCTION:
-EVP_aes_256_cbc_hmac_sha1               4656	EXIST::FUNCTION:AES,SHA,SHA1
+EVP_aes_256_cbc_hmac_sha1               4656	EXIST::FUNCTION:AES
 PKCS5_pbkdf2_set                        4657	EXIST::FUNCTION:
 CMS_add0_recipient_password             4658	EXIST::FUNCTION:CMS
 CMS_decrypt_set1_password               4659	EXIST::FUNCTION:CMS
 CMS_RecipientInfo_set0_password         4660	EXIST::FUNCTION:CMS
 RAND_set_fips_drbg_type                 4661	NOEXIST::FUNCTION:
-X509_REQ_sign_ctx                       4662	EXIST::FUNCTION:EVP
+X509_REQ_sign_ctx                       4662	EXIST::FUNCTION:
 RSA_PSS_PARAMS_new                      4663	EXIST::FUNCTION:RSA
-X509_CRL_sign_ctx                       4664	EXIST::FUNCTION:EVP
-X509_signature_dump                     4665	EXIST::FUNCTION:EVP
+X509_CRL_sign_ctx                       4664	EXIST::FUNCTION:
+X509_signature_dump                     4665	EXIST::FUNCTION:
 d2i_RSA_PSS_PARAMS                      4666	EXIST::FUNCTION:RSA
 RSA_PSS_PARAMS_it                       4667	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RSA
 RSA_PSS_PARAMS_it                       4667	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RSA
 RSA_PSS_PARAMS_free                     4668	EXIST::FUNCTION:RSA
-X509_sign_ctx                           4669	EXIST::FUNCTION:EVP
+X509_sign_ctx                           4669	EXIST::FUNCTION:
 i2d_RSA_PSS_PARAMS                      4670	EXIST::FUNCTION:RSA
-ASN1_item_sign_ctx                      4671	EXIST::FUNCTION:EVP
+ASN1_item_sign_ctx                      4671	EXIST::FUNCTION:
 EC_GFp_nistp521_method                  4672	EXIST:!WIN32:FUNCTION:EC,EC_NISTP_64_GCC_128
 EC_GFp_nistp256_method                  4673	EXIST:!WIN32:FUNCTION:EC,EC_NISTP_64_GCC_128
 OPENSSL_stderr                          4674	EXIST::FUNCTION:
@@ -4316,7 +4316,7 @@ BIO_dgram_sctp_notification_cb          4682	EXIST::FUNCTION:SCTP
 i2d_DHxparams                           4683	EXIST::FUNCTION:DH
 EC_curve_nist2nid                       4684	EXIST::FUNCTION:EC
 DH_get_1024_160                         4685	EXIST::FUNCTION:DH
-PEM_write_DHxparams                     4686	EXIST:!WIN16:FUNCTION:DH
+PEM_write_DHxparams                     4686	EXIST::FUNCTION:DH
 d2i_DHxparams                           4687	EXIST::FUNCTION:DH
 EC_curve_nid2nist                       4688	EXIST::FUNCTION:EC
 DH_get_2048_256                         4689	EXIST::FUNCTION:DH
@@ -4337,7 +4337,7 @@ X509_VERIFY_PARAM_set1_ip               4703	EXIST::FUNCTION:
 X509_check_ip                           4704	EXIST::FUNCTION:
 X509_STORE_set_lookup_crls_cb           4705	EXIST::FUNCTION:
 X509_CRL_diff                           4706	EXIST::FUNCTION:
-X509_CRL_http_nbio                      4707	EXIST::FUNCTION:EVP
+X509_CRL_http_nbio                      4707	EXIST::FUNCTION:
 OCSP_REQ_CTX_i2d                        4708	EXIST::FUNCTION:
 OCSP_REQ_CTX_get0_mem_bio               4709	EXIST::FUNCTION:
 X509_STORE_CTX_get0_store               4710	EXIST::FUNCTION:
@@ -4345,7 +4345,7 @@ X509_REVOKED_dup                        4711	EXIST::FUNCTION:
 CMS_RecipientInfo_encrypt               4712	EXIST::FUNCTION:CMS
 OCSP_REQ_CTX_http                       4713	EXIST::FUNCTION:
 OCSP_REQ_CTX_nbio                       4714	EXIST::FUNCTION:
-X509_http_nbio                          4715	EXIST::FUNCTION:EVP
+X509_http_nbio                          4715	EXIST::FUNCTION:
 OCSP_set_max_response_length            4716	EXIST::FUNCTION:
 OCSP_REQ_CTX_new                        4717	EXIST::FUNCTION:
 OCSP_REQ_CTX_nbio_d2i                   4718	EXIST::FUNCTION:
@@ -4358,45 +4358,46 @@ CMS_RecipientInfo_kari_decrypt          4724	EXIST::FUNCTION:CMS
 CMS_SignerInfo_get0_pkey_ctx            4725	EXIST::FUNCTION:CMS
 ECDSA_METHOD_set_flags                  4726	EXIST::FUNCTION:ECDSA
 ECDSA_METHOD_set_sign_setup             4727	EXIST::FUNCTION:ECDSA
-CMS_RecipInfo_kari_orig_id_cmp          4728	NOEXIST::FUNCTION:
-CMS_RecipientInfo_kari_orig_id_cmp      4728	EXIST::FUNCTION:CMS
+CMS_RecipientInfo_kari_orig_id_cmp      4728	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipInfo_kari_orig_id_cmp          4728	EXIST:VMS:FUNCTION:CMS
 CMS_RecipientInfo_kari_get0_alg         4729	EXIST::FUNCTION:CMS
 EVP_aes_192_wrap                        4730	EXIST::FUNCTION:AES
-EVP_aes_128_cbc_hmac_sha256             4731	EXIST::FUNCTION:AES,SHA256
+EVP_aes_128_cbc_hmac_sha256             4731	EXIST::FUNCTION:AES
 DH_compute_key_padded                   4732	EXIST::FUNCTION:DH
 ECDSA_METHOD_set_sign                   4733	EXIST::FUNCTION:ECDSA
-CMS_RecipEncryptedKey_cert_cmp          4734	NOEXIST::FUNCTION:
-CMS_RecipientEncryptedKey_cert_cmp      4734	EXIST::FUNCTION:CMS
+CMS_RecipientEncryptedKey_cert_cmp      4734	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipEncryptedKey_cert_cmp          4734	EXIST:VMS:FUNCTION:CMS
 DH_KDF_X9_42                            4735	EXIST::FUNCTION:DH
 RSA_OAEP_PARAMS_free                    4736	EXIST::FUNCTION:RSA
 EVP_des_ede3_wrap                       4737	EXIST::FUNCTION:DES
 RSA_OAEP_PARAMS_it                      4738	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:RSA
 RSA_OAEP_PARAMS_it                      4738	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:RSA
 ASN1_TIME_diff                          4739	EXIST::FUNCTION:
-EVP_aes_256_cbc_hmac_sha256             4740	EXIST::FUNCTION:AES,SHA256
+EVP_aes_256_cbc_hmac_sha256             4740	EXIST::FUNCTION:AES
 CMS_SignerInfo_get0_signature           4741	EXIST::FUNCTION:CMS
-CMS_RecipInfo_kari_get0_reks            4742	NOEXIST::FUNCTION:
-CMS_RecipientInfo_kari_get0_reks        4742	EXIST::FUNCTION:CMS
+CMS_RecipientInfo_kari_get0_reks        4742	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipInfo_kari_get0_reks            4742	EXIST:VMS:FUNCTION:CMS
 EVP_aes_128_wrap                        4743	EXIST::FUNCTION:AES
 CMS_SignerInfo_get0_md_ctx              4744	EXIST::FUNCTION:CMS
 OPENSSL_gmtime_diff                     4745	EXIST::FUNCTION:
-CMS_RecipInfo_kari_set0_pkey            4746	NOEXIST::FUNCTION:
-CMS_RecipientInfo_kari_set0_pkey        4746	EXIST::FUNCTION:CMS
+CMS_RecipientInfo_kari_set0_pkey        4746	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipInfo_kari_set0_pkey            4746	EXIST:VMS:FUNCTION:CMS
 i2d_RSA_OAEP_PARAMS                     4747	EXIST::FUNCTION:RSA
 d2i_RSA_OAEP_PARAMS                     4748	EXIST::FUNCTION:RSA
 ECDH_KDF_X9_62                          4749	EXIST::FUNCTION:ECDH
 CMS_RecipientInfo_kari_get0_ctx         4750	EXIST::FUNCTION:CMS
 ECDSA_METHOD_new                        4751	EXIST::FUNCTION:ECDSA
 CMS_RecipientInfo_get0_pkey_ctx         4752	EXIST::FUNCTION:CMS
-CMS_RecipEncryptedKey_get0_id           4753	NOEXIST::FUNCTION:
-CMS_RecipientEncryptedKey_get0_id       4753	EXIST::FUNCTION:CMS
+CMS_RecipientEncryptedKey_get0_id       4753	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipEncryptedKey_get0_id           4753	EXIST:VMS:FUNCTION:CMS
 RSA_pad_check_PKCS1_OAEP_mgf1           4754	NOEXIST::FUNCTION:
-RSA_padding_check_PKCS1_OAEP_mgf1       4754	EXIST::FUNCTION:RSA
+RSA_padding_check_PKCS1_OAEP_mgf1       4754	EXIST:!VMS:FUNCTION:RSA
+RSA_padding_chk_PKCS1_OAEP_mgf1         4754	EXIST:VMS:FUNCTION:RSA
 ECDSA_METHOD_set_verify                 4755	EXIST::FUNCTION:ECDSA
 CMS_SharedInfo_encode                   4756	EXIST::FUNCTION:CMS
 RSA_padding_add_PKCS1_OAEP_mgf1         4757	EXIST::FUNCTION:RSA
-CMS_RecipInfo_kari_get0_orig_id         4758	NOEXIST::FUNCTION:
-CMS_RecipientInfo_kari_get0_orig_id     4758	EXIST::FUNCTION:CMS
+CMS_RecipientInfo_kari_get0_orig_id     4758	EXIST:!VMS:FUNCTION:CMS
+CMS_RecipInfo_kari_get0_orig_id         4758	EXIST:VMS:FUNCTION:CMS
 ECDSA_METHOD_free                       4759	EXIST::FUNCTION:ECDSA
 X509_VERIFY_PARAM_get_count             4760	EXIST::FUNCTION:
 X509_VERIFY_PARAM_get0_name             4761	EXIST::FUNCTION:
diff --git a/util/mkdef.pl b/util/mkdef.pl
index be7dd42..ed10da2 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -83,7 +83,7 @@ my @known_platforms = ( "__FreeBSD__", "PERL5",
 my @known_ossl_platforms = ( "VMS", "WIN32", "WINNT", "OS2" );
 my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
 			 "CAST", "MD2", "MD4", "MD5", "SHA", "SHA0", "SHA1",
-			 "SHA256", "SHA512", "RIPEMD",
+			 "SHA256", "SHA512", "RMD160",
 			 "MDC2", "WHIRLPOOL", "RSA", "DSA", "DH", "EC", "ECDH", "ECDSA", "EC2M",
 			 "HMAC", "AES", "CAMELLIA", "SEED", "GOST",
 			 # EC_NISTP_64_GCC_128
@@ -972,7 +972,7 @@ sub do_defs
 			$a .= ",RC2" if($s =~ /EVP_rc2/);
 			$a .= ",RC4" if($s =~ /EVP_rc4/);
 			$a .= ",RC5" if($s =~ /EVP_rc5/);
-			$a .= ",RIPEMD" if($s =~ /EVP_ripemd/);
+			$a .= ",RMD160" if($s =~ /EVP_ripemd/);
 			$a .= ",RSA" if($s =~ /EVP_(Open|Seal)(Final|Init)/);
 			$a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);
 			$a .= ",RSA" if($s =~ /RSAPrivateKey/);
@@ -1179,7 +1179,7 @@ sub is_valid
 			if ($keyword eq "MD4" && $no_md4) { return 0; }
 			if ($keyword eq "MD5" && $no_md5) { return 0; }
 			if ($keyword eq "SHA" && $no_sha) { return 0; }
-			if ($keyword eq "RIPEMD" && $no_ripemd) { return 0; }
+			if ($keyword eq "RMD160" && $no_ripemd) { return 0; }
 			if ($keyword eq "MDC2" && $no_mdc2) { return 0; }
 			if ($keyword eq "WHIRLPOOL" && $no_whirlpool) { return 0; }
 			if ($keyword eq "RSA" && $no_rsa) { return 0; }
diff --git a/util/ssleay.num b/util/ssleay.num
index 53dbe6d..916318a 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -27,8 +27,8 @@ SSL_CTX_use_certificate_ASN1            29	EXIST::FUNCTION:
 SSL_CTX_use_certificate_file            30	EXIST::FUNCTION:STDIO
 SSL_SESSION_free                        31	EXIST::FUNCTION:
 SSL_SESSION_new                         32	EXIST::FUNCTION:
-SSL_SESSION_print                       33	EXIST::FUNCTION:BIO
-SSL_SESSION_print_fp                    34	EXIST::FUNCTION:FP_API
+SSL_SESSION_print                       33	EXIST::FUNCTION:
+SSL_SESSION_print_fp                    34	EXIST::FUNCTION:STDIO
 SSL_accept                              35	EXIST::FUNCTION:
 SSL_add_client_CA                       36	EXIST::FUNCTION:
 SSL_alert_desc_string                   37	EXIST::FUNCTION:
@@ -52,14 +52,14 @@ SSL_get_error                           58	EXIST::FUNCTION:
 SSL_get_fd                              59	EXIST::FUNCTION:
 SSL_get_peer_cert_chain                 60	EXIST::FUNCTION:
 SSL_get_peer_certificate                61	EXIST::FUNCTION:
-SSL_get_rbio                            63	EXIST::FUNCTION:BIO
+SSL_get_rbio                            63	EXIST::FUNCTION:
 SSL_get_read_ahead                      64	EXIST::FUNCTION:
 SSL_get_shared_ciphers                  65	EXIST::FUNCTION:
 SSL_get_ssl_method                      66	EXIST::FUNCTION:
 SSL_get_verify_callback                 69	EXIST::FUNCTION:
 SSL_get_verify_mode                     70	EXIST::FUNCTION:
 SSL_get_version                         71	EXIST::FUNCTION:
-SSL_get_wbio                            72	EXIST::FUNCTION:BIO
+SSL_get_wbio                            72	EXIST::FUNCTION:
 SSL_load_client_CA_file                 73	EXIST::FUNCTION:STDIO
 SSL_load_error_strings                  74	EXIST::FUNCTION:
 SSL_new                                 75	EXIST::FUNCTION:
@@ -70,7 +70,7 @@ SSL_renegotiate                         79	EXIST::FUNCTION:
 SSL_rstate_string                       80	EXIST::FUNCTION:
 SSL_rstate_string_long                  81	EXIST::FUNCTION:
 SSL_set_accept_state                    82	EXIST::FUNCTION:
-SSL_set_bio                             83	EXIST::FUNCTION:BIO
+SSL_set_bio                             83	EXIST::FUNCTION:
 SSL_set_cipher_list                     84	EXIST::FUNCTION:
 SSL_set_client_CA_list                  85	EXIST::FUNCTION:
 SSL_set_connect_state                   86	EXIST::FUNCTION:
@@ -106,17 +106,17 @@ SSLv3_method                            117	EXIST::FUNCTION:SSL3_METHOD
 SSLv3_server_method                     118	EXIST::FUNCTION:SSL3_METHOD
 d2i_SSL_SESSION                         119	EXIST::FUNCTION:
 i2d_SSL_SESSION                         120	EXIST::FUNCTION:
-BIO_f_ssl                               121	EXIST::FUNCTION:BIO
-BIO_new_ssl                             122	EXIST::FUNCTION:BIO
+BIO_f_ssl                               121	EXIST::FUNCTION:
+BIO_new_ssl                             122	EXIST::FUNCTION:
 BIO_proxy_ssl_copy_session_id           123	NOEXIST::FUNCTION:
-BIO_ssl_copy_session_id                 124	EXIST::FUNCTION:BIO
+BIO_ssl_copy_session_id                 124	EXIST::FUNCTION:
 SSL_do_handshake                        125	EXIST::FUNCTION:
 SSL_get_privatekey                      126	EXIST::FUNCTION:
 SSL_get_current_cipher                  127	EXIST::FUNCTION:
 SSL_CIPHER_get_bits                     128	EXIST::FUNCTION:
 SSL_CIPHER_get_version                  129	EXIST::FUNCTION:
 SSL_CIPHER_get_name                     130	EXIST::FUNCTION:
-BIO_ssl_shutdown                        131	EXIST::FUNCTION:BIO
+BIO_ssl_shutdown                        131	EXIST::FUNCTION:
 SSL_SESSION_cmp                         132	NOEXIST::FUNCTION:
 SSL_SESSION_hash                        133	NOEXIST::FUNCTION:
 SSL_SESSION_get_time                    134	EXIST::FUNCTION:
@@ -152,8 +152,8 @@ SSL_get_ex_new_index                    169	EXIST::FUNCTION:
 TLSv1_method                            170	EXIST::FUNCTION:
 TLSv1_server_method                     171	EXIST::FUNCTION:
 TLSv1_client_method                     172	EXIST::FUNCTION:
-BIO_new_buffer_ssl_connect              173	EXIST::FUNCTION:BIO
-BIO_new_ssl_connect                     174	EXIST::FUNCTION:BIO
+BIO_new_buffer_ssl_connect              173	EXIST::FUNCTION:
+BIO_new_ssl_connect                     174	EXIST::FUNCTION:
 SSL_get_ex_data_X509_STORE_CTX_idx      175	EXIST:!VMS:FUNCTION:
 SSL_get_ex_d_X509_STORE_CTX_idx         175	EXIST:VMS:FUNCTION:
 SSL_CTX_set_tmp_dh_callback             176	EXIST::FUNCTION:DH
@@ -250,11 +250,11 @@ SSL_get_psk_identity_hint               297	EXIST::FUNCTION:PSK
 SSL_set_psk_server_callback             298	EXIST::FUNCTION:PSK
 SSL_use_psk_identity_hint               299	EXIST::FUNCTION:PSK
 SSL_set_psk_client_callback             300	EXIST::FUNCTION:PSK
-PEM_read_SSL_SESSION                    301	EXIST:!WIN16:FUNCTION:
+PEM_read_SSL_SESSION                    301	EXIST::FUNCTION:
 PEM_read_bio_SSL_SESSION                302	EXIST::FUNCTION:
 SSL_CTX_set_psk_server_callback         303	EXIST::FUNCTION:PSK
 SSL_get_psk_identity                    304	EXIST::FUNCTION:PSK
-PEM_write_SSL_SESSION                   305	EXIST:!WIN16:FUNCTION:
+PEM_write_SSL_SESSION                   305	EXIST::FUNCTION:
 SSL_set_session_ticket_ext              306	EXIST::FUNCTION:
 SSL_set_session_secret_cb               307	EXIST::FUNCTION:
 SSL_set_session_ticket_ext_cb           308	EXIST::FUNCTION:
@@ -333,7 +333,8 @@ SSL_CTX_set_srv_supp_data               371	NOEXIST::FUNCTION:
 SSL_CONF_cmd_argv                       372	EXIST::FUNCTION:
 DTLSv1_2_server_method                  373	EXIST::FUNCTION:
 SSL_COMP_set0_compress_methods          374	NOEXIST::FUNCTION:
-SSL_COMP_set0_compression_methods       374	EXIST::FUNCTION:COMP
+SSL_COMP_set0_compression_methods       374	EXIST:!VMS:FUNCTION:COMP
+SSL_COMP_set0_compr_methods             374	EXIST:VMS:FUNCTION:COMP
 SSL_CTX_set_cert_cb                     375	EXIST::FUNCTION:
 SSL_CTX_add_client_custom_ext           376	EXIST::FUNCTION:TLSEXT
 SSL_is_server                           377	EXIST::FUNCTION:
@@ -366,10 +367,11 @@ DTLSv1_2_method                         404	EXIST::FUNCTION:
 DTLS_server_method                      405	EXIST::FUNCTION:
 SSL_CTX_use_serverinfo_file             406	EXIST::FUNCTION:STDIO,TLSEXT
 SSL_COMP_free_compress_methods          407	NOEXIST::FUNCTION:
-SSL_COMP_free_compression_methods       407	EXIST::FUNCTION:COMP
+SSL_COMP_free_compression_methods       407	EXIST:!VMS:FUNCTION:COMP
+SSL_COMP_free_compr_methods             407	EXIST:VMS:FUNCTION:COMP
 SSL_extension_supported                 409	EXIST::FUNCTION:TLSEXT
 SSL_CTX_get_security_callback           410	EXIST::FUNCTION:
-SSL_SESSION_print_keylog                411	EXIST::FUNCTION:BIO
+SSL_SESSION_print_keylog                411	EXIST::FUNCTION:
 SSL_CTX_set_not_resumable_session_callback 412	EXIST:!VMS:FUNCTION:
 SSL_CTX_set_not_resumbl_sess_cb         412	EXIST:VMS:FUNCTION:
 SSL_get0_security_ex_data               413	EXIST::FUNCTION:


More information about the openssl-commits mailing list