]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Clean up some of the SSL server code.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
d91e201e
RE
5 Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
6
c51ae173
BM
7 *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs,
8 including a possible buffer overflow when the 'read_ahead'
9 flag is set.
10 [Bodo Moeller]
11
25f923dd
DSH
12 *) New function X509_CTX_rget_chain(), this returns the chain
13 from an X509_CTX structure with a dup of the stack and all
14 the X509 reference counts upped: so the stack will exist
15 after X509_CTX_cleanup() has been called. Modify pkcs12.c
16 to use this.
17
18 Also make SSL_SESSION_print() print out the verify return
19 code.
20 [Steve Henson]
21
dad666fb
DSH
22 *) Add manpage for the pkcs12 command. Also change the default
23 behaviour so MAC iteration counts are used unless the new
24 -nomaciter option is used. This improves file security and
25 only older versions of MSIE (4.0 for example) need it.
26 [Steve Henson]
27
0f583f69
UM
28 *) Honor the no-xxx Configure options when creating .DEF files.
29