X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FPKCS7_encrypt.pod;h=4e1afc916feb25f8a2fa975a8f3254a8e7df3677;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=2cd925a7e0b6c2e3fb43d0dd91b2d664111d4f93;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/PKCS7_encrypt.pod b/lib/openssl/doc/crypto/PKCS7_encrypt.pod index 2cd925a..4e1afc9 100644 --- a/lib/openssl/doc/crypto/PKCS7_encrypt.pod +++ b/lib/openssl/doc/crypto/PKCS7_encrypt.pod @@ -30,7 +30,7 @@ bit RC2. These can be used by passing EVP_rc2_40_cbc() and EVP_rc2_64_cbc() respectively. The algorithm passed in the B parameter must support ASN1 encoding of -its parameters. +its parameters. Many browsers implement a "sign and encrypt" option which is simply an S/MIME envelopedData containing an S/MIME signed message. This can be readily produced @@ -55,7 +55,7 @@ suitable for streaming I/O: no data is read from the BIO B. If the flag B is set the returned B structure is B complete and outputting its contents via a function that does not -properly finalize the B structure will give unpredictable +properly finalize the B structure will give unpredictable results. Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(), @@ -70,11 +70,19 @@ The error can be obtained from ERR_get_error(3). =head1 SEE ALSO -L, L +L, L =head1 HISTORY -PKCS7_decrypt() was added to OpenSSL 0.9.5 -The B flag was first supported in OpenSSL 1.0.0. +The B flag was added in OpenSSL 1.0.0. + +=head1 COPYRIGHT + +Copyright 2002-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