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