aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-16 23:57:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-16 23:57:04 +0000
commit1d48dd001915bbccf1f08b4b431dd945d351ec5d (patch)
tree22cd1900ea47b395687a756966a23239fc07b6cd /CHANGES
parentc5db363e1b75f8452e4c888402a8ecb291b13838 (diff)
downloadopenssl-1d48dd001915bbccf1f08b4b431dd945d351ec5d.zip
openssl-1d48dd001915bbccf1f08b4b431dd945d351ec5d.tar.gz
openssl-1d48dd001915bbccf1f08b4b431dd945d351ec5d.tar.bz2
Add initial support for r2i RAW extensions which can access the config database
add various X509V3_CTX helper functions and support for LHASH as the config database.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec06cde..845b082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
+ *) Add code to allow r2i extensions to access the configuration database,
+ add an LHASH database driver and add several ctx helper functions.
+ [Steve Henson]
+
*) Fix an evil bug in bn_expand2() which caused various BN functions to
fail when they extended the size of a BIGNUM.
[Steve Henson]