aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-12-29 00:05:14 +0000
committerRichard Levitte <levitte@openssl.org>2000-12-29 00:05:14 +0000
commit3f07fe09b568ab2ca83db39223907b2aebbfd300 (patch)
tree3942cdc6724dcb00801994d01466ceaf04a1cd0f /CHANGES
parentf86c5c9ac7b111aa2cf08d2c89d97e6f1b154162 (diff)
downloadopenssl-3f07fe09b568ab2ca83db39223907b2aebbfd300.tar.gz
Enhancements to mkdef.pl:
* detect "unknown" algorithms (any C macro starting with NO_ that is not explicitely mentioned in mkdef.pl as a known algorithm) and report. * add a number of algorithms that can be deselected. * look in ssl/kssl.h as well. * accept multiple whitespace (not just one SPC) in preprocessor lines.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28f71ba652..9704974907 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Enhance mkdef.pl to be more accepting about spacing in C preprocessor
+ lines, recognice more "algorithms" that can be deselected, and make
+ it complain about algorithm deselection that isn't recognised.
+ [Richard Levitte]
+
*) New ASN1 functions to handle sign, verify, digest, pack and
unpack operations in terms of ASN1_ITEM. Modify existing wrappers
to use new functions. Add NO_ASN1_OLD which can be set to remove