aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-102-0/+2
* Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundaryMatt Caswell2017-03-071-0/+1
* Tweak the TLSv1.3 record overflow limitsMatt Caswell2017-03-061-4/+7
* Add basic TLSv1.3 cookie supportMatt Caswell2017-03-042-0/+3
* Set specific error is we have no valid signature algorithms setDr. Stephen Henson2017-03-031-0/+1
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-3/+3
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-5/+6
* Make SSL_write_early_finish() an internal only functionMatt Caswell2017-03-021-1/+0
* Enable the server to call SSL_write() without stopping the ability to call SS...Matt Caswell2017-03-021-2/+2
* Enable the client to call SSL_read() without stopping the ability to call SSL...Matt Caswell2017-03-021-1/+2
* Introduce a new early_data state in the state machineMatt Caswell2017-03-021-1/+2
* Make SSL_get_early_data_status() take a constMatt Caswell2017-03-021-1/+1
* Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a constMatt Caswell2017-03-021-2/+2
* Add a SSL_SESSION_get_max_early_data() functionMatt Caswell2017-03-021-0/+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/+7
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-021-1/+9
* Implement the early data changes required in tls13_change_cipher_state()Matt Caswell2017-03-021-6/+7
* Construct the early_data extensionMatt Caswell2017-03-022-0/+2
* Provide functions to write early dataMatt Caswell2017-03-022-1/+8
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-022-0/+7
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-012-908/+2
* Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte2017-02-282-6/+3
* Code health: Remove another VAX C-ism, globaldef and globalrefRichard Levitte2017-02-281-13/+10
* Clean up references to FIPSEmilia Kasper2017-02-281-5/+1
* Renumber to avoid a error code clashRichard Levitte2017-02-271-1/+1
* Initial incomplete TLS 1.3 certificate request support.Dr. Stephen Henson2017-02-271-0/+1
* Add a null UI methodRichard Levitte2017-02-261-0/+6
* Reject compressed point format with TLS 1.3Dr. Stephen Henson2017-02-241-0/+1
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-2/+4
* Fix duplicate error codesKurt Roeckx2017-02-231-3/+3
* 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/+18
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-3/+4
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+4
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-212-1/+130
* Fix a merge errorMatt Caswell2017-02-171-1/+1
* Don't use an enum in the return type for a public API functionMatt Caswell2017-02-171-9/+7
* 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 a SSL_get_key_update_type() functionMatt Caswell2017-02-171-0/+1
* Add the ability for a client to receive a KeyUpdate messageMatt Caswell2017-02-171-1/+5
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-172-1/+18
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-1/+4
* Fix merge issueMatt Caswell2017-02-151-1/+1
* 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-1/+4
* Add server side support for creating the Hello Retry Request messageMatt Caswell2017-02-142-1/+5
* Add remaining TLS1.3 ciphersuitesDr. Stephen Henson2017-02-081-0/+8