summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-10-27 00:16:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-10-27 00:16:53 +0000
commit7d5b04db4e80f3d38dd4f1977c12d6fc592079eb (patch)
tree391b69b3e248154e9d94c7346dfc5400b25d826f /CHANGES
parent48b0cf8b10615181f0ca3f1e33ae697bd6faff80 (diff)
Add support for Subject Info Acess extension.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c66bebf1a3..a87097eedf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ +) Add support for Subject Information Access extension.
+ [Peter Sylvester <Peter.Sylvester@EdelWeb.fr>]
+
+) Make BUF_MEM_grow() behaviour more consistent: Initialise to zero
additional bytes when new memory had to be allocated, not just
when reusing an existing buffer.