Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/asn1/
H A Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
302 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()
304 msg_type = "authEnveloped-data"; in SMIME_write_ASN1_ex()
307 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()
309 msg_type = "signed-data"; in SMIME_write_ASN1_ex()
311 msg_type = "certs-only"; in SMIME_write_ASN1_ex()
313 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()
321 if (msg_type) in SMIME_write_ASN1_ex()
322 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
/openssl/crypto/cmp/
H A Dcmp_client.c37 const char *msg_type = NULL; in unprotected_exception() local
47 msg_type = "error response"; in unprotected_exception()
58 msg_type = "revocation response message with rejection status"; in unprotected_exception()
62 msg_type = "PKI Confirmation message"; in unprotected_exception()
77 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()
80 if (msg_type == NULL) in unprotected_exception()
83 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
/openssl/
H A DCHANGES.md14092 instead of overwriting 'msg_type' and 'length' with 'body' data.

Completed in 61 milliseconds