Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-26 12:29:18 +0400
committerBodo Möller <bodo@openssl.org>2002-04-26 12:29:18 +0400
commitdfc53369751229b6991b56d3d86432757a68dadb (patch)
tree741c0f535a9d9125a5abcc0579168b868559f1fd /STATUS
parent4cea95a547242c1bf002570c7920959129841fff (diff)
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--STATUS5
1 files changed, 1 insertions, 4 deletions
diff --git a/STATUS b/STATUS
index 8f86e05cbb..0627a81b87 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/04/25 07:51:51 $
+ ______________ $Date: 2002/04/26 08:28:59 $
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)