doc: add references to cipher life cycle documentation
[openssl.git] / doc / man3 / EVP_EncryptInit.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