]> git.ipfire.org Git - thirdparty/openssl.git/commit
PR: 2533
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 May 2011 15:20:49 +0000 (15:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 25 May 2011 15:20:49 +0000 (15:20 +0000)
commit3d52f1d52b813652c845887d17c69699a92086d7
treec39f3b5280639cd2aefe9fc13ccbc019a3e4da34
parentfd60dfa0f2a9175f83955d6ad730392aa039aa5b
PR: 2533
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Reviewed by: steve

Setting SSL_MODE_RELEASE_BUFFERS should be ignored for DTLS, but instead causes
the program to crash. This is due to missing version checks and is fixed with
this patch.
ssl/s3_pkt.c