summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_srvr.c
AgeCommit message (Expand)Author
2018-05-08Don't fail on an out-of-order CCS in DTLSMatt Caswell
2018-04-17Check the return from EVP_PKEY_get0_DH()Matt Caswell
2018-04-17Make sure info callback knows about all handshake start eventsMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-30Revert commit 4a56d9a2Matt Caswell
2018-03-28Rewrite the X509->alert mapping codeRich Salz
2018-03-27Assert that alpn_selected is NULL before we assign itMatt Caswell
2018-03-19Place ticket keys into secure memoryTodd Short
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-15Only update the server session cache when the session is readyMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2018-02-23Remove unreachable statement.Pauli
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-30Move decisions about whether to accept reneg into the state machineMatt Caswell
2018-01-24Fix logic around when to send an HRR based on cookiesMatt Caswell
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2017-12-28Don't flush the ClientHello if we're going to send early dataMatt Caswell
2017-12-26Remove outdated commentsPaul Yang
2017-12-17Remove spaces at end of line in ssl/statemPaul Yang
2017-12-14Fix server side HRR flushingMatt Caswell
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Update state machine to send CCS based on whether we did an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Send a CCS after ServerHello in TLSv1.3 if using middlebox compat modeMatt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-04Fix some formatting nitsMatt Caswell
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson
2017-09-26Return group id in tls1_shared_groupDr. Stephen Henson
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-01ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov
2017-08-31Client side sanity check of ALPN after server has accepted early_dataMatt Caswell
2017-08-31Add server side sanity checks of SNI/ALPN for use with early_dataMatt Caswell
2017-08-15Move ALPN handling from finalizer to delayed callBenjamin Kaduk
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-07-18Fix early_data with an HRRMatt Caswell
2017-07-07Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-06-21Allow Ed25519 in TLS 1.2Dr. Stephen Henson
2017-06-21Convert key exchange to one shot callDr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-16Tweak the check that a ciphersuite has not changed since the HRRMatt Caswell