summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-05-18 17:39:56 +0100
committerTomas Mraz <tomas@openssl.org>2021-05-21 11:03:37 +0200
commitd2f82495a25d835e4821c0c1a79e8e39b66eed66 (patch)
treef02baf44fd9b914465df08585bc6ea3bafb59f04 /doc
parent57cea5baf616a4a435650d174bfb435578c770c5 (diff)
downloadopenssl-new-d2f82495a25d835e4821c0c1a79e8e39b66eed66.tar.gz
Cleanup the missing*.txt files
One macro existed that was added since 1.1.1 and was undocumented. This had been added to missingmacro.txt. This is the wrong approach and so has been removed from there. There were some entries in missingcrypto.txt that don't exist as functions at all. There were also some which were in fact documented. Additionally 2 entries from missingcrypto.txt have been moved to missingmacro.txt. These entries existed in 1.1.1 and were undocumented. In master they have been deprecated and compatibility macros for them implemented. The replacement functions have been documented. An entry in missingcrypto111.txt was not in alphabetical order (and was also) duplicated, but the equivalent entry in missingcrypto.txt was in the correct place. This has been corrected to make comparisons between the files easier. Finally a function has been added to missingcrypto111.txt. This function did exist in 1.1.1 and was undocumented. Its unclear why this wasn't in missingcrypto111.txt to start with. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15333)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_CORE_MAKE_FUNC.pod4
-rw-r--r--doc/man3/X509_LOOKUP_hash_dir.pod1
-rw-r--r--doc/man3/X509_check_host.pod3
-rw-r--r--doc/man7/EVP_KDF-KRB5KDF.pod1
4 files changed, 4 insertions, 5 deletions
diff --git a/doc/man3/OSSL_CORE_MAKE_FUNC.pod b/doc/man3/OSSL_CORE_MAKE_FUNC.pod
index 751a01fc57..a7a902a336 100644
--- a/doc/man3/OSSL_CORE_MAKE_FUNC.pod
+++ b/doc/man3/OSSL_CORE_MAKE_FUNC.pod
@@ -3,7 +3,8 @@
=head1 NAME
OSSL_CORE_MAKE_FUNC,
-SSL_OP_BIT
+SSL_OP_BIT,
+EXT_UTF8STRING
- OpenSSL reserved symbols
=head1 SYNOPSIS
@@ -12,6 +13,7 @@ SSL_OP_BIT
#define OSSL_CORE_MAKE_FUNC(type,name,args)
#define SSL_OP_BIT(n)
+ #define EXT_UTF8STRING(nid)
=head1 DESCRIPTION
diff --git a/doc/man3/X509_LOOKUP_hash_dir.pod b/doc/man3/X509_LOOKUP_hash_dir.pod
index 9212228828..22a5996925 100644
--- a/doc/man3/X509_LOOKUP_hash_dir.pod
+++ b/doc/man3/X509_LOOKUP_hash_dir.pod
@@ -142,7 +142,6 @@ the number of loaded objects or 0 on error.
L<PEM_read_PrivateKey(3)>,
L<X509_STORE_load_locations(3)>,
-L<X509_store_add_lookup(3)>,
L<SSL_CTX_load_verify_locations(3)>,
L<X509_LOOKUP_meth_new(3)>,
L<ossl_store(7)>
diff --git a/doc/man3/X509_check_host.pod b/doc/man3/X509_check_host.pod
index 23476a81df..3a9f616f48 100644
--- a/doc/man3/X509_check_host.pod
+++ b/doc/man3/X509_check_host.pod
@@ -145,8 +145,7 @@ L<SSL_get_verify_result(3)>,
L<X509_VERIFY_PARAM_set1_host(3)>,
L<X509_VERIFY_PARAM_add1_host(3)>,
L<X509_VERIFY_PARAM_set1_email(3)>,
-L<X509_VERIFY_PARAM_set1_ip(3)>,
-L<X509_VERIFY_PARAM_set1_ipasc(3)>
+L<X509_VERIFY_PARAM_set1_ip(3)>
=head1 HISTORY
diff --git a/doc/man7/EVP_KDF-KRB5KDF.pod b/doc/man7/EVP_KDF-KRB5KDF.pod
index b239f4ed30..1d71aca17b 100644
--- a/doc/man7/EVP_KDF-KRB5KDF.pod
+++ b/doc/man7/EVP_KDF-KRB5KDF.pod
@@ -94,7 +94,6 @@ RFC 3961
L<EVP_KDF(3)>,
L<EVP_KDF_CTX_free(3)>,
-L<EVP_KDF_ctrl(3)>,
L<EVP_KDF_CTX_get_kdf_size(3)>,
L<EVP_KDF_derive(3)>,
L<EVP_KDF(3)/PARAMETERS>