]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
add dependency and auto-generation rule for bn_prime.h
[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
3cc6cdea 7 *) Rewrite ssl3_read_n (ssl/s3_pkt.c) avoiding a couple of bugs.
c51ae173
BM
8 [Bodo Moeller]
9
25f923dd
DSH
10 *) New function X509_CTX_rget_chain(), this returns the chain
11 from an X509_CTX structure with a dup of the stack and all
12 the X509 reference counts upped: so the stack will exist
13 after X509_CTX_cleanup() has been called. Modify pkcs12.c
14 to use this.
15
16 Also make SSL_SESSION_print() print out the verify return
17 code.
18 [Steve Henson]
19
dad666fb
DSH
20 *) Add manpage for the pkcs12 command. Also change the default
21 behaviour so MAC iteration counts are used unless the new
22 -nomaciter option is used. This improves file security and
23 only older versions of MSIE (4.0 for example) need it.
24 [Steve Henson]
25
0f583f69
UM
26 *) Honor the no-xxx Configure options when creating .DEF files.
27