aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-4/+3
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-121-1/+6
* Fix some minor code nitsTodd Short2018-02-011-5/+8
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-14/+61
* Fix some instances of the wrong alert type being sentMatt Caswell2018-02-011-2/+2
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-1/+5
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-1/+1
* Move fprintf after assignment to avoid crash.Rich Salz2018-01-221-3/+4
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-281-5/+3
* Issue a CCS from the client if we received an HRRMatt Caswell2017-12-141-4/+14
* Delay flush until after CCS with early_dataMatt Caswell2017-12-141-14/+19
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-141-5/+7
* Merge HRR into ServerHelloMatt Caswell2017-12-141-90/+63
* Send a CCS from a client in an early_data handshakeMatt Caswell2017-12-141-8/+27
* Send a CCS from the client in a non-early_data handshakeMatt Caswell2017-12-141-0/+6
* Remove TLSv1.3 specific write transition for ClientHelloMatt Caswell2017-12-141-4/+0
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-26/+66
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-46/+50
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Fix some formatting nitsMatt Caswell2017-12-041-5/+6
* Add some more cleanupsMatt Caswell2017-12-041-6/+3
* Assert that SSLfatal() only gets called onceMatt Caswell2017-12-041-1/+3
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-3/+4
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-189/+254
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-357/+370
* Normalize on session_ctx for stats where possibleBenjamin Kaduk2017-10-301-2/+2
* Use atomics for SSL_CTX statisticsBenjamin Kaduk2017-10-301-2/+3
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Sanity check the HRR version fieldMatt Caswell2017-10-161-0/+7
* Don't do version neg on an HRRMatt Caswell2017-10-161-12/+4
* Don't change client random in Client Hello in its second flightTatsuhiro Tsujikawa2017-10-101-2/+3
* Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson2017-10-061-7/+7
* Remove an incorrect commentMatt Caswell2017-10-041-3/+0
* New function ssl_generate_param_groupDr. Stephen Henson2017-09-261-31/+1
* Replace tls1_ec_curve_id2nid.Dr. Stephen Henson2017-09-261-7/+6
* Fix no-ec no-dh buildBenjamin Kaduk2017-09-141-1/+5
* ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov2017-09-011-4/+5
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Fix new_session_cb calls in TLSv1.3Matt Caswell2017-08-011-6/+6
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-2/+2
* Tolerate a zero length ticket nonceMatt Caswell2017-07-181-1/+0
* Fix early_data with an HRRMatt Caswell2017-07-181-0/+7
* Use cert tables instead of X509_certificate_typeDr. Stephen Henson2017-07-131-39/+16
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-131-11/+6
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-071-1/+7
* Fix a crash in tls_construct_client_certificate.Bernd Edlinger2017-07-031-1/+6
* Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell2017-06-231-5/+1
* Allow Ed25519 in TLS 1.2Dr. Stephen Henson2017-06-211-5/+9
* Convert key exchange to one shot callDr. Stephen Henson2017-06-211-11/+16
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1