diff options
author | Ingela Anderton Andin <[email protected]> | 2018-10-23 15:42:19 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-10-23 15:42:19 +0200 |
commit | be27826d4509d311b83067cbd5ddaed1351ed4da (patch) | |
tree | 82b66e1c3cdc248bef8f0802afa46b3502f07b96 /lib/public_key/asn1/OTP-PKIX.asn1 | |
parent | caf1586989e6162699e5c2791c26029f65a535a4 (diff) | |
parent | af2ddfc529242736b4dca0dee87018685318d020 (diff) | |
download | otp-be27826d4509d311b83067cbd5ddaed1351ed4da.tar.gz otp-be27826d4509d311b83067cbd5ddaed1351ed4da.tar.bz2 otp-be27826d4509d311b83067cbd5ddaed1351ed4da.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/public_key/asn1/OTP-PKIX.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 -- |