Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / evp / evp_cnf.c
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-04-05 Richard LevitteEVP configuration section: add 'default_properties...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-02-28 Emilia KasperClean up references to FIPS
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-03-23 Rich SalzMove dso.h to internal
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/evp
2012-07-04 Dr. Stephen Hensonadd missing evp_cnf.c file