Fix some of the command line password stuff. New function
authorDr. Stephen Henson <steve@openssl.org>
Sat, 1 Jan 2000 16:42:49 +0000 (16:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 1 Jan 2000 16:42:49 +0000 (16:42 +0000)
commit20432eae41e35ea28a4d43c0dfc7acfdd9672812
treeab6b92cdf2f38923e3e106968aa0dca236e0b4f9
parent47134b7864fd5e31dbdbc789d9e073742ad4c3ee
Fix some of the command line password stuff. New function
that can automatically determine the type of a DER encoded
"traditional" format private key and change some of the
d2i functions to use it instead of requiring the application
to work out the key type.
15 files changed:
CHANGES
apps/dsa.c
apps/openssl.cnf
apps/pkcs8.c
apps/req.c
apps/rsa.c
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/asn1/d2i_pr.c
crypto/evp/evp.h
crypto/x509/x509.h
crypto/x509/x_all.c
doc/man/pkcs8.pod
doc/man/req.pod
util/libeay.num