]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: fix some links
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Jul 2019 07:19:43 +0000 (09:19 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Jul 2019 18:16:30 +0000 (20:16 +0200)
Some links are aged and need an adjustment.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9407)

doc/man3/EVP_KDF_CTX.pod
doc/man3/EVP_MD_fetch.pod
doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod
doc/man3/OSSL_PARAM.pod
doc/man3/OSSL_trace_set_channel.pod
doc/man7/x509.pod

index e65becf462e2e075b690f7681ef41bd4a0fe2f7d..1ae79bc1bd52b3719730cf4ebb76688e0936364e 100644 (file)
@@ -278,7 +278,7 @@ L<EVP_KDF_HKDF(7)>
 L<EVP_KDF_SS(7)>
 L<EVP_KDF_SSHKDF(7)>
 L<EVP_KDF_X963(7)>
-L<EVP_KDF_X942KDF(7)>
+L<EVP_KDF_X942(7)>
 
 =head1 HISTORY
 
index 11390d0e94e3612b848bc20425c88f70dbbe55d8..98e4c84e86adcdd1a887195d40392aee16311c6b 100644 (file)
@@ -69,7 +69,7 @@ the default provider unless the default search criteria have been changed and/or
 different providers have been loaded.
 
 Implicit fetching can also occur with functions such as
-L<EVP_PKEY_CTX_derive_init_ex(3)> where a NULL algorithm parameter is supplied.
+L<EVP_PKEY_derive_init_ex(3)> where a NULL algorithm parameter is supplied.
 In this case an algorithm implementation is implicitly fetched using default
 search criteria and an algorithm name that is consistent with the type of
 EVP_PKEY being used.
index e9ca3515441d95afafb8439737c3b869185bb23e..dfde4ff8bce22acb74c602d861e546e380ca54b5 100644 (file)
@@ -29,7 +29,7 @@ EVP_PKEY_CTX_set_scrypt_maxmem_bytes
 
 These functions are used to set up the necessary data to use the
 scrypt KDF.
-For more information on scrypt, see L<scrypt(7)>.
+For more information on scrypt, see L<EVP_KDF_SCRYPT(7)>.
 
 EVP_PKEY_CTX_set1_scrypt_salt() sets the B<saltlen> bytes long salt
 value.
@@ -54,6 +54,9 @@ respectively.
 
 =head1 NOTES
 
+There is a newer generic API for KDFs, L<EVP_KDF(3)>, which is
+preferred over the EVP_PKEY method.
+
 The scrypt KDF also uses EVP_PKEY_CTX_set1_pbe_pass() as well as
 the value from the string controls "pass" and "hexpass".
 See L<EVP_PKEY_CTX_set1_pbe_pass(3)>.
@@ -69,7 +72,7 @@ supported by the public key algorithm.
 
 =head1 SEE ALSO
 
-L<scrypt(7)>,
+L<EVP_KDF(3)>
 L<EVP_PKEY_CTX_new(3)>,
 L<EVP_PKEY_CTX_ctrl_str(3)>,
 L<EVP_PKEY_derive(3)>
index fbe37b4b13f6898d447c548ab9ac429a9c2d668e..0f6358cf7bf9f4c5da34e4828c7451f4424c165b 100644 (file)
@@ -285,7 +285,7 @@ could fill in the parameters like this:
 
 =head1 SEE ALSO
 
-L<openssl-core.h(7)>, L<OSSL_PARAM_get_int32_t(3)>
+L<openssl-core.h(7)>, L<OSSL_PARAM_get_int(3)>
 
 =head1 HISTORY
 
index 9c03218a21795846d5b7d6193e1fbc8aeb584493..6a88fe7f247db4578618e861b2ff0af41872af3a 100644 (file)
@@ -1,5 +1,7 @@
 =pod
 
+=for comment foreign manuals: atexit(3)
+
 =head1 NAME
 
 OSSL_trace_set_channel, OSSL_trace_set_prefix, OSSL_trace_set_suffix,
index 2d4edaa285bc8db8310957c84140ec014069b0c0..095203c91243b0c2d8f98139352edbf4b62432ce 100644 (file)
@@ -58,7 +58,6 @@ L<d2i_X509_CRL(3)>,
 L<d2i_X509_NAME(3)>,
 L<d2i_X509_REQ(3)>,
 L<d2i_X509_SIG(3)>,
-L<X509v3(3)>,
 L<crypto(7)>
 
 =head1 COPYRIGHT