X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FEVP_SealInit.pod;h=30bd6808c198ceea297af8f51702d0137bdb72db;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=7d793e19ef7a1350ffe323fc82e1b4e32301b844;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/EVP_SealInit.pod b/lib/openssl/doc/crypto/EVP_SealInit.pod index 7d793e1..30bd680 100644 --- a/lib/openssl/doc/crypto/EVP_SealInit.pod +++ b/lib/openssl/doc/crypto/EVP_SealInit.pod @@ -25,7 +25,7 @@ encrypted using this key. EVP_SealInit() initializes a cipher context B for encryption with cipher B using a random secret key and IV. B is normally -supplied by a function such as EVP_des_cbc(). The secret key is encrypted +supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted using one or more public keys, this allows the same encrypted data to be decrypted using any of the corresponding private keys. B is an array of buffers where the public key encrypted secret key will be written, each buffer @@ -42,9 +42,9 @@ If the cipher does not require an IV then the B parameter is ignored and can be B. EVP_SealUpdate() and EVP_SealFinal() have exactly the same properties -as the EVP_EncryptUpdate() and EVP_EncryptFinal() routines, as -documented on the L manual -page. +as the EVP_EncryptUpdate() and EVP_EncryptFinal() routines, as +documented on the L manual +page. =head1 RETURN VALUES @@ -74,12 +74,17 @@ with B set to NULL. =head1 SEE ALSO -L, L, -L, -L +L, L, +L, +L -=head1 HISTORY +=head1 COPYRIGHT -EVP_SealFinal() did not return a value before OpenSSL 0.9.7. +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut