aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
Commit message (Expand)AuthorAgeFilesLines
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+2
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-0/+4
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+1
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+4
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Add some more cleanupsMatt Caswell2017-12-041-0/+4
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+2
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+2
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+10
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+17
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+76
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+10
* Session resume broken switching contextsTodd Short2017-10-041-0/+2
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+4
* make errorsDr. Stephen Henson2017-07-131-0/+2
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-211-0/+1
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-161-0/+2
* Put message strings in state filesRich Salz2017-06-121-86/+44
* make error tables const and separate header fileRich Salz2017-06-071-728/+943
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-0/+2
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-221-0/+1
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-171-0/+1
* Send a missing_extension alert if key_share/supported groups not presentMatt Caswell2017-05-111-0/+2
* TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell2017-05-111-0/+1
* Verify that if we have an HRR then something will changeMatt Caswell2017-05-091-0/+1
* Send the supported_groups extension in EE where applicableMatt Caswell2017-05-081-0/+2
* Extend the SERVERINFO file format to include an extensions contextMatt Caswell2017-05-031-0/+1
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-251-0/+2
* Implement certificate_authorities extensionDr. Stephen Henson2017-03-171-0/+2
* Move parsing and construction of CA names to separate functionsDr. Stephen Henson2017-03-171-0/+1
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-161-0/+4
* Merge early_data_info extension into early_dataMatt Caswell2017-03-161-0/+1
* Update end of early data processing for draft-19Matt Caswell2017-03-161-0/+4
* Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell2017-03-071-0/+1
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-041-0/+2
* Set specific error is we have no valid signature algorithms setDr. Stephen Henson2017-03-031-1/+2
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-1/+1
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-1/+1
* Check max_early_data against the amount of early data we actually receiveMatt Caswell2017-03-021-0/+2
* Construct the server side early_data extensionMatt Caswell2017-03-021-0/+2
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-021-0/+3
* Construct the early_data extensionMatt Caswell2017-03-021-0/+2
* Provide functions to write early dataMatt Caswell2017-03-021-0/+2
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+3
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+2
* Initial incomplete TLS 1.3 certificate request support.Dr. Stephen Henson2017-02-271-0/+1
* Reject compressed point format with TLS 1.3Dr. Stephen Henson2017-02-241-0/+2
* Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx2017-02-231-0/+3