aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-10 14:45:19 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-10 14:45:19 +0000
commit97d8e82c4c622b8896e37634c6d4ee43ab6a4432 (patch)
tree9872033f9258a4032388a234c23659b31434cfea /CHANGES
parentd7b9c76c72bd6e744db2070d148738941ba38305 (diff)
downloadopenssl-97d8e82c4c622b8896e37634c6d4ee43ab6a4432.zip
openssl-97d8e82c4c622b8896e37634c6d4ee43ab6a4432.tar.gz
openssl-97d8e82c4c622b8896e37634c6d4ee43ab6a4432.tar.bz2
Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make
the OpenSSL commands x50 and req work better on a EBCDIC system.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcb354f..50a643e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Add a few more EBCDIC conditionals that make `req' and `x509'
+ work better on such systems.
+ [Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>]
+
*) Add two demo programs for PKCS12_parse() and PKCS12_create().
Update PKCS12_parse() so it copies the friendlyName and the
keyid to the certificates aux info.