summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-08-01Fix new_session_cb calls in TLSv1.3Matt Caswell
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-18Remove session checks from SSL_clear()Matt Caswell
2017-07-18Fix SSL_clear() in TLSv1.3Matt Caswell
2017-07-05Error out when forcing an unsupported TLS versionBenjamin Kaduk
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Allow Ed25519 in TLS 1.2Dr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Fix some style issues in returnsMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-05-02TLS1.3 PaddingTodd Short
2017-04-24Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell
2017-04-12CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given secondsRob Percival
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-04-03Tweak a style issueMatt Caswell
2017-04-03Restore s->early_data_state with the original valueTatsuhiro Tsujikawa
2017-04-03Fix a typo in the SSL_get_max_early_data() declarationsKazuki Yamaguchi
2017-03-30Fix early data bug with pause between EoED and CFMatt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
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-02Various fixes required to allow SSL_write/SSL_read during early dataMatt Caswell
2017-03-02Enable the client to call SSL_read() without stopping the ability to call SSL...Matt Caswell
2017-03-02Improve the early data sanity check in SSL_do_handshake()Matt Caswell
2017-03-02Tighten sanity checks when calling early data functionsMatt Caswell