Updates to the new SSL compression code
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
Fix so that the version number in the master secret, when passed
via RSA, checks that if TLS was proposed, but we roll back to SSLv3
(because the server will not accept higher), that the version number
is 0x03,0x01, not 0x03,0x00
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
Submitted by:
Reviewed by:
PR:
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -5,6 +5,15 @@
|
||||
|
||||
Changes between 0.9.1c and 0.9.2
|
||||
|
||||
*) Updates to the new SSL compression code
|
||||
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
|
||||
|
||||
*) Fix so that the version number in the master secret, when passed
|
||||
via RSA, checks that if TLS was proposed, but we roll back to SSLv3
|
||||
(because the server will not accept higher), that the version number
|
||||
is 0x03,0x01, not 0x03,0x00
|
||||
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
|
||||
|
||||
*) Run extensive memory leak checks on SSL apps. Fixed *lots* of memory
|
||||
leaks in ssl/ relating to new X509_get_pubkey() behaviour. Also fixes
|
||||
in apps/ and an unrellated leak in crypto/dsa/dsa_vrf.c
|
||||
|
||||
Reference in New Issue
Block a user