]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
Transfer the functionality from ssl3_read_n to the new record layer
[thirdparty/openssl.git] / ssl / ssl_lib.c
2022-08-18  Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-01  Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03  Matt CaswellUpdate copyright year
2022-03-23  PauliFix Coverity 1498611 & 1498608: uninitialised read
2022-03-14  Tomas MrazReplace handling of negative verification result with...
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-02-03  Phus Luadd SSL_get0_iana_groups() & SSL_client_hello_get_exten...
2022-01-19  Paulissl: better support TSAN operations
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07  Matt CaswellDon't free the EVP_PKEY on error in set0_tmp_dh_pkey...
2021-11-15  Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-10-28  x2018fix some code with obvious wrong coding style
2021-07-17  Matt CaswellFix some minor record layer issues
2021-07-16  Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-06-02  Paulitls: remove TODOs
2021-06-01  Trev LarockModify ssl_handshake_hash to call SSLfatal
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-29  Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-19  Benjamin KadukLet SSL_new_session_ticket() enter init immediately
2021-05-17  Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-14  Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-05  Benjamin KadukEnforce secure renegotiation support by default
2021-05-01  FdaSilvaYYssl: fix possible ref counting fields use before init.
2021-04-13  Todd ShortHandle set_alpn_protos inputs better.
2021-04-01  Nan XiaoFix typos in ssl_lib.c
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-09  Shane LontisReword repeated words.
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellEnsure default supported groups works even with no...
2021-02-05  Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-08  Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2020-11-23  Matt CaswellMove some libssl global variables into SSL_CTX
2020-11-20  Richard LevitteSSL: Change SSLerr() to ERR_raise()
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18  Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18  Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-16  Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-13  Ikko AshimineFixed typo in ssl_lib.c
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in ct.h
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-08-24  Shane LontisFix coverity CID #1465795 - Incorrect free deallocator...
2020-08-13  Tomas MrazAvoid segfault in SSL_export_keying_material if there...
2020-08-13  Benjamin KadukMark SSL_CTX_set_ssl_version() as deprecated in 3.0
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-08-03  David WoodhouseDisallow setting more than one IP address with SSL_add1...
2020-08-03  David WoodhouseMake SSL_set1_host() and SSL_add1_host() take IP addresses
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-16  Paulideprecate engines in SSL
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-06  Matt CaswellMove MAC removal responsibility to the various protocol...
2020-07-05  Richard LevitteSSL: fix misuse of ERR_LIB_SYS
2020-07-02  Miłosz KaniewskiFree pre_proc_exts in SSL_free()
2020-06-23  Matt CaswellDon't attempt to duplicate the BIO state in SSL_dup
2020-06-23  Matt CaswellEnsure that SSL_dup copies the min/max protocol version
2020-06-19  Matt CaswellUpdate the various SSL group getting and setting functions
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
next