Skip to content

Commit

Permalink
Fixed typo affecting id-hmacWithSHA384 and id-hmacWithSHA512 for PBES2
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 2, 2020
1 parent d02727c commit 41300af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Crypto/IO/_PBES.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
_OID_HMAC_SHA224 = "1.2.840.113549.2.8"
_OID_HMAC_SHA256 = "1.2.840.113549.2.9"
_OID_HMAC_SHA384 = "1.2.840.113549.2.10"
_OID_HMAC_SHA384 = "1.2.840.113549.2.11"
_OID_HMAC_SHA512 = "1.2.840.113549.2.11"

_OID_DES_EDE3_CBC = "1.2.840.113549.3.7"
_OID_AES128_CBC = "2.16.840.1.101.3.4.1.2"
Expand Down

0 comments on commit 41300af

Please sign in to comment.