]> granicus.if.org Git - openssl/commitdiff
AlgorithmIdentifier bugs
authorBodo Möller <bodo@openssl.org>
Thu, 25 Apr 2002 06:29:38 +0000 (06:29 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 25 Apr 2002 06:29:38 +0000 (06:29 +0000)
STATUS

diff --git a/STATUS b/STATUS
index 34c6a2fa06f4f9e8cabd546a5a2e78b2b4d14a15..ad88077e3afffa6360dc27d3265a7da20950a516 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2002/04/17 12:28:37 $
+  ______________                           $Date: 2002/04/25 06:29:38 $
 
   DEVELOPMENT STATE
 
 
   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 rather than not signature algorithm)
+
     o  apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
 
     o  Whenever strncpy is used, make sure the resulting string is NULL-terminated