summaryrefslogtreecommitdiffstats
path: root/util/libssl.num
AgeCommit message (Expand)Author
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-24Add the SSL_stateless() functionMatt Caswell
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-05-02TLS1.3 PaddingTodd Short
2017-04-26Add support for SSL_SESSION_is_resumable()Matt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-03update ordinalsDr. Stephen Henson
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-17Add a SSL_get_key_update_type() functionMatt Caswell
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell
2017-01-30make updateDr. Stephen Henson
2017-01-23Add support for key logging callbacks.Cory Benfield
2016-11-16Remove a hack from ssl_test_oldMatt Caswell