summaryrefslogtreecommitdiffstats
path: root/util/missingcrypto.txt
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-03-06 14:33:17 +0100
committerRichard Levitte <levitte@openssl.org>2020-03-10 13:32:07 +0100
commit2f3a709807e37f5a4f2242f18f121aa525971a93 (patch)
tree7aa61e23b328dadd7033bb697befb208cda8137b /util/missingcrypto.txt
parent1e55cbc874826af63e178a3fd26d23981599effe (diff)
DOCS: Add missing documentation in util/missingcrypto.txt
These lines will be taken away as documentation moves from diverse provider operation interface manuals to implementation specific docs. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11270)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r--util/missingcrypto.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index 99c2883bd0..956ce7ce6e 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -572,6 +572,39 @@ ENGINE_setup_bsd_cryptodev(3)
ENGINE_unregister_EC(3)
ENGINE_unregister_pkey_asn1_meths(3)
ENGINE_unregister_pkey_meths(3)
+EVP_ASYM_CIPHER-RSA(7)
+EVP_CIPHER-AES(7)
+EVP_CIPHER-ARIA(7)
+EVP_CIPHER-BF(7)
+EVP_CIPHER-DES(7)
+EVP_CIPHER-CAMELLIA(7)
+EVP_CIPHER-CAST5(7)
+EVP_CIPHER-ChaCha20(7)
+EVP_CIPHER-ChaCha20-Poly1305(7)
+EVP_CIPHER-DES(7)
+EVP_CIPHER-IDEA(7)
+EVP_CIPHER-RC2(7)
+EVP_CIPHER-RC4(7)
+EVP_CIPHER-RC5(7)
+EVP_CIPHER-SEED(7)
+EVP_CIPHER-SM4(7)
+EVP_KDF-KBKDF(7)
+EVP_KDF-SSKDF(7)
+EVP_KDF-TLS1-PRF(7)
+EVP_KEYEXCH-DH(7)
+EVP_KEYEXCH-ECDH(7)
+EVP_KEYEXCH-DSA(7)
+EVP_KEYEXCH-RSA(7)
+EVP_KEYEXCH-X25519(7)
+EVP_KEYEXCH-X448(7)
+EVP_KEYMGMT-DH(7)
+EVP_KEYMGMT-EC(7)
+EVP_KEYMGMT-DSA(7)
+EVP_KEYMGMT-RSA(7)
+EVP_KEYMGMT-X25519(7)
+EVP_KEYMGMT-X448(7)
+EVP_SIGNATURE-DSA(7)
+EVP_SIGNATURE-RSA(7)
ERR_clear_last_mark(3)
ERR_get_state(3)
ERR_load_ASN1_strings(3)
@@ -886,6 +919,12 @@ OSSL_CMP_MSG_http_perform(3)
OSSL_CMP_exec_GENM_ses(3)
OSSL_CMP_exec_IR_ses(3)
OSSL_CMP_exec_KUR_ses(3)
+OSSL_SERIALIZER-DH(7)
+OSSL_SERIALIZER-DSA(7)
+OSSL_SERIALIZER-EC(7)
+OSSL_SERIALIZER-RSA(7)
+OSSL_SERIALIZER-X25519(7)
+OSSL_SERIALIZER-X448(7)
OSSL_STORE_do_all_loaders(3)
OSSL_STORE_vctrl(3)
OTHERNAME_cmp(3)