summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-08Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-04Session resume broken switching contextsTodd Short
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell
2017-07-13make errorsDr. Stephen Henson
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell
2017-06-12Put message strings in state filesRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-05-22Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell
2017-05-17Add a new unsolicited extension error code and add enum tagMatt Caswell
2017-05-11Send a missing_extension alert if key_share/supported groups not presentMatt Caswell
2017-05-11TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell
2017-05-09Verify that if we have an HRR then something will changeMatt Caswell
2017-05-08Send the supported_groups extension in EE where applicableMatt Caswell
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-17Move parsing and construction of CA names to separate functionsDr. Stephen Henson
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-07Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-03Set specific error is we have no valid signature algorithms setDr. Stephen Henson
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Construct the early_data extensionMatt Caswell