Home | History | Annotate | Download | only in asn1

Lines Matching full:mime

63 /* Generalised MIME like utilities for streaming ASN1. Although many
67 /* MIME format structures
151 /* Generate the MIME "micalg" parameter from RFC3851, RFC4490 */
235 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
242 BIO_printf(bio, "This is an S/MIME signed message%s%s",
283 /* MIME headers */
284 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
445 if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
446 strcmp (hdr->value, "application/pkcs7-mime")) {
577 /* This is the big one: parse MIME header lines up to message body */
606 /* State machine to handle MIME headers