There is should be no need to rewind the input stream any more.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 13 Jul 2006 20:29:55 +0000 (20:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 13 Jul 2006 20:29:55 +0000 (20:29 +0000)
commitf253a058d3519cdfa7d1859e0e83ef7781e4fffb
tree2b3b7d26654c115d5bd97119537e8c89e5e3a53d
parentb3c6a331853c125985cdf0d3ae60e1894974c3eb
There is should be no need to rewind the input stream any more.

For S/MIME multipart/signed type the signature is calculated on the fly.

For other detached data forms the stream isn't used after the single pass to
calculate signatures.

For non-detached the data is stored in a memory BIO.
apps/smime.c