]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_ciph.c
Copyright year updates
[thirdparty/openssl.git] / ssl / ssl_ciph.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-02  Hugo Landaulibssl: Make some global mutable structures constant
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-11-27  Hugo LandauMake ssl_cert_info read-only
2023-11-02  Bernd EdlingerFix a possible memory leak in load_builtin_compressions
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07  Matt CaswellCopyright year updates
2023-04-13  Ladislav MarkoFix typo in ssl_ciph.c
2023-02-24  Michael Baentschfirst cut at sigalg loading
2023-02-23  Matt CaswellDon't send ciphersuites twice in QUIC
2022-11-14  J.W. JagersmaCast values to match printf format strings.
2022-10-26  Todd C. Millerssl_cipher_process_rulestr: don't read outside rule_str...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-16  Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-13  slontisCheck for EVP_MD being NULL inside ssl.
2021-11-29  olszomalDon't include any TLSv1.3 ciphersuites that are disabled
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-04  Bernd EdlingerFix a memory leak in ssl_create_cipher_list
2021-10-28  x2018fix some code with obvious wrong coding style
2021-09-30  Erik LaxAllow cipher strings to be given using its standard...
2021-06-02  Paulitls: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-03-30  Paulissl: fix problem where MAC IDs were globally cached.
2021-03-26  Alexander Traudssl/ssl_ciph.c: update format string, again
2021-03-20  Paulissl: fix coverity 1451495: resource leak
2021-02-24  Benjamin KadukRemove disabled TLS 1.3 ciphers from the SSL(_CTX)
2021-02-05  Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellCheck for availability of ciphersuites at run time
2021-01-28  Richard LevitteUpdate copyright year
2021-01-07  Otto HollmannRemove extra space.
2021-01-07  Otto HollmannFixed error and return code.
2021-01-07  Otto HollmannFix set_ciphersuites ignore unknown ciphers.
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-23  Matt CaswellMove some libssl global variables into SSL_CTX
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-09-13  Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-07-16  Paulideprecate engines in SSL
2020-06-04  Otto HollmannAdd cipher list ciphersuites which using encryption...
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-06  Matt CaswellDon't offer or accept ciphersuites that we can't support
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-02  Nikolay MorozovTLS Cipher Suite 0xC102 Support
2020-03-30  Matt CaswellDon't attempt to up-ref an EVP_CIPHER if it is NULL
2020-03-26  Matt CaswellUse a fetched cipher for the TLSv1.3 early secret
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-11-15  raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-15  raja-ashokFix SSL_set_ciphersuites to set even if no call to...
2019-06-11  Todd ShortChange cipher default strings to a function
2019-05-26  Daniël van EedenUpdate format string for ciphers to account for newer...
2019-03-06  Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-01-15  Matt CaswellAdd missing entries in ssl_mac_pkey_id
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-18  Dr. Matthias St... ssl/ssl_ciph.c: make set_ciphersuites static
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-04-04  Matt CaswellFix configuration of TLSv1.3 ciphersuites
2018-04-03  Rich SalzSet error code on alloc failures
2018-03-14  Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-06  Bernd EdlingerStop using unimplemented cipher classes.
2017-12-27  Bernd EdlingerAlternate fix for ../test/recipes/80-test_ssl_old.t...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-30  PauliAdd ARIA as an alias for all ARIA based modes.
2017-08-30  Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-21  PauliFix ctype arguments.
2017-08-03  Matt CaswellMove ossl_assert
2017-07-30  Xiaoyin LiuFix typos in files in ssl directory
2017-07-20  Paul YangSupport converting cipher name to RFC name and vice...
2017-07-13  Dr. Stephen HensonUse certificate tables instead of ssl_cipher_get_cert_i...
2017-07-13  Dr. Stephen HensonAdd certificate properties table.
2017-06-21  Matt CaswellPSK related tweaks based on review feedback
2017-06-21  Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-05-22  Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28  Matt CaswellRemove some commented out code in libssl
2017-02-28  Emilia KasperClean up references to FIPS
2017-02-23  Benjamin KadukLet ssl_get_cipher_by_char yield not-valid ciphers
2017-02-21  PauliImplementation of the ARIA cipher as described in RFC...
2017-02-14  Yuchimem leak on error path and error propagation fix
2017-02-10  Dr. Stephen HensonReplace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
2017-02-08  Dr. Stephen HensonAdd NID_auth_any and NID_kx_any NIDs.
2017-02-08  Dr. Stephen HensonAdd SSL_kANY and SSL_aANY
2017-01-30  Matt CaswellAlways ensure that session->cipher is set
2017-01-30  Matt CaswellImplement Server side of PSK extension parsing
2017-01-25  FdaSilvaYYFix a few misspellings.
2016-11-16  Matt CaswellRemove a hack from ssl_test_old
2016-11-04  Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04  Matt CaswellConvert master_secret_size code to size_t
2016-11-02  David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02  Matt CaswellUse ciphersuite id when matching if we've got one
2016-08-26  Rich SalzRemove trailing zeros
next