X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=0ea910e43a4806546d84e955e41d2c342aa1d281;hp=97fb723fc33e98cc538c41158372aa70f99b0254;hb=31a674d8c9766d582596876b221bb685d6d32a91;hpb=b3ca645f479b1f0bcfa1d1a65c955e8b7ff33de6 diff --git a/CHANGES b/CHANGES index 97fb723fc3..0ea910e43a 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,27 @@ Changes between 0.9.2b and 0.9.3 + *) Support Borland C++ builder. + [Janez Jere , modified by Ulf Möller] + + *) Support Mingw32. + [Ulf Möller] + + *) SHA-1 cleanups and performance enhancements. + [Andy Polyakov ] + + *) Sparc v8plus assembler for the bignum library. + [Andy Polyakov ] + + *) Accept any -xxx and +xxx compiler options in Configure. + [Ulf Möller] + + *) Update HPUX configuration. + [Anonymous] + + *) Add missing sk__unshift() function to safestack.h + [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 @@ -18,6 +39,12 @@ now it really counts the depth. [Bodo Moeller] + *) Bugfix in crypto/x509/x509_cmp.c: The SSLerr macro was used + instead of X509err, which often resulted in confusing error + messages since the error codes are not globally unique + (e.g. an alleged error in ssl3_accept when a certificate + didn't match the private key). + *) New function SSL_CTX_set_session_id_context that allows to set a default value (so that you don't need SSL_set_session_id_context for each connection using the SSL_CTX). @@ -159,6 +186,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, Steve Henson, Bodo Moeller] + *) 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