aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Move ALPN handling from finalizer to delayed callBenjamin Kaduk2017-08-151-0/+48
* Add a DRBG to each SSL objectRich Salz2017-08-031-3/+3
* Fix early_data with an HRRMatt Caswell2017-07-181-9/+9
* Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell2017-07-071-4/+2
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-071-1/+18
* Allow Ed25519 in TLS 1.2Dr. Stephen Henson2017-06-211-1/+1
* Convert key exchange to one shot callDr. Stephen Henson2017-06-211-12/+15
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-13/+1
* Tweak the check that a ciphersuite has not changed since the HRRMatt Caswell2017-06-161-2/+3
* Fix an uninitialised variable warningMatt Caswell2017-06-161-3/+3
* Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell2017-06-161-60/+81
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-161-5/+9
* If-guard to avoid null ptr deref in statem_srvr.cRich Salz2017-06-111-1/+2
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-0/+4
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-16/+19
* Verify that there is no trailing data after the extensions blockMatt Caswell2017-05-111-1/+2
* Verify that only NULL compression is sent in TLSv1.3 ClientHelloMatt Caswell2017-05-091-3/+15
* Fix comment around safari fingerprint checkMatt Caswell2017-05-021-0/+1
* Don't treat PACKET_remaining() as booleanTatsuhiro Tsujikawa2017-04-261-3/+3
* Call init and finalization functions per extension messageTatsuhiro Tsujikawa2017-04-261-4/+5
* Don't overwrite the alert value if there is no alert to sendMatt Caswell2017-04-261-21/+21
* Remove special case code for SCTP reneg handlingMatt Caswell2017-04-251-37/+0
* Move the extensions context codes into the public APIMatt Caswell2017-04-071-13/+16
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Add server side support for TLSv1.3 downgrade mechanismMatt Caswell2017-03-241-3/+4
* Support draft-19 TLS certificate request formatDr. Stephen Henson2017-03-171-15/+15
* Move parsing and construction of CA names to separate functionsDr. Stephen Henson2017-03-171-28/+1
* Updates following review feedbackMatt Caswell2017-03-161-1/+1
* Fix ciphersuite handling during an HRRMatt Caswell2017-03-161-18/+23
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-161-2/+23
* Check ClientHello boundary as per draft-19Matt Caswell2017-03-161-0/+8
* Update end of early data processing for draft-19Matt Caswell2017-03-161-12/+58
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-101-1/+1
* Disallow zero length signature algorithmsDr. Stephen Henson2017-03-031-0/+1
* Various fixes required to allow SSL_write/SSL_read during early dataMatt Caswell2017-03-021-9/+11
* Enable the server to call SSL_write() without stopping the ability to call SS...Matt Caswell2017-03-021-1/+6
* Introduce a new early_data state in the state machineMatt Caswell2017-03-021-5/+0
* Only accept early_data if the negotiated ALPN is the sameMatt Caswell2017-03-021-4/+17
* Validate the ticket age for resumed sessionsMatt Caswell2017-03-021-4/+8
* Disallow handshake messages in the middle of early_dataMatt Caswell2017-03-021-0/+6
* Fix changing of the cipher state when dealing with early dataMatt Caswell2017-03-021-3/+15
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-021-3/+9
* Ensure that we never select compression in TLSv1.3Matt Caswell2017-03-021-3/+4
* Initial incomplete TLS 1.3 certificate request support.Dr. Stephen Henson2017-02-271-7/+23
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-127/+176
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-2/+36
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-154/+2
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-231-1/+1
* Store the number of extensions in CLIENTHELLO_MSGBenjamin Kaduk2017-02-231-1/+2