diff options
author | Ingela Anderton Andin <[email protected]> | 2018-10-15 12:09:34 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-10-23 15:41:04 +0200 |
commit | fcbcaa59336bc75afcc7655c257b934e96030200 (patch) | |
tree | bae00fb6f1c690c51f759148a01b95ea40dba2f7 /lib/public_key/asn1 | |
parent | 639bb57cf7d6550a48608dc827a6fd3aed1af005 (diff) | |
download | otp-fcbcaa59336bc75afcc7655c257b934e96030200.tar.gz otp-fcbcaa59336bc75afcc7655c257b934e96030200.tar.bz2 otp-fcbcaa59336bc75afcc7655c257b934e96030200.zip |
public_key: Add DSA with SHA2 support
Diffstat (limited to 'lib/public_key/asn1')
-rw-r--r-- | lib/public_key/asn1/OTP-PKIX.asn1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public_key/asn1/OTP-PKIX.asn1 b/lib/public_key/asn1/OTP-PKIX.asn1 index 37196bb9bf..10a83555af 100644 --- a/lib/public_key/asn1/OTP-PKIX.asn1 +++ b/lib/public_key/asn1/OTP-PKIX.asn1 @@ -368,6 +368,13 @@ SupportedPublicKeyAlgorithms PUBLIC-KEY-ALGORITHM-CLASS ::= { ID id-dsaWithSHA1 TYPE DSAParams } + id-dsa-with-sha224 OBJECT IDENTIFIER ::= { + joint-iso-ccitt(2) country(16) us(840) organization(1) gov(101) + csor(3) algorithms(4) id-dsa-with-sha2(3) 1 } + + id-dsa-with-sha256 OBJECT IDENTIFIER ::= { + joint-iso-ccitt(2) country(16) us(840) organization(1) gov(101) + csor(3) algorithms(4) id-dsa-with-sha2(3) 2 } -- -- RSA Keys and Signatures -- |