]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
test/ssl_old_test.c: Add check for OPENSSL_malloc
[thirdparty/openssl.git] / ssl /
2022-06-10  Tomas Mrazadd_provider_groups: Clean up algorithm pointer on...
2022-06-03  Tomas MrazFix strict client chain check with TLS-1.3
2022-06-03  Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
2022-06-03  Tomas MrazAdd a test_ssl_new testcase
2022-06-03  Tomas MrazFirst working empty protocol test
2022-06-03  Tomas MrazAdd empty implementations of quic method functions
2022-06-02  Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-05-27  Tomas MrazThe -no_legacy_server_connect option applies to client
2022-05-27  Tomas MrazActually implement UnsafeLegacyServerConnect as documented
2022-05-27  Hugo LandauQUIC wire format support
2022-05-26  Peiwei HuFix check of dtls1_process_record
2022-05-24  Dmitry BelyavskiyUse safe pattern for buffer size determining in case...
2022-05-24  Bernd EdlingerFix a crash in ssl_security_cert_chain
2022-05-24  Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-23  Kijin KimAdd more SRTP protection profiles
2022-05-19  PauliFix coverity 1504433: unchecked return value
2022-05-16  Zhou QingyangAdd return value check of EVP_PKEY_copy_parameters...
2022-05-10  Dr. Matthias St... err: get rid of err_free_strings_int()
2022-05-09  basaveshFix leakage when the cacheline is 32-bytes in CBC_MAC_R...
2022-05-08  Paulitls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security...
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-14  Bernd EdlingerFix an assertion in the DTLS server code
2022-04-12  Daniel FialaSSL_conf_cmd: Allow DH Parameters at any position.
2022-04-06  Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06  Daiki UenoKTLS: Enable KTLS for receiving as well in TLS 1.3
2022-04-06  Daiki UenoKTLS: Handle TLS 1.3 in ssl3_get_record.
2022-04-06  John BaldwinKTLS: Add using_ktls helper variable in ssl3_get_record().
2022-04-06  John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-03-30  Tomas Mraztls_process_server_hello: Disallow repeated HRR
2022-03-25  Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-23  PauliFix Coverity 1498611 & 1498608: uninitialised read
2022-03-18  David Carlierprint SSL session, fix build warnings on OpenBSD.
2022-03-14  Tomas MrazReplace handling of negative verification result with...
2022-03-01  Nicola Tuveri[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersu...
2022-03-01  Nicola Tuveri[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
2022-02-17  Tomas MrazAdd back check for the DH public key size
2022-02-11  Bernd EdlingerCleanup record length checks for KTLS
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-04  John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2022-02-03  Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-02-01  yangyangtiantianlo... Update the comment on ssl3_write_pending()
2022-02-01  yangyangtiantianlo... Revert dropped usage of var thiswr in do_ssl3_write()
2022-01-28  yangyangtiantianlo... apps: Add option -no_ems to s_client/s_server apps
2022-01-19  Paulissl: better support TSAN operations
2022-01-18  Paulissl: replace ;; with ; as statement separator
2022-01-17  Dmytro Podgornyissl/t1_enc: Fix kTLS RX offload path
2022-01-09  yangyangtiantianlo... Delete unused param about get_construct_message_f
2022-01-08  KanUpdate alert to common protocol
2022-01-07  Peiwei HuFix: some patches related to error exiting
2022-01-07  xkernelfix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
2022-01-07  xkernelproperly free the resource from EVP_MD_CTX_new() at...
2022-01-06  xkernelproperly free the resource from CRYPTO_malloc
2022-01-05  Dimitris ApostolouFix typos
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-14  Matt CaswellFix invalid handling of verify errors in libssl
2021-12-07  Matt CaswellDon't free the EVP_PKEY on error in set0_tmp_dh_pkey...
2021-11-29  Dmitry BelyavskiyNo EtM for GOST ciphers in TLS 1.2
2021-11-29  olszomalDon't include any TLSv1.3 ciphersuites that are disabled
2021-11-26  Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-17  Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-16  Peiwei HuBIO_read_filename: fix return check
2021-11-16  Peiwei HuRAND_bytes_ex: fix return check
2021-11-15  Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-11-12  PauliAdd return value NULL checks that were missing
2021-11-08  Tianjia ZhangKTLS: use EVP_CIPHER_is_a instead of nid
2021-11-04  Bernd EdlingerFix a memory leak in ssl_create_cipher_list
2021-11-04  Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-27  x2018free the Post-Handshake Auth digest when there is an...
2021-10-11  Matt CaswellNew extensions can be sent in a certificate request
2021-10-06  Bernd EdlingerReplace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.c
2021-10-04  Dr. David von OheimbFix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
2021-09-30  Erik LaxAllow cipher strings to be given using its standard...
2021-09-28  Tianjia Zhangssl: Correct comment for ssl3_read_bytes()
2021-09-26  Tianjia Zhangssl: Correct filename in README
2021-09-24  Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-09-24  Paulidoc: document the change to the security level of CCM8...
2021-09-24  Paulitls: reduce the strength of CCM_8 ciphers due to their...
2021-09-23  slontisChange TLS RC4 cipher strength check to be data driven.
2021-09-07  Richard LevitteUpdate copyright year
2021-09-02  Daniel BeveniusFix indentation of tls13_hkdf_expand parameters
2021-08-31  Tomas MrazMake the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-25  Bernd EdlingerFix the array size of dtlsseq in tls1_enc
2021-08-18  Todd ShortFix state name abbreviation
2021-08-16  Todd ShortFix potential double-free
2021-08-11  Dmitry BelyavskiyOmitted signature_algorithms extension alerts updated
2021-08-05  Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-29  yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29  Matt CaswellUpdate copyright year
2021-07-28  Todd ShortAdd missing session timeout calc
2021-07-27  Tomas MrazKTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels,...
2021-07-21  Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-07-17  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-06  Matt CaswellAvoid "excessive message size" for session tickets
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
next