Modify libssl to discover supported groups based on available providers
[oweals/openssl.git] / ssl / ssl_lib.c
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-08 Vadim FedorenkoTLSv1.3: additional checks in SSL_set_record_padding_ca...
2020-06-05 Matt CaswellCheck that Signature Algorithms are available before...
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-06 Benjamin KadukFix up whitespace nits introduced by PR #11416
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-09 Matt CaswellEnsure libssl uses the new library context aware CT...
2020-03-27 Matt CaswellIgnore some fetch failures
2020-02-13 Shane LontisFix coverity issues
2020-02-13 Matt CaswellFix a mem leak in libssl
2020-02-07 Matt CaswellFix no-engine
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-22 Matt CaswellIntroduce SSL_CTX_new_with_libex()
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-10-31 John BaldwinSimplify NO_KTLS path in SSL_sendfile.
2019-10-20 raja-ashokFix leak with no-ec config
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16 Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18 Matt CaswellFix a race condition in ciphers handling
2019-06-18 Matt CaswellFix a race condition in supported groups handling
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-11 Todd ShortChange cipher default strings to a function
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-04-19 dyrockCheck if num is 0 before trying to malloc memory. Other...
2019-03-06 Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-02-14 Sam RobertsIgnore cipher suites when setting cipher list
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-01-27 Ping Yuadd an additional async notification communication...
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-12 Matt CaswellSeparate ca_names handling for client and server
2018-11-05 PauliFix return formatting.
2018-11-05 PauliCleanse the key log buffer.
2018-10-03 Richard LevitteRemove SSL_version_str
2018-09-19 Benjamin KadukReset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()
2018-09-07 Matt CaswellDo not reset SNI data in SSL_do_handshake()
2018-09-07 Ben KadukSimplify SSL_get_servername() to avoid session references
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-07 Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-07-26 Benjamin KadukImprove backwards compat for SSL_get_servername()
2018-07-20 Benjamin KadukNormalize SNI hostname handling for SSL and SSL_SESSION
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-07-02 Matt CaswellAdd setters to set the early_data callback
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-05-22 Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-21 Matt CaswellDon't cache stateless tickets in TLSv1.3
2018-05-17 Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-17 Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-11 Matt CaswellFlush server side unauthenticated writes
2018-05-02 Matt CaswellFix SSL_get_shared_ciphers()
2018-05-01 Benjamin KadukFix regression with session cache use by clients
2018-04-17 Matt CaswellFix assertion failure in SSL_set_bio()
2018-04-04 Matt CaswellFix configuration of TLSv1.3 ciphersuites
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-21 Benjamin KadukDo not cache sessions with zero sid_ctx_length when...
2018-03-19 Todd ShortPlace ticket keys into secure memory
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
next