Home | History | Annotate | Download | only in asn1

Lines Matching full:mime

64 /* Generalised MIME like utilities for streaming ASN1. Although many
68 /* MIME format structures
200 /* Generate the MIME "micalg" parameter from RFC3851, RFC4490 */
307 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
314 BIO_printf(bio, "This is an S/MIME signed message%s%s",
355 /* MIME headers */
356 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
517 if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
518 strcmp (hdr->value, "application/pkcs7-mime")) {
649 /* This is the big one: parse MIME header lines up to message body */
678 /* State machine to handle MIME headers