aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-19move masks out of CERT structureDr. Stephen Henson1-3/+2
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson1-1/+1
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson1-3/+3
2015-05-18CERT tidyDr. Stephen Henson1-6/+6
2015-05-16Move SSLv3_*method() functionsMatt Caswell1-12/+0
2015-05-16Updates following review commentsMatt Caswell1-68/+177
2015-05-16Client side version negotiation rewriteMatt Caswell1-18/+86
2015-05-13Remove Kerberos support from libsslMatt Caswell1-186/+26
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-9/+9
2015-05-07Digest cached records if not sending a certificate.Dr. Stephen Henson1-0/+5
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+2
2015-05-05Add more error state transitions (client)Matt Caswell1-3/+27
2015-05-01free NULL cleanup -- codaRich Salz1-9/+4
2015-05-01Remove goto inside an if(0) blockRich Salz1-7/+7
2015-05-01free null cleanup finaleRich Salz1-24/+12
2015-04-30free cleanup almost the finaleRich Salz1-7/+3
2015-04-30free NULL cleanup 5aRich Salz1-12/+6
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper1-18/+98
2015-04-16Code style: space after 'if'Viktor Dukhovni1-5/+5
2015-04-11free NULL cleanup 10Rich Salz1-2/+1
2015-03-25free NULL cleanup.Rich Salz1-10/+5
2015-03-25RAND_bytes updatesMatt Caswell1-1/+6
2015-03-24free NULL cleanupRich Salz1-12/+6
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx1-5/+0
2015-03-23ssl3_set_handshake_header returnsMatt Caswell1-3/+15
2015-03-23Fix missing return value checksMatt Caswell1-2/+9
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov1-0/+1
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-12/+12
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell1-2/+3
2015-02-06dead code cleanup: #if 0 in sslRich Salz1-24/+4
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell1-15/+3
2015-02-03Add extms support to master key generation.Dr. Stephen Henson1-1/+9
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson1-86/+104
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-4/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-37/+37
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-76/+76
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-3403/+3193
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-3/+5
2015-01-07fix error discrepancyDr. Stephen Henson1-1/+1
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson1-0/+7
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson1-3/+15
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-26/+30
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte1-6/+6
2014-12-16Don't set client_version to the ServerHello version.Adam Langley1-1/+1
2014-12-10ssl3_get_certificate_request: check for NULL after allocating s->cert->ctypesJonas Maebe1-0/+5
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson1-3/+0
2014-11-20Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper1-7/+3
2014-11-20Always require an advertised NewSessionTicket message.Emilia Kasper1-12/+1
2014-11-20Remove ssl3_check_finished.Emilia Kasper1-44/+0
2014-11-20Set s->hit when resuming from external pre-shared secret.Emilia Kasper1-4/+7