Skip to content

Commit

Permalink
added octet string tag (#7106)
Browse files Browse the repository at this point in the history
fixes #7104
  • Loading branch information
alex committed Apr 22, 2022
1 parent 03332f2 commit 656c226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptography/x509/name.py
Expand Up @@ -17,6 +17,7 @@

class _ASN1Type(utils.Enum):
BitString = 3
OctetString = 4
UTF8String = 12
NumericString = 18
PrintableString = 19
Expand Down

0 comments on commit 656c226

Please sign in to comment.