Skip to main content

TLS_FEATURE_MUST_STAPLE_DER

Constant TLS_FEATURE_MUST_STAPLE_DER 

Source
pub const TLS_FEATURE_MUST_STAPLE_DER: &[u8];
Expand description

DER-encoded TLS Feature Extension value for must-staple certificates.

RFC 7633 Section 4 / RFC 6066 Section 8: TLSFeature ::= SEQUENCE OF INTEGER status_request(5)

ASN.1 DER encoding of SEQUENCE { INTEGER 5 }: 30 03 – SEQUENCE, length 3 02 01 05 – INTEGER, length 1, value 5

OID: 1.3.6.1.5.5.7.1.24 (id-pe-tlsfeature)