AlgorithmIdentifier bugs

This commit is contained in:
Bodo Möller 2002-04-25 06:29:38 +00:00
parent 5c5a2cd273
commit 6e7af77268

8
STATUS
View file

@ -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
@ -47,6 +47,12 @@
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