Wrap a CMS ContentInfo in a filter BIO that writes indefinite-length BER to out.
New filter BIO, or NULL on failure; free with BIO_free_all().
| Name | Description |
|---|---|
| out | Underlying BIO that receives the encoded CMS structure. |
| cms | CMS ContentInfo to encode through the filter. |