diff options
author | Dan Gudmundsson <[email protected]> | 2010-06-03 08:13:09 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-03 08:13:09 +0000 |
commit | 195b98cabf710fd99a58386c36072afc9b4b235f (patch) | |
tree | 8b22e9de1c66aaad2baa6c436c8d957a9c7c5a22 | |
parent | bcb19b624d02a35c463fa7a84ed4e79eaa8eb278 (diff) | |
download | otp-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.
-rw-r--r-- | lib/public_key/asn1/OTP-PKIX.asn1 | 2 |
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 |