ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 method
[openssl.git] / ssl /
2018-05-21 Tilman Keskinözssl/ssl_txt: fix NULL-check
2018-05-15 Matt CaswellMark DTLS records as read when we have finished with...
2018-05-12 Matt CaswellDon't memcpy the contents of an empty fragment
2018-05-11 Matt CaswellKeep the DTLS timer running after the end of the handsh...
2018-05-11 Matt CaswellOnly auto-retry for DTLS if configured to do so
2018-05-11 Matt CaswellDon't fail on an out-of-order CCS in DTLS
2018-05-02 Matt CaswellFix comment in ssl_locl.h
2018-05-02 Matt CaswellFix SSL_get_shared_ciphers()
2018-05-01 Benjamin KadukFix regression with session cache use by clients
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 intermediate CAs to use RSA PSS in 1.1.0
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 CaswellFix the alert sent if no shared sig algs
2018-04-18 Matt CaswellCheck the return from EVP_PKEY_get0_DH()
2018-04-17 Matt CaswellFix assertion failure in SSL_set_bio()
2018-04-17 Matt CaswellIgnore the status_request extension in a resumption...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04 cedralfix build error in 32 bit debug build
2018-03-28 Matt CaswellTolerate a Certificate using a non-supported group...
2018-03-27 Philippe AntoineAdds multiple checks to avoid buffer over reads
2018-03-27 Matt CaswellUpdate copyright year
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 Benjamin KadukDo not cache sessions with zero sid_ctx_length when...
2018-03-17 Bernd EdlingerFix a memory leak in tls1_mac
2018-03-17 Bernd EdlingerFix a memory leak in n_ssl3_mac
2018-02-21 Matt CaswellSanity check the ticket length before using key name/IV
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-01-30 Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-30 Matt CaswellMake sure we check an incoming reneg ClientHello in...
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-09 Matt CaswellTolerate DTLS alerts with an incorrect version number
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-16 Bernd EdlingerFix invalid function type casts.
2017-12-11 Matt CaswellFix a switch statement fallthrough
2017-12-10 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-12-08 Daniel BeveniusCorrect minor typo in ssl_locl.h comment
2017-12-08 Richard LevitteIn OPENSSL_init_ssl(), run the base ssl init before...
2017-11-07 Matt CaswellMark a zero length record as read
2017-10-05 Emilia KasperTest mac-then-encrypt
2017-10-05 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2017-10-04 Matt CaswellRemove an incorrect comment
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-15 Benjamin KadukError out when forcing an unsupported TLS version
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-21 PauliFix ctype arguments.
2017-08-16 Todd ShortReorder extensions to put SigAlgs last
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-08-03 Lingmo ZhuRemove the obsolete misleading comment and code related...
2017-07-31 Xiaoyin LiuFix errors in SSL_state_string_long
2017-07-14 Bernd EdlingerFix gcc-7 warnings about missing fall thru comments.
2017-07-09 Richard LevitteFix cipher_compare
2017-06-22 David BenjaminFix the names of ChaCha20-Poly1305 cipher suites in...
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21 Matt CaswellDon't fail the connection in SSLv3 if server selects...
2017-06-14 Todd ShortFix ex_data and session_dup issues
2017-06-09 Rich Salzfix broken implementations of GOST ciphersuites
2017-06-08 Tomas MrazIgnore -named_curve auto value to improve backwards...
2017-06-08 Diego Santa CruzUse memset to clear SRP_CTX instead of NULL and zero...
2017-06-08 Diego Santa CruzMake SRP_CTX.info ownership and lifetime be the same...
2017-05-26 Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-10 Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-09 Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-04-26 Rob PercivalCT_POLICY_EVAL_CTX_set_time expects milliseconds, but...
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-04-13 Richard LevitteASN.1: adapt SSL_SESSION_ASN1 by explicitely embedding...
2017-04-11 Todd ShortRemove ECDH(E) ciphers from SSLv3
2017-04-11 Rich SalzAdditional check to handle BAD SSL_write retry
2017-04-11 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-04 Richard LevitteConvert SSL_SESSION_ASN1 to use size specific integers
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYFix a few more typos
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-10 PauliUse the callbacks from the SSL object instead of the...
2017-03-10 Bernd EdlingerAvoid questionable use of the value of a pointer that...
2017-03-08 Roberto Guimaraesprevent undefined behavior when src and dst are equal
2017-03-07 Matt CaswellProvide a function to test whether we have unread recor...
2017-03-07 Rich SalzGet pointer type right in BIO_ssl_shutdown()
2017-03-02 Jon SpillettCheck for zero records and return immediately
2017-02-22 Bernd EdlingerAdd some more consistency checks in tls_decrypt_ticket.
2017-02-21 Bernd EdlingerFix i2d_SSL_SESSION pp output parameter should point...
2017-02-16 Matt CaswellRemove an OPENSSL_assert() and replace with a soft...
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-15 Bernd EdlingerRework error handling of custom_ext_meth_add towards...
2017-02-14 Bernd EdlingerUse TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.
2017-02-14 Yuchimem leak on error path and error propagation fix
2017-02-10 David BenjaminDon't read uninitialised data for short session IDs.
2017-02-04 Bernd EdlingerCombined patch against OpenSSL_1_1_0-stable branch...
2017-02-04 Todd ShortMajority rules, use session_ctx vs initial_ctx
2017-01-28 Richard LevitteCorrect pointer to be freed
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
next