X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=b49f83e8ded24a8a88ff60d8e0de790bffc00c5d;hp=0a087c149df639a0d9b3aaa2a12c589df3a2fdbf;hb=9619b730b47c5f8c62995747c93f3be77efa22e9;hpb=babb379849ffb4112792f266f92e9ebb2bd35332 diff --git a/CHANGES b/CHANGES index 0a087c149d..b49f83e8de 100644 --- a/CHANGES +++ b/CHANGES @@ -4,10 +4,18 @@ Changes between 0.9.8j and 0.9.9 [xx XXX xxxx] + *) Modify HMAC functions to return a value. Since these can be implemented + in an ENGINE errors can occur. + [Steve Henson] + + *) Type-checked OBJ_bsearch_ex. + [Ben Laurie] + *) Type-checked OBJ_bsearch. Also some constification necessitated by type-checking. Still to come: TXT_DB, bsearch(?), OBJ_bsearch_ex, qsort, CRYPTO_EX_DATA, ASN1_VALUE, ASN1_STRING, - CONF_VALUE. [Ben Laurie] + CONF_VALUE. + [Ben Laurie] *) New function OPENSSL_gmtime_adj() to add a specific number of days and seconds to a tm structure directly, instead of going through OS @@ -718,6 +726,16 @@ Changes between 0.9.8i and 0.9.8j [xx XXX xxxx] + *) Add JPAKE support, including demo authentication in s_client and + s_server. + [Ben Laurie] + + *) Set the comparison function in v3_addr_canonize(). + [Rob Austein ] + + *) Add support for XMPP STARTTLS in s_client. + [Philip Paeps ] + *) Change the server-side SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG behavior to ensure that even with this option, only ciphersuites in the server's preference list will be accepted. (Note that the option