Ensure bn_cmp_words can handle the case where n == 0
[openssl.git] / ssl / ssl_conf.c
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
2018-05-17 Matt CaswellAllow configuation of the number of TLSv1.3 session...
2018-04-24 Matt CaswellImprove backwards compat with 1.0.2 for ECDHParameters
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2017-12-14 Matt CaswellSend a CCS after ServerHello in TLSv1.3 if using middle...
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-08 Tomas MrazIgnore -named_curve auto value to improve backwards...
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-03 Dr. Stephen HensonSSL_CONF support for certificate_authorities
2016-11-28 Emilia KasperTest mac-then-encrypt
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-08-18 Emilia KasperIndent ssl/
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-05 Emilia KasperNew SSL test framework
2016-03-20 Rich SalzRemove #error from include files.
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-03 Emilia KasperRT3234: disable compression
2016-01-10 Kurt RoeckxAllow disabling the min and max version
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-09-03 Rich Salzremove 0 assignments.
2015-07-21 Dr. Stephen Hensonfree names before context
2015-07-21 Dr. Stephen Hensontypo
2015-07-21 Dr. Stephen HensonSSL_CONF additions.
2015-07-18 Dr. Stephen HensonUse uint32_t consistently for flags.
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-08 Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Dr. Stephen HensonSSL_CONF table reorganisation.
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 finale
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen HensonSupport key loading from certificate file
2015-03-25 Rich Salzfree NULL cleanup
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-15 Kurt RoeckxAllow using -SSLv2 again when setting Protocol in the...
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-03-27 Dr. Stephen HensonAdd -no_resumption_on_reneg to SSL_CONF.
2014-01-03 Dr. Stephen HensonAdd ServerInfoFile to SSL_CONF, update docs.
2013-11-13 Krzysztof KwiatkowskiDelete duplicate entry.
2013-11-01 Dr. Stephen HensonAdd -ecdh_single option.
2013-11-01 Dr. Stephen HensonFix warning.
2013-10-22 Dr. Stephen HensonAdd SSL_CONF command to set DH Parameters.
2013-10-22 Dr. Stephen HensonFix argument processing.
2013-10-21 Dr. Stephen HensonConstification.
2013-10-20 Dr. Stephen HensonExtend SSL_CONF
2013-10-20 Dr. Stephen HensonTypo.
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2012-12-07 Dr. Stephen Hensonreally fix automatic ;-)
2012-12-06 Dr. Stephen Hensonfix handling of "automatic" in file mode
2012-12-01 Dr. Stephen Hensonreturn error if Suite B mode is selected and TLS 1...
2012-11-21 Dr. Stephen Hensoncurves can be set in both client and server
2012-11-21 Dr. Stephen Hensonuse correct return values when callin cmd
2012-11-19 Dr. Stephen Hensonfix typo and warning
2012-11-16 Dr. Stephen Hensonadd SSL_CONF functions and documentation