aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/asn1
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-06-03 08:13:09 +0000
committerErlang/OTP <[email protected]>2010-06-03 08:13:09 +0000
commit195b98cabf710fd99a58386c36072afc9b4b235f (patch)
tree8b22e9de1c66aaad2baa6c436c8d957a9c7c5a22 /lib/public_key/asn1
parentbcb19b624d02a35c463fa7a84ed4e79eaa8eb278 (diff)
downloadotp-195b98cabf710fd99a58386c36072afc9b4b235f.tar.gz
otp-195b98cabf710fd99a58386c36072afc9b4b235f.tar.bz2
otp-195b98cabf710fd99a58386c36072afc9b4b235f.zip
Fixed a bug in the spec which caused dsa parameters to be lost in the certificates.
Diffstat (limited to 'lib/public_key/asn1')
-rw-r--r--lib/public_key/asn1/OTP-PKIX.asn12
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/asn1/OTP-PKIX.asn1 b/lib/public_key/asn1/OTP-PKIX.asn1
index 2bcacc0990..c0cf440496 100644
--- a/lib/public_key/asn1/OTP-PKIX.asn1
+++ b/lib/public_key/asn1/OTP-PKIX.asn1
@@ -313,7 +313,7 @@ SupportedPublicKeyAlgorithms PUBLIC-KEY-ALGORITHM-CLASS ::= {
dsa-with-sha1 SIGNATURE-ALGORITHM-CLASS ::= {
ID id-dsa-with-sha1
- TYPE NULL } -- XXX Must be empty and not NULL
+ TYPE Dss-Parms }
--
-- RSA Keys and Signatures