Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / ssl / ssl_conf.c
10 days ago Richard LevitteCopyright year updates
2024-01-25 rilyshreplace strstr() with strchr() for single characters
2023-12-19 Tomas MrazConsolidate raising errors in SSL_CONF_cmd()
2023-11-24 Markus MinichmayrAdd option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the...
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-01-30 Steffen NurpmesoSSL_conf_cmd: add support for IgnoreUnexpectedEOF
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-03 Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
2022-05-27 Tomas MrazThe -no_legacy_server_connect option applies to client
2022-05-27 Tomas MrazActually implement UnsafeLegacyServerConnect as documented
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-12 Daniel FialaSSL_conf_cmd: Allow DH Parameters at any position.
2022-01-28 yangyangtiantianlo... apps: Add option -no_ems to s_client/s_server apps
2021-06-15 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-05 Benjamin KadukCorrect ssl_conf logic for "legacy_server_connect"
2021-04-12 Matt CaswellOnly enable KTLS if it is explicitly configured
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellAdd the nist group names as aliases for the normal...
2020-11-18 Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18 Matt CaswellDisable the DHParameters config option in a no-deprecat...
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-21 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
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-02-15 Todd ShortAdd option to disable Extended Master Secret
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-01 Antoine SalonFix usage of deprecated SSL_set_tmp_ecdh()
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
next