Clean up references to FIPS
[openssl.git] / ssl / ssl_ciph.c
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...
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-11-30 Dr. Stephen HensonUse digest indices for signature algorithms.
2015-11-30 Dr. Stephen HensonUse digest tables for defaults.
2015-11-27 Dr. Stephen HensonPRF and handshake hash revision.
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-14 Dr. Stephen HensonAdd "TLSv1.0" cipher alias.
2015-11-14 Dr. Stephen HensonDon't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14 Dr. Stephen HensonUse SSL_TLSV1 only if at least TLS v1.0 is needed.
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-04 Dr. Stephen HensonMatch SUITEB strings at start of cipher list.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-14 Dr. Stephen Hensonccm8 support
2015-08-14 Dr. Stephen HensonCCM support.
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-07-30 Dr. Stephen HensonDisable unsupported PSK algorithms
2015-07-30 Dr. Stephen Hensonnew PSK text constants
2015-07-30 Dr. Stephen HensonNew PSK aliases.
2015-06-10 Dr. Stephen HensonTidy disabled algorithm handling.
2015-06-10 Dr. Stephen HensonRestore GOST mac setup.
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-04-22 Dr. Stephen HensonSSL_CIPHER lookup functions.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-23 Matt CaswellFix missing return value checks
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore tweaks for comments due indent issues master-pre-auto-reformat
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
next