Parse an S/MIME message from a BIO into a CMS_ContentInfo.
Equivalent to SMIME_read_CMS_ex() with flags 0 and a NULL reuse pointer.
Parsed CMS_ContentInfo, or NULL on error.
| Name | Description |
|---|---|
| bio | BIO from which the S/MIME message is read. |
| bcont | If non-NULL, receives a memory BIO with cleartext signed content, or is set to NULL. |