]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: add references to cipher life cycle documentation
authorPauli <pauli@openssl.org>
Mon, 7 Jun 2021 05:14:25 +0000 (15:14 +1000)
committerPauli <pauli@openssl.org>
Tue, 8 Jun 2021 08:56:53 +0000 (18:56 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15637)

doc/man3/EVP_EncryptInit.pod
doc/man7/provider-cipher.pod

index 4b90cdd7802844f9a8ab9bfb2e5496b2e588b2d7..a03c31ea35ba99e7718e5e91f9bf8b3e9029169c 100644 (file)
@@ -1611,7 +1611,11 @@ Encryption using AES-CBC with a 256-bit key with "CS1" ciphertext stealing.
 
 =head1 SEE ALSO
 
-L<evp(7)>
+L<evp(7)>,
+L<property(7)>,
+L<crypto(7)/ALGORITHM FETCHING>,
+L<provider-cipher(7)>,
+L<life_cycle-cipher(7)>
 
 Supported ciphers are listed in:
 
@@ -1628,7 +1632,7 @@ L<EVP_rc2_cbc(3)>,
 L<EVP_rc4(3)>,
 L<EVP_rc5_32_12_16_cbc(3)>,
 L<EVP_seed_cbc(3)>,
-L<EVP_sm4_cbc(3)>
+L<EVP_sm4_cbc(3)>,
 
 =head1 HISTORY
 
index 52e8417e73759894b566d2cdf6b0336c47fd035b..b4a87a3282b679284e9c83b557d56c66e985c9bb 100644 (file)
@@ -223,7 +223,13 @@ array, or NULL if none is offered.
 =head1 SEE ALSO
 
 L<provider(7)>, L<OSSL_PROVIDER-FIPS(7)>, L<OSSL_PROVIDER-default(7)>,
-L<OSSL_PROVIDER-legacy(7)>
+L<OSSL_PROVIDER-legacy(7)>,
+L<EVP_CIPHER-AES(7)>, L<EVP_CIPHER-ARIA(7)>, L<EVP_CIPHER-BLOWFISH(7)>,
+L<EVP_CIPHER-CAMELLIA(7)>, L<EVP_CIPHER-CAST(7)>, L<EVP_CIPHER-CHACHA(7)>,
+L<EVP_CIPHER-DES(7)>, L<EVP_CIPHER-IDEA(7)>, L<EVP_CIPHER-RC2(7)>,
+L<EVP_CIPHER-RC4(7)>, L<EVP_CIPHER-RC5(7)>, L<EVP_CIPHER-SEED(7)>,
+L<EVP_CIPHER-SM4(7)>,
+L<life_cycle-cipher(7)>, L<EVP_EncryptInit(3)>
 
 =head1 HISTORY