diff options
| author | schwarze <> | 2016-11-03 15:20:36 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-03 15:20:36 +0000 |
| commit | fd23280c77e6b5aeafeb054d4c9b369c079020a6 (patch) | |
| tree | 1ce08c06c8b7c83fa9592d241cddc0d7b95ce2ce /src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | |
| parent | f540f1bc5dd92bb38eace75d62ec5676a16e242e (diff) | |
| download | openbsd-fd23280c77e6b5aeafeb054d4c9b369c079020a6.tar.gz openbsd-fd23280c77e6b5aeafeb054d4c9b369c079020a6.tar.bz2 openbsd-fd23280c77e6b5aeafeb054d4c9b369c079020a6.zip | |
convert PEM and PKCS manuals from pod to mdoc
Diffstat (limited to 'src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3')
| -rw-r--r-- | src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 b/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 new file mode 100644 index 0000000000..12d556558d --- /dev/null +++ b/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | .Dd $Mdocdate: November 3 2016 $ | ||
| 2 | .Dt PEM_WRITE_BIO_PKCS7_STREAM 3 | ||
| 3 | .Os | ||
| 4 | .Sh NAME | ||
| 5 | .Nm PEM_write_bio_PKCS7_stream | ||
| 6 | .Nd output PKCS7 structure in PEM format | ||
| 7 | .Sh SYNOPSIS | ||
| 8 | .In openssl/pkcs7.h | ||
| 9 | .In openssl/pem.h | ||
| 10 | .Ft int | ||
| 11 | .Fo PEM_write_bio_PKCS7_stream | ||
| 12 | .Fa "BIO *out" | ||
| 13 | .Fa "PKCS7 *p7" | ||
| 14 | .Fa "BIO *data" | ||
| 15 | .Fa "int flags" | ||
| 16 | .Fc | ||
| 17 | .Sh DESCRIPTION | ||
| 18 | .Fn PEM_write_bio_PKCS7_stream | ||
| 19 | outputs a PKCS7 structure in PEM format. | ||
| 20 | .Pp | ||
| 21 | It is otherwise identical to the function | ||
| 22 | .Xr SMIME_write_PKCS7 3 . | ||
| 23 | .Pp | ||
| 24 | This function is effectively a version of the | ||
| 25 | .Xr PEM_write_bio_PKCS7 3 | ||
| 26 | supporting streaming. | ||
| 27 | .Sh RETURN VALUES | ||
| 28 | .Fn PEM_write_bio_PKCS7_stream | ||
| 29 | returns 1 for success or 0 for failure. | ||
| 30 | .Sh SEE ALSO | ||
| 31 | .Xr ERR_get_error 3 , | ||
| 32 | .Xr i2d_PKCS7_bio_stream 3 , | ||
| 33 | .Xr PKCS7_decrypt 3 , | ||
| 34 | .Xr PKCS7_encrypt 3 , | ||
| 35 | .Xr PKCS7_sign 3 , | ||
| 36 | .Xr PKCS7_verify 3 , | ||
| 37 | .Xr SMIME_write_PKCS7 3 | ||
| 38 | .Sh HISTORY | ||
| 39 | .Fn PEM_write_bio_PKCS7_stream | ||
| 40 | was added to OpenSSL 1.0.0. | ||
