diff options
author | Ingela Anderton Andin <[email protected]> | 2018-10-15 12:09:34 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-10-19 17:31:26 +0200 |
commit | fa3963dee6d0a718fd5c3816fcdfeef3fb41b185 (patch) | |
tree | 6bd42d1ea1bcfeed369fe268fb4174058421c1f2 /lib/public_key/asn1 | |
parent | 377f19f25aeec6939a6728bd0c4910086c22ccdc (diff) | |
download | otp-fa3963dee6d0a718fd5c3816fcdfeef3fb41b185.tar.gz otp-fa3963dee6d0a718fd5c3816fcdfeef3fb41b185.tar.bz2 otp-fa3963dee6d0a718fd5c3816fcdfeef3fb41b185.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 -- |