aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses on public macros where appropriate.Bernd Edlinger2017-04-271-43/+46
* Add support for SSL_SESSION_is_resumable()Matt Caswell2017-04-261-0/+1
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-251-0/+1
* Prefix custom extension API callback types with SSL_Matt Caswell2017-04-071-18/+21
* Implement a new custom extensions APIMatt Caswell2017-04-071-9/+36
* Move the extensions context codes into the public APIMatt Caswell2017-04-071-0/+23
* Constify SSL_dup_CA_list()Dr. Stephen Henson2017-04-031-1/+1
* New certificate_authorities functionsDr. Stephen Henson2017-04-031-0/+8
* Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi2017-04-031-1/+1
* Implement certificate_authorities extensionDr. Stephen Henson2017-03-171-0/+1
* 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/+3
* 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-2/+5
* Use the new TLSv1.3 certificate_required alert where appropriateMatt Caswell2017-03-101-0/+1
* 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-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
* Construct the early_data extensionMatt Caswell2017-03-021-0/+1
* Provide functions to write early dataMatt Caswell2017-03-021-1/+7
* Parse the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+6
* 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
* Reject compressed point format with TLS 1.3Dr. Stephen Henson2017-02-241-0/+1
* 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
* 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-171-1/+17
* Fix merge issueMatt Caswell2017-02-151-1/+1