diff options
author | Bodo Möller <bodo@openssl.org> | 2002-04-26 10:28:34 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2002-04-26 10:28:34 +0200 |
commit | 8df61b5011fb6f38a67c6fcd07c05008b9a86a91 (patch) | |
tree | 9804449816ea64475e005db2d89ce65fd5f66156 /STATUS | |
parent | Add generationQualifier OID (proposed by Fiel Cabral). (diff) | |
download | openssl-8df61b5011fb6f38a67c6fcd07c05008b9a86a91.tar.xz openssl-8df61b5011fb6f38a67c6fcd07c05008b9a86a91.zip |
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1.
Submitted by: Nils Larsch
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 2002/04/25 07:52:07 $ + ______________ $Date: 2002/04/26 08:28:28 $ DEVELOPMENT STATE @@ -62,9 +62,6 @@ NEEDS PATCH - o parameters should be omitted (not NULL) with id-dsa-with-sha1 OID - in X.509 signatures - o inappropriate AlgorithmIdentifier used in S/MIME signatures (key type instead of signature algorithm) |