Skip to content

Commit

Permalink
Merge 8a88d89 into 9951ec1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRomainG committed Oct 22, 2020
2 parents 9951ec1 + 8a88d89 commit c5fa6fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tlslite/constants.py
Expand Up @@ -327,6 +327,8 @@ class AlgorithmOID(TLSEnum):
SignatureScheme.ecdsa_secp384r1_sha384
oid[bytes(a2b_hex('06082a8648ce3d040304'))] = \
SignatureScheme.ecdsa_secp521r1_sha512
oid[bytes(a2b_hex('06092a864886f70d010104'))] = \
(HashAlgorithm.md5, SignatureAlgorithm.rsa)
oid[bytes(a2b_hex('06092a864886f70d010105'))] = \
SignatureScheme.rsa_pkcs1_sha1
oid[bytes(a2b_hex('06092a864886f70d01010e'))] = \
Expand Down

0 comments on commit c5fa6fb

Please sign in to comment.