summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-09 23:33:48 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-09 23:33:48 +0000
commit5f6d0ea21050fd8a801c6681002e76689a5993b6 (patch)
tree8b4e1d2b70c1f9bb9b2491ed2a01d3ba3422c1ac /CHANGES
parent5a2e24bad86ef08c6b8b8a26b70c836d980b8f6b (diff)
Reformat and "modernise" the sign.c demo.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b29cb8e09c..799ff10b38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
Changes between 0.9.3a and 0.9.4
+ *) Fix demos/sign/sign.c: well there wasn't anything strictly speaking
+ wrong with it but it was very old and did things like calling
+ PEM_ASN1_read() directly and used MD5 for the hash not to mention some
+ unusual formatting.
+ [Steve Henson]
+
*) Fix demos/selfsign.c: it used obsolete and deleted functions, changed
to use the new extension code.
[Steve Henson]