]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Comments for SSL_get_peer_cert_chain inconsistency.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
4c4d87f9 5 Changes between 0.9.5 and 0.9.5a [XX XXX 2000]
865874f2 6
b475baff
DSH
7 *) Fix for HMAC. It wasn't zeroing the rest of the block if the key length
8 was larger than the MD block size.
9 [Steve Henson, pointed out by Yost William <YostW@tce.com>]
10
e77066ea
DSH
11 *) Modernise PKCS12_parse() so it uses STACK_OF(X509) for its ca argument
12 fix a leak when the ca argument was passed as NULL. Stop X509_PUBKEY_set()
13 using the passed key: if the passed key was a private key the result
14 of X509_print(), for example, would be to print out all the private key
15 components.
16 [Steve Henson]
17
7af4816f
UM
18 *) des_quad_cksum() byte order bug fix.
19