Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.

Thanks to Antonio Martin, Enterprise Secure Access Research and
Development, Cisco Systems, Inc. for discovering this bug and
preparing a fix. (CVE-2012-0050)
This commit is contained in:
Dr. Stephen Henson
2012-01-18 18:15:27 +00:00
parent ac07bc8602
commit 855d29184e
3 changed files with 24 additions and 11 deletions

View File

@@ -2056,7 +2056,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
}
#endif
#ifdef SSL_DEBUG
#if 1
{
/* Print out local port of connection: useful for debugging */
int sock;