X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=bc74b8bfd2ffc8cde56f56c764c1de732222a43d;hb=7ebf7674becbfb8ba97030832c6eb2c6c7f60f6e;hp=ee8a65a36823e862b62172c32fd25170d6e480b2;hpb=8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee;p=openssl.git diff --git a/CHANGES b/CHANGES index ee8a65a368..bc74b8bfd2 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,31 @@ Changes between 0.9.2b and 0.9.3 + *) Complete rewrite of the error code script(s). It is all now handled + by one script at the top level which handles error code gathering, + header rewriting and C source file generation. It should be much better + than the old method: it now uses a modified version of Ulf's parser to + read the ANSI prototypes in all header files (thus the old K&R definitions + aren't needed for error creation any more) and do a better job of + translating function codes into names. The old 'ASN1 error code imbedded + in a comment' is no longer necessary and it doesn't use .err files which + have now been deleted. + [Steve Henson] + + *) Change #include filenames from to . + [Bodo Moeller] + + *) Change behaviour of ssl2_read when facing length-0 packets: Don't return + 0 (which usually indicates a closed connection), but continue reading. + [Bodo Moeller] + + *) Fix some race conditions. + [Bodo Moeller] + + *) Add support for CRL distribution points extension. Add Certificate + Policies and CRL distribution points documentation. + [Steve Henson] + *) Move the autogenerated header file parts to crypto/opensslconf.h. [Ulf Möller] @@ -36,7 +61,7 @@ [Andy Polyakov ] *) Support for Certificate Policies extension: both print and set. - Various additions to support the r2i method this extension will use. + Various additions to support the r2i method this uses. [Steve Henson] *) A lot of constification, and fix a bug in X509_NAME_oneline() that could