aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-07 15:14:25 +1000
committerPauli <pauli@openssl.org>2021-06-08 18:56:53 +1000
commitb1307e94210c342df8ab736d7295110b20f003eb (patch)
tree76305a17043b8f7ef30f93cb5968c18c26c42953 /doc/man3/EVP_EncryptInit.pod
parentc0fc3fe3496ec02b0cafb252b7764f53cc3ae643 (diff)
downloadopenssl-b1307e94210c342df8ab736d7295110b20f003eb.tar.gz
doc: add references to cipher life cycle documentation
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15637)
Diffstat (limited to 'doc/man3/EVP_EncryptInit.pod')
-rw-r--r--doc/man3/EVP_EncryptInit.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index 4b90cdd780..a03c31ea35 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -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