X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CHANGES;h=9f26576094d8c6b18bdd10679e79998b0af929d3;hb=c417db467515205880af69162e80be0f406b13b5;hp=6457df55ca58072cf57d17ee619a7f1bedbcc60c;hpb=bcba6cc60f8b44bec1232a32cd703dd032255a15;p=openssl.git diff --git a/CHANGES b/CHANGES index 6457df55ca..9f26576094 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,25 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 2000] + *) Reorganise password command line arguments: now passwords can be + obtained from various sources. Delete the PEM_cb function and make + it the default behaviour: i.e. if the callback is NULL and the + usrdata argument is not NULL interpret it as a null terminated pass + phrase. If usrdata and the callback are NULL then the pass phrase + is prompted for as usual. + [Steve Henson] + + *) Add support for the Compaq Atalla crypto accelerator. If it is installed, + the support is automatically enabled. The resulting binaries will + autodetect the card and use it if present. + [Ben Laurie and Compaq Inc.] + + *) Work around for Netscape hang bug. This sends certificate request + and server done in one record. Since this is perfectly legal in the + SSL/TLS protocol it isn't a "bug" option and is on by default. See + the bugs/SSLv3 entry for more info. + [Steve Henson] + *) HP-UX tune-up: new unified configs, HP C compiler bug workaround. [Andy Polyakov]