aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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