Kill evil casts, fix PKCS#7 and add new X509V3 Function.

This commit is contained in:
Dr. Stephen Henson
1999-05-09 16:39:11 +00:00
parent 1c10afc32a
commit c8b4185079
15 changed files with 69 additions and 30 deletions

View File

@@ -5,6 +5,12 @@
Changes between 0.9.2b and 0.9.3
*) New function X509V3_EXT_i2d() to create an X509_EXTENSION structure
from the internal representation. Various PKCS#7 fixes: remove some
evil casts and set the enc_dig_alg field properly based on the signing
key type.
[Steve Henson]
*) Allow PKCS#12 password to be set from the command line or the
environment. Let 'ca' get its config file name from the environment
variables "OPENSSL_CONF" or "SSLEAY_CONF" (for consistency with 'req'