summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-09 18:05:30 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-09 18:05:30 +0000
commitf62676b92dbbb10221f2627bcaa0d5348d674271 (patch)
treed695947b5782e4853885b8214c1cc5fac657d6b4 /CHANGES
parent32933c961b609e0ee5e385709859a0c2819b5363 (diff)
Change the PEM function implementation to use a common set of macros: this
should make modifying them easier. Fix the selfsign demo: it was rather ancient and used deleted functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32f6ff1181..b29cb8e09c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,16 @@
Changes between 0.9.3a and 0.9.4
+ *) Fix demos/selfsign.c: it used obsolete and deleted functions, changed
+ to use the new extension code.
+ [Steve Henson]
+
+ *) Implement the PEM_read/PEM_write functions in crypto/pem/pem_all.c
+ with macros. This should make it easier to change their form, add extra
+ arguments etc. Fix a few PEM prototypes which didn't have cipher as a
+ constant.
+ [Steve Henson]
+
*) Add to configuration table a new entry that can specify an alternative
name for unistd.h (for pre-POSIX systems); we need this for NeXTstep,
according to Mark Crispin <MRC@Panda.COM>.