aboutsummaryrefslogtreecommitdiffstats
path: root/util/libssl.num
Commit message (Expand)AuthorAgeFilesLines
...
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+1
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+5
* make updateRichard Levitte2018-12-071-500/+500
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-121-0/+1
* Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte2018-09-031-2/+2
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-0/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-1/+1
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-0/+4
* Add setters to set the early_data callbackMatt Caswell2018-07-021-0/+2
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-171-0/+4
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-0/+2
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+2
* Session Ticket app dataTodd Short2018-03-121-0/+3
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+2
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+2
* Add the SSL_stateless() functionMatt Caswell2018-01-241-0/+1
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+3
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-9/+9
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+1
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+3
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+1
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+1
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-0/+1
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+1
* Add support to free/allocate SSL buffersTodd Short2017-07-261-0/+2
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-1/+2
* Add SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-0/+1
* Add SSL_SESSION_set_cipher()Matt Caswell2017-06-211-0/+1
* Add SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-0/+1
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-211-0/+1
* Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell2017-06-211-0/+4
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+1
* Extend the SERVERINFO file format to include an extensions contextMatt Caswell2017-05-031-0/+1
* TLS1.3 PaddingTodd Short2017-05-021-0/+8
* Add support for SSL_SESSION_is_resumable()Matt Caswell2017-04-261-0/+1
* Implement a new custom extensions APIMatt Caswell2017-04-071-0/+1
* update ordinalsDr. Stephen Henson2017-04-031-0/+7
* 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
* Make SSL_write_early_finish() an internal only functionMatt Caswell2017-03-021-4/+3
* Add a SSL_SESSION_get_max_early_data() functionMatt Caswell2017-03-021-0/+1
* Construct the server side early_data extensionMatt Caswell2017-03-021-0/+1
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-021-0/+1
* Provide functions to write early dataMatt Caswell2017-03-021-0/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+4
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-0/+8
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+1
* Add a SSL_get_key_update_type() functionMatt Caswell2017-02-171-0/+1
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-0/+1