aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-26 19:25:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-26 19:25:31 +0000
commit0202197dbf118081c5328c3075c42ac05d286544 (patch)
tree867518cd150fb688122234fb136dbedebb4c7c46 /CHANGES
parent63933136aba87932bea82b2a468f5b32b70a3636 (diff)
downloadopenssl-0202197dbf118081c5328c3075c42ac05d286544.zip
openssl-0202197dbf118081c5328c3075c42ac05d286544.tar.gz
openssl-0202197dbf118081c5328c3075c42ac05d286544.tar.bz2
Make ASN1 types real typedefs.
Rebuild error files.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 112a7b6..58bd9e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
+ *) Change the ASN1 types so they are typedefs by default. Before
+ almost all types were #define'd to ASN1_STRING which was causing
+ STACK_OF() problems: you couldn't declare STACK_OF(ASN1_UTF8STRING)
+ for example.
+ [Steve Henson]
+
*) Change names of new functions to the new get1/get0 naming
convention: After 'get1', the caller owns a reference count
and has to call ..._free; 'get0' returns a pointer to some