]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
C indentation style definition for Emacs.
[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
16 have now been deleted.
17 [Steve Henson]
18
018b4ee9 19 *) Change #include filenames from <foo.h> to <openssl/foo.h>.
92df9607
BM
20 [Bodo Moeller]
21
85f48f7e
BM
22 *) Change behaviour of ssl2_read when facing length-0 packets: Don't return
23 0 (which usually indicates a closed connection), but continue reading.
24 [Bodo Moeller]
25
90b8bbb8
BM
26 *) Fix some race conditions.
27 [Bodo Moeller]
28
d943e372
DSH
29 *) Add support for CRL distribution points extension. Add Certificate
30 Policies and CRL distribution points documentation.
31 [Steve Henson]
32
8e10f2b3
UM
33 *) Move the autogenerated header file parts to crypto/opensslconf.h.
34