Fix test code to not assume NUL terminated strings
[openssl.git] / ssl /
2021-08-16 Todd ShortFix potential double-free
2021-07-20 Matt CaswellFix some minor record layer issues
2021-07-16 Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-07-16 Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
2021-07-12 Matt CaswellAvoid "excessive message size" for session tickets
2021-07-08 Paulissl: do not choose auto DH groups that are weaker than...
2021-06-04 Matt CaswellOnly call dtls1_start_timer() once
2021-06-02 Trev LarockModify ssl_handshake_hash to call SSLfatal
2021-05-29 Tomas MrazPut init_ec_point_formats() inside #ifndef OPENSSL_NO_EC
2021-05-27 Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-14 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-14 Benjamin Kadukmake update
2021-05-14 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-06 Dmitry BelyavskiyAvoid sending alerts after shutdown
2021-05-04 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-13 Todd ShortHandle set_alpn_protos inputs better.
2021-03-30 Nan XiaoFix BIO_new_ssl_connect() to not leak memory
2021-03-25 Matt CaswellUpdate copyright year
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25 Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-22 Chenglong ZhangFix missing INVALID_EXTENSION
2021-03-18 Paulissl: fix coverity 1451515: out of bounds memory access
2021-02-16 Matt CaswellUpdate copyright year
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-01-08 anupamam13Fix for negative return value from `SSL_CTX_sess_accept()`
2021-01-08 Matt CaswellEnsure DTLS free functions can handle NULL
2020-12-10 Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-08 Matt CaswellUpdate copyright year
2020-12-02 Benjamin KadukFix comment in do_dtls1_write()
2020-10-29 Benjamin KadukUnify ssl3_get_cipher_by_std_name() implementation
2020-10-29 hklaasoptimise ssl3_get_cipher_by_std_name()
2020-10-26 Matt CaswellEnsure we raise SSLfatal on error
2020-10-20 Tomas MrazAvoid potential doublefree on dh object assigned to...
2020-10-16 Matt CaswellPass an EVP_PKEY for SSL_SECOP_TMP_DH in the security...
2020-10-13 Ikko AshimineFixed typo in ssl_lib.c
2020-10-06 Benny BaumannUse size of target buffer for allocation
2020-09-22 Matt CaswellUpdate copyright year
2020-09-21 Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-21 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-07 Shane LontisCoverity Fixes
2020-08-13 Tomas MrazAvoid segfault in SSL_export_keying_material if there...
2020-07-22 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-02 Miłosz KaniewskiFree pre_proc_exts in SSL_free()
2020-06-30 Matt CaswellDon't attempt to duplicate the BIO state in SSL_dup
2020-06-30 Matt CaswellEnsure that SSL_dup copies the min/max protocol version
2020-06-17 Hubert Kariouse safe primes in ssl_get_auto_dh()
2020-06-11 Tomas MrazDo not allow dropping Extended Master Secret extension...
2020-05-20 Tomas Mrazt1_trce: Fix remaining places where the 24 bit shift...
2020-05-15 raja-ashokFix crash in early data send with out-of-band PSK using...
2020-05-15 Matt CaswellCorrect alignment calculation in ssl3_setup_write
2020-05-07 Dr. Matthias St... Fix use-after-free in BIO_C_SET_SSL callback
2020-04-21 Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
2020-03-25 Tomas MrazPartially revert "Detect EOF while reading in libssl"
2020-03-17 Matt CaswellUpdate copyright year
2020-03-13 Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13 Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-03-13 Benjamin KadukFix whitespace nit in ssl_generate_master_secret()
2020-02-20 Matt CaswellDetect EOF while reading in libssl
2020-02-19 Simon CornishHandle max_fragment_length overflow for DTLS
2020-02-16 Kurt RoeckxCheck that ed25519 and ed448 are allowed by the securit...
2020-01-30 Matt CaswellDon't acknowledge a servername following warning alert...
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2020-01-25 Kurt RoeckxCheck that the default signature type is allowed
2020-01-21 Bernd EdlingerFix TLS not using aes_cbc_hmac_sha ciphers
2020-01-02 dcruetteUpdate tls13_enc.c
2019-12-14 Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-11 Veres LajosFix some typos
2019-11-22 Benjamin KadukFix a race condition in SNI handling
2019-11-12 Richard LevitteSSL: Document SSL_add_{file,dir}_cert_subjects_to_stack()
2019-11-11 Ido Ben-NatanFix misspelled resumption_label for CHARSET_EBCDIC
2019-11-10 Dmitry BelyavskiyWorkaround for Windows-based GOST implementations
2019-10-10 Artiom Vaskovssl/statem/statem_lib.c: make servercontext/clientconte...
2019-10-07 Matt CaswellSend bad_record_mac instead of decryption_failed
2019-10-03 NaveenShivanna86'init_buf' memory can be freed when DTLS is used over...
2019-10-03 Daniil ZotkinDo not print extensions in Certificate message for...
2019-09-27 Dr. Matthias St... Fix header file include guard names
2019-09-27 Dr. Matthias St... Reorganize local header files
2019-09-10 Matt CaswellUpdate copyright year
2019-09-06 Matt CaswellDon't send a status_request extension in a CertificateR...
2019-09-04 raja-ashokFix SSL_set_ciphersuites to set even if no call to...
2019-09-04 David WoodhouseFix bogus check for EVP_PKEY mandatory digest in check_...
2019-08-14 Matt CaswellFix SSL_check_chain()
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-05 Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
2019-08-01 raja-ashokUse allow_early_data_cb from SSL instead of SSL_CTX
2019-07-25 David BenjaminDon't generate an unnecessary Diffie-Hellman key in...
2019-07-17 Matt CaswellFix the return value for SSL_get0_chain_certs()
2019-07-16 Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-16 PauliRemove DRBG from SSL structure.
2019-06-26 Benjamin KadukMove 'shared_sigalgs' from cert_st to ssl_st
2019-06-26 Benjamin KadukRevert "Delay setting the sig algs until after the...
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-03 Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-05-30 agnosticdevissue-8998: Ensure that the alert is generated and...
2019-05-28 Richard LevitteUpdate copyright year
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-04-19 dyrockCheck if num is 0 before trying to malloc memory. Other...
next