]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
New Configure option --openssldir to replace util/ssldir.pl.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
5
1b276f30
RE
6 Changes between 0.9.2b and 0.9.3
7
6d311938
DSH
8 *) Complete rewrite of the error code script(s). It is all now handled
9 by one script at the top level which handles error code gathering,
10 header rewriting and C source file generation. It should be much better
11 than the old method: it now uses a modified version of Ulf's parser to
12 read the ANSI prototypes in all header files (thus the old K&R definitions
13 aren't needed for error creation any more) and do a better job of
14 translating function codes into names. The old 'ASN1 error code imbedded
15 in a comment' is no longer necessary and it doesn't use .err files which
6e781e8e
DSH
16 have now been deleted. Also the error code call doesn't have to appear all
17 on one line (which resulted in some large lines...).
6d311938
DSH
18 [Steve Henson]
19
018b4ee9 20 *) Change #include filenames from <foo.h> to <openssl/foo.h>.
92df9607
BM
21 [Bodo Moeller]
22
85f48f7e
BM
23 *) Change behaviour of ssl2_read when facing length-0 packets: Don't return
24 0 (which usually indicates a closed connection), but continue reading.
25 [Bodo Moeller]
26
90b8bbb8
BM
27 *) Fix some race conditions.
28 [Bodo Moeller]
29
d943e372
DSH
30 *) Add support for CRL distribution points extension. Add Certificate
31 Policies and CRL distribution points documentation.
32 [Steve Henson]
33
8e10f2b3
UM
34 *) Move the autogenerated header file parts to crypto/opensslconf.h.
35