aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-0/+2
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+1
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-1/+2
* Limit the number of KeyUpdate messages we can processMatt Caswell2017-02-171-0/+1
* Actually update the keys when a KeyUpdate message is sent or receivedMatt Caswell2017-02-171-0/+1
* Add the ability for a client to receive a KeyUpdate messageMatt Caswell2017-02-171-0/+2
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-0/+5
* Change tls_choose_sigalg so it can set errors and alerts.Dr. Stephen Henson2017-02-151-0/+1
* Add client side support for parsing Hello Retry RequestMatt Caswell2017-02-141-0/+3
* Add server side support for creating the Hello Retry Request messageMatt Caswell2017-02-141-0/+3
* make errorsDr. Stephen Henson2017-02-021-0/+2
* Implement server side of PSK extension constructionMatt Caswell2017-01-301-0/+1
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-0/+2
* Provide a key_share extension finaliserMatt Caswell2017-01-301-0/+1
* Add support for client side parsing of the PSK extensionMatt Caswell2017-01-301-0/+2
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-0/+1
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+2
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-0/+2
* Add support for key logging callbacks.Cory Benfield2017-01-231-1/+5
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-101-0/+3
* Move Certificate Verify construction and processing into statem_lib.cMatt Caswell2017-01-101-0/+1
* Implement TLSv1.3 style CertificateStatusMatt Caswell2017-01-061-0/+5
* Fix make update issuesMatt Caswell2016-12-081-65/+72
* Move ServerHello extension parsing into the new extension frameworkMatt Caswell2016-12-081-0/+4
* Provide server side extension init and finalisation functionsMatt Caswell2016-12-081-0/+1
* Move client construction of ClientHello extensions into new frameworkMatt Caswell2016-12-081-0/+28
* Move client parsing of ServerHello extensions into new frameworkMatt Caswell2016-12-081-0/+5
* Rename some functionsMatt Caswell2016-12-081-6/+5
* Move ServerHello extension construction into the new extensions frameworkMatt Caswell2016-12-081-0/+21
* Add extensions construction supportMatt Caswell2016-12-081-0/+7