diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/doc/crypto/EVP_SealInit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod b/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod index ff73a04fd9..76eebb72a9 100644 --- a/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod +++ b/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod | |||
@@ -25,7 +25,7 @@ encrypted using this key. | |||
25 | 25 | ||
26 | EVP_SealInit() initializes a cipher context B<ctx> for encryption | 26 | EVP_SealInit() initializes a cipher context B<ctx> for encryption |
27 | with cipher B<type> using a random secret key and IV. B<type> is normally | 27 | with cipher B<type> using a random secret key and IV. B<type> is normally |
28 | supplied by a function such as EVP_des_cbc(). The secret key is encrypted | 28 | supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted |
29 | using one or more public keys, this allows the same encrypted data to be | 29 | using one or more public keys, this allows the same encrypted data to be |
30 | decrypted using any of the corresponding private keys. B<ek> is an array of | 30 | decrypted using any of the corresponding private keys. B<ek> is an array of |
31 | buffers where the public key encrypted secret key will be written, each buffer | 31 | buffers where the public key encrypted secret key will be written, each buffer |