![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
ASN1_VALUE *
DESCRIPTION
If the message uses cleartext signing, the content is saved in a
memory BIO which is written to
*out_bio. Otherwise, *out_bio is
set to To support future functionality, if
out_bio is not RETURN VALUES
SEE ALSOASN1_item_d2i_bio(3), BIO_f_base64(3), BIO_new(3), SMIME_read_CMS(3), SMIME_read_PKCS7(3), SMIME_text(3) HISTORY
BUGSThe MIME parser used by The parser assumes that the structure is always base64 encoded, and it will not handle the case where it is in binary format or uses quoted printable format. The use of a memory to hold the signed content limits the size of the message which can be processed due to memory restraints: a streaming single pass option should be available.
|