aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-18CERT tidyDr. Stephen Henson1-4/+4
2015-05-16Further version negotiation updatesMatt Caswell1-25/+21
2015-05-16Move SSLv3_*method() functionsMatt Caswell1-14/+0
2015-05-16Updates following review commentsMatt Caswell1-8/+122
2015-05-16Server side version negotiation rewriteMatt Caswell1-223/+384
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte1-1/+1
2015-05-13Remove Kerberos support from libsslMatt Caswell1-209/+9
2015-05-13Don't allow a CCS when expecting a CertificateVerifyMatt Caswell1-50/+24
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-3/+2
2015-05-05Add more error state transitionsMatt Caswell1-12/+59
2015-05-05Add Error stateMatt Caswell1-1/+4
2015-05-03ssl/s3_srvr.c: Fix typo introduced via 69f682374868b.mancha security1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-16/+7
2015-05-01Remove goto inside an if(0) blockRich Salz1-10/+8
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-30free NULL cleanup 5aRich Salz1-8/+4
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper1-7/+6
2015-04-16Code style: space after 'if'Viktor Dukhovni1-13/+13
2015-04-14Check for ClientHello message overrunsMatt Caswell1-1/+41
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-03-25free NULL cleanup.Rich Salz1-2/+1
2015-03-25RAND_bytes updatesMatt Caswell1-4/+1
2015-03-25Add ticket length before buffering DTLS messageMatt Caswell1-2/+2
2015-03-23Make sure that cert is never NULLKurt Roeckx1-4/+0
2015-03-23ssl3_set_handshake_header returnsMatt Caswell1-6/+23
2015-03-23Fix missing return value checksMatt Caswell1-2/+34
2015-03-19Fix DHE Null CKE vulnerabilityMatt Caswell1-2/+9
2015-03-15OPENSSL_NO_EC* merge; missed one fileRich Salz1-5/+5
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-5/+5
2015-02-27Fix missing return value checks.Matt Caswell1-30/+49
2015-02-26Remove NETSCAPE_HANG_BUGMatt Caswell1-22/+0
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell1-24/+1
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell1-14/+4
2015-02-03Add extms support to master key generation.Dr. Stephen Henson1-7/+9
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-1/+1
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-53/+53
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-3362/+3189
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell1-1/+2
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-3/+5
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson1-1/+1
2015-01-06fix compilation errorDr. Stephen Henson1-1/+1
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson1-15/+6
2015-01-02Remove MS SGCDr. Stephen Henson1-62/+7
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-10/+15
2014-12-17Premaster secret handling fixesAdam Langley1-8/+28
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte1-4/+4
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte1-3/+4
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell1-0/+1