From a44e4f2cf8103c01f8289490a05d0ee75d5fc39b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 13 Apr 2007 13:22:15 +0000 Subject: [PATCH] d2i_PKCS7_bio_stream() docs. --- doc/crypto/d2i_PKCS7_bio_stream.pod | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/crypto/d2i_PKCS7_bio_stream.pod diff --git a/doc/crypto/d2i_PKCS7_bio_stream.pod b/doc/crypto/d2i_PKCS7_bio_stream.pod new file mode 100644 index 0000000000..a984234bcf --- /dev/null +++ b/doc/crypto/d2i_PKCS7_bio_stream.pod @@ -0,0 +1,44 @@ +=pod + +=head1 NAME + +d2i_PKCS7_bio_stream - output PKCS7 structure in BER format. + +=head1 SYNOPSIS + + #include + + int d2i_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *data, int flags); + +=head1 DESCRIPTION + +d2i_PKCS7_bio_stream() outputs a PKCS7 structure structure in BER format. + +It is otherwise identical to the function SMIME_write_PKCS7(). + +=head1 NOTES + +This function is effectively a version of the d2i_PKCS7_bio() supporting +streaming. + +=head1 BUGS + +The prefix "d2i" is arguably wrong because the function outputs BER format. + +=head1 RETURN VALUES + +d2i_PKCS7_bio_stream() returns 1 for success or 0 for failure. + +=head1 SEE ALSO + +L, L, +L, L +L, +L, +L + +=head1 HISTORY + +d2i_PKCS7_bio_stream() was added to OpenSSL 0.9.9 + +=cut -- 2.25.1