Fix no-psk
[openssl.git] / ssl / ssl_lib.c
2018-03-19 Tomas MrazApply system_default configuration on SSL_CTX_new().
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-16 Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-14 Matt CaswellPut the default set of TLSv1.3 ciphersuites in a header...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-12 Todd ShortSession Ticket app data
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-05 Matt CaswellAdd X448/Ed448 support to libssl
2018-03-01 Benjamin KadukDo not set a nonzero default max_early_data
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-12 Matt CaswellThe function ssl_get_min_max_version() can fail
2018-02-01 Todd ShortFree pha_dgst in SSL_clear()
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-24 Matt CaswellFix the SSL_stateless() return code
2018-01-24 Matt CaswellFix interaction between SSL_stateless() and SSL_clear()
2018-01-24 Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24 Matt CaswellAdd the SSL_stateless() function
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2017-12-28 Matt CaswellDisable partial writes for early data
2017-12-28 Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-04 Matt CaswellFix some formatting nits
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-30 Benjamin KadukUse atomics for SSL_CTX statistics
2017-10-26 Paul YangSimplify the stack reservation
2017-10-25 Bernd EdlingerFix error handling in SSL_new
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-27 PauliAdd stack space reservations.
2017-09-23 Kurt RoeckxUse size of entries, not size of the pointer.
2017-09-22 Dr. Stephen HensonStore groups as uint16_t
2017-09-21 Dr. Matthias St... Cleanup whitespace in ssl_lib.c (tabs to spaces)
2017-09-20 Dr. Stephen HensonAllow use of RSA-PSS certificates in TLS 1.2
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-15 Benjamin KadukAdd SSL_get_pending_cipher()
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Matt CaswellMove ossl_assert
2017-08-01 Matt CaswellFix new_session_cb calls in TLSv1.3
2017-07-28 Paul YangMake SSL_set_tlsext_host_name no effect from server...
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-18 Matt CaswellRemove session checks from SSL_clear()
2017-07-18 Matt CaswellFix SSL_clear() in TLSv1.3
2017-07-05 Benjamin KadukError out when forcing an unsupported TLS version
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Dr. Stephen HensonAllow Ed25519 in TLS 1.2
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellFix some style issues in returns
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-10 Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-24 Matt CaswellDon't fail the connection in SSLv3 if server selects...
2017-04-12 Rob PercivalCT_POLICY_EVAL_CTX_set_time expects milliseconds, but...
2017-04-03 Dr. Stephen HensonNew certificate_authorities functions
2017-04-03 Matt CaswellTweak a style issue
2017-04-03 Tatsuhiro TsujikawaRestore s->early_data_state with the original value
2017-04-03 Kazuki YamaguchiFix a typo in the SSL_get_max_early_data() declarations
2017-03-30 Matt CaswellFix early data bug with pause between EoED and CF
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02 Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02 Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02 Matt CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02 Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02 Matt CaswellImprove the early data sanity check in SSL_do_handshake()
2017-03-02 Matt CaswellTighten sanity checks when calling early data functions
2017-03-02 Matt CaswellMake SSL_get_early_data_status() take a const
2017-03-02 Matt CaswellMake SSL_get_max_early_data() and SSL_CTX_get_max_early...
next