Better check of return values from app_isdir and app_access
[openssl.git] / ssl /
2018-04-25 Matt CaswellFix the MAX_CURVELIST definition
2018-04-24 Matt CaswellIn a reneg use the same client_version we used last...
2018-04-24 Matt CaswellAllow TLSv1.3 EC certs to use compressed points
2018-04-24 Matt CaswellRemove some logically dead code
2018-04-24 Matt CaswellImprove backwards compat with 1.0.2 for ECDHParameters
2018-04-20 Matt CaswellFix SSL_pending() for DTLS
2018-04-20 Matt CaswellMake sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE
2018-04-18 Peter WuAdd support for logging early exporter secret
2018-04-18 Peter WuAdd support for logging TLS 1.3 exporter secret
2018-04-17 Matt CaswellCheck the return from EVP_PKEY_get0_DH()
2018-04-17 Matt CaswellFix assertion failure in SSL_set_bio()
2018-04-17 Matt CaswellMake sure info callback knows about all handshake start...
2018-04-17 Matt CaswellCall the info callback on all handshake done events
2018-04-17 Matt CaswellIgnore the status_request extension in a resumption...
2018-04-17 Bernd EdlingerAdd a config option to disable automatic config loading
2018-04-17 Richard LevitteUpdate copyright year
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04 Matt CaswellFix configuration of TLSv1.3 ciphersuites
2018-04-04 cedralVisual Studio 2017 debug build warning error on 32...
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-30 Matt CaswellRevert commit 4a56d9a2
2018-03-30 Matt CaswellGOST MAC algorithms don't support EVP_PKEY_new_raw_priv...
2018-03-30 Matt CaswellUpdate trace code to know about GOST ciphersuites
2018-03-28 Rich SalzRewrite the X509->alert mapping code
2018-03-28 Matt CaswellTolerate a Certificate using a non-supported group...
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Philippe Antoinestatem/statem_clnt.c: omit redundant check in tls_const...
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-27 Matt CaswellAssert that alpn_selected is NULL before we assign it
2018-03-25 Philippe AntoineAdds multiple checks to avoid buffer over reads
2018-03-21 FdaSilvaYYUnify s_client/s_server srtp profiles option handling
2018-03-21 Philippe AntoineFixes integer underflow with SSL_trace support
2018-03-21 Matt CaswellDon't wait for dry at the end of a handshake
2018-03-21 Matt CaswellCheck for alerts while waiting for a dry event
2018-03-21 Peter WuFix stack-use-after-scope
2018-03-21 Benjamin KadukDo not cache sessions with zero sid_ctx_length when...
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Todd ShortPlace ticket keys into secure memory
2018-03-19 Matt CaswellFix no-psk
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-19 Bernd EdlingerFix a crash in SSLfatal due to invalid enc_write_ctx
2018-03-19 Matt CaswellAdd an anti-replay mechanism
2018-03-19 Matt CaswellDon't update the session cache when processing a client...
2018-03-19 Matt CaswellAlways call the new_session_cb when issuing a NewSessio...
2018-03-17 Dr. Matthias St... Fix miscellaneous typos in docs and source
2018-03-17 Bernd EdlingerFix a memory leak in tls1_mac
2018-03-17 Bernd EdlingerFix a memory leak in n_ssl3_mac
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-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15 Matt CaswellOnly update the server session cache when the session...
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-14 Matt CaswellOnly allow supported_versions in a TLSv1.3 ServerHello
2018-03-14 Matt CaswellUse the TLSv1.3 record header as AAD
2018-03-13 Tim Hudsonupdate SRP copyright notice
2018-03-12 Matt CaswellFix enable-ssl-trace
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 Todd ShortSession Ticket app data
2018-03-09 Benjamin KadukReuse extension_is_relevant() in should_add_extension()
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-09 Matt CaswellFallback on old style PSK callbacks if the new style...
2018-03-09 Matt CaswellTolerate TLSv1.3 PSKs that are a different size to...
2018-03-08 FdaSilvaYYDuplicate entries ssl_handshake_tbl trace entries...
2018-03-05 Todd ShortIf not sending key_share (no TLSv1.3), return appropria...
2018-03-05 Matt CaswellFix status_request and SCT extensions
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-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-23 Rich SalzRemove OSSLzu, and fix the one place that used it.
2018-02-23 PauliRemove unreachable statement.
2018-02-21 Matt CaswellSanity check the ticket length before using key name/IV
2018-02-19 Matt CaswellThe record version for ClientHello2 should be TLS1.2
2018-02-15 Matt CaswellIf s->ctx is NULL then this is an internal error
2018-02-14 Matt CaswellIgnore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-12 Matt CaswellThe function ssl_get_min_max_version() can fail
2018-02-12 Matt CaswellDon't overestimate the ticket age
2018-02-09 Bernd EdlingerSwap the check in ssl3_write_pending to avoid using
2018-02-09 Matt CaswellDon't calculate the Finished MAC twice
2018-02-02 Tatsuhiro TsujikawaMake sure that exporting keying material is allowed
2018-02-02 Tatsuhiro TsujikawaRemove generation of exporter master secret on client...
2018-02-02 Tatsuhiro TsujikawaGenerate exporter_master_secret after server Finished
2018-02-01 Todd ShortFix some minor code nits
2018-02-01 Todd ShortFree pha_dgst in SSL_clear()
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-02-01 Matt CaswellFix some instances of the wrong alert type being sent
2018-01-30 Matt CaswellMove decisions about whether to accept reneg into the...
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-26 Benjamin KadukFix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
2018-01-26 Benjamin KadukFix uninitialized read in sigalg parsing code
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25 Benjamin KadukPropagate TLS 1.3 sigalgs through tls1_set_sigalgs()
2018-01-25 Benjamin KadukAdd TLS 1.3 draft-23 PSS signature algorithms
next