X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=e27817c12d942fedb8830e9d2d5929dd50a2bcd0;hp=c5c50787cdbd051ce959af1b3a7977f05a42ea5b;hb=0b44c26d78e3e13f9f134872e78631c262f11aab;hpb=368888bcb6192b96638c3d6dd706103be52eac89 diff --git a/CHANGES b/CHANGES index c5c50787cd..e27817c12d 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,18 @@ Changes between 0.9.8g and 0.9.9 [xx XXX xxxx] + *) Removed effectively defunct crypto/store from the build. + [Ben Laurie] + + *) Revamp of STACK to provide stronger type-checking. Still to come: + TXT_DB, bsearch(?), OBJ_bsearch, qsort, CRYPTO_EX_DATA, ASN1_VALUE, + ASN1_STRING, CONF_VALUE. + [Ben Laurie] + + *) Add a new SSL_MODE_RELEASE_BUFFERS mode flag to release unused buffer + RAM on SSL connections. This option can save about 34k per idle SSL. + [Nick Mathewson] + *) Expand ENGINE to support engine supplied SSL client certificate functions. [Steve Henson]