aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-05-04 10:27:10 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-05-04 10:27:10 +0000
commit9263e8829412840e66b8a8108ebb463e8afd157d (patch)
tree6e9e88e78e07464da3bca99236f70c6518ec8805 /CHANGES
parentdee75ecf9cdc1f607308d13415f410bbb025609e (diff)
downloadopenssl-9263e8829412840e66b8a8108ebb463e8afd157d.tar.gz
Bundle stack'ification entries on Bens request
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 5a13c34705..d85f5c4808 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,6 @@
*) Add missing sk_<type>_unshift() function to safestack.h
[Ralf S. Engelschall]
- *) Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
- [Ralf S. Engelschall]
-
*) New function SSL_CTX_use_certificate_chain_file that sets the
"extra_cert"s in addition to the certificate. (This makes sense
only for "PEM" format files, as chains as a whole are not
@@ -171,6 +168,9 @@
*) Introduce type-safe ASN.1 SETs.
[Ben Laurie]
+ *) Convert various additional casted stacks to type-safe STACK_OF() variants.
+ [Ben Laurie, Ralf S. Engelschall]
+
*) Introduce type-safe STACKs. This will almost certainly break lots of code
that links with OpenSSL (well at least cause lots of warnings), but fear
not: the conversion is trivial, and it eliminates loads of evil casts. A