aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-28 22:24:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-28 22:24:50 +0000
commit73e92de57759ea1fadbc7a9d08e02b99a752d688 (patch)
treed257d51ef0eb3c2ab061def17565209dc4312999 /CHANGES
parent09ab755c555a96df23b78fb188578b2fba5faae2 (diff)
downloadopenssl-73e92de57759ea1fadbc7a9d08e02b99a752d688.tar.gz
Add NO_ASN1_OLD to remove some old style functions:
currently OpenSSL itself wont compile with this set because some old style stuff remains. Change old functions X509_sign(), X509_verify() etc to use new item based functions. Replace OCSP function declarations with DECLARE macros.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d83e08ad4b..28f71ba652 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
*) New ASN1 functions to handle sign, verify, digest, pack and
- unpack operations in terms of ASN1_ITEM.
+ unpack operations in terms of ASN1_ITEM. Modify existing wrappers
+ to use new functions. Add NO_ASN1_OLD which can be set to remove
+ some old style ASN1 functions: this can be used to determine if old
+ code will still work when these eventually go away.
[Steve Henson]
*) New extension functions for OCSP structures, these follow the