]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
This commit ties the new DSO code (crypto/dso/) into the build for a
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
c90341a1
RL
5 Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
6
7 *)
8
5e61580b
RL
9 Changes between 0.9.5 and 0.9.5a [1 Apr 2000]
10
11 *) Make sure _lrotl and _lrotr are only used with MSVC.
865874f2 12
cf194c1f
BM
13 *) Use lock CRYPTO_LOCK_RAND correctly in ssleay_rand_status
14 (the default implementation of RAND_status).
15
3bc90f23
BM
16 *) Rename openssl x509 option '-crlext', which was added in 0.9.5,
17 to '-clrext' (= clear extensions), as intended and documented.
18 [Bodo Moeller; inconsistency pointed out by Michael Attili
19 <attili@amaxo.com>]
20
b475baff
DSH
21 *) Fix for HMAC. It wasn't zeroing the rest of the block if the key length
22 was larger than the MD block size.
23 [Steve Henson, pointed out by Yost William <YostW@tce.com>]
24
e77066ea
DSH
25 *) Modernise PKCS12_parse() so it uses STACK_OF(X509) for its ca argument
26 fix a leak when the ca argument was passed as NULL. Stop X509_PUBKEY_set()
27 using the passed key: if the passed key was a private key the result
28 of X509_print(), for example, would be to print out all the private key
29 components.
30 [Steve Henson]
31
7af4816f
UM
32 *) des_quad_cksum() byte order bug fix.
33