Module x509

Source

Constantsยง

DER_BIT_STRING_TAG ๐Ÿ”’
DER_OCTET_STRING_TAG ๐Ÿ”’
DER_SEQUENCE_TAG ๐Ÿ”’

Functionsยง

asn1_wrap ๐Ÿ”’
wrap_concat_in_sequence ๐Ÿ”’
Prepend stuff to bytes_a + bytes_b to put it in a DER SEQUENCE.
wrap_in_bit_string ๐Ÿ”’
Prepend stuff to bytes to put it in a DER BIT STRING.
wrap_in_octet_string ๐Ÿ”’
Prepend stuff to bytes to put it in a DER OCTET STRING.
wrap_in_sequence ๐Ÿ”’
Prepend stuff to bytes to put it in a DER SEQUENCE.