Add cipher list ciphersuites which using encryption algorithm in mode CBC.
[openssl.git] / ssl / ssl_ciph.c
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
2016-08-18 Emilia KasperIndent ssl/
2016-08-06 JimCFix CIPHER_DEBUG
2016-07-22 Richard LevitteHave load_buildtin_compression in ssl/ssl_ciph.c return...
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-03-22 Kurt RoeckxCheck algo_strength using SSL_STRONG_MASK
2016-03-20 Rich SalzRemove #error from include files.
2016-03-17 Viktor DukhovniReport TLS 1.0 as backwards-compatible TLSv1
2016-03-17 Rich SalzSort cipher-list at runtime.
2016-03-12 Emilia KasperFix no-comp build
2016-03-09 Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09 Kurt RoeckxRemove DES cipher alias
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09 Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09 Kurt RoeckxRemove unused code
2016-03-09 Todd ShortFix SSL_CIPHER_get_auth_nid return
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-08 Todd ShortAdd cipher query functions
2016-03-07 Emilia KasperRework the default cipherlist.
2016-03-04 Kurt RoeckxDon't mark the eNULL ciphers as non-default.
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-18 Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-10 Todd ShortAdd CHACHA20 alias for ciphers.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-11 Rich SalzGH528: "cipher -v" output is confusing.
2016-01-07 Rich Salzmem functions cleanup
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-19 Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-12-17 Matt CaswellAdd SSL_CIPHER_description() for Chacha20/Poly1305
2015-12-10 Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
next