Skip to content

Commit

Permalink
Fixed a bug in the spec which caused dsa parameters to be lost in the…
Browse files Browse the repository at this point in the history
… certificates.
  • Loading branch information
dgud authored and Erlang/OTP committed Jun 3, 2010
1 parent bcb19b6 commit 195b98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public_key/asn1/OTP-PKIX.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 195b98c

Please sign in to comment.