summaryrefslogtreecommitdiff
path: root/crypto/conf/conf_sap.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/conf: gcc build warning fixGang Chen2022-09-091-0/+4
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-021-0/+1
* Resurrect and modernize C++Builder configTanzinul Islam2021-04-191-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ conf symbolsShane Lontis2021-03-181-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add support for passing the libctx to the config loaderShane Lontis2020-03-201-6/+0
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre2019-05-291-1/+1
* OPENSSL_config(): restore error agnosticismRichard Levitte2019-03-201-0/+1
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-5/+18
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+4
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-141-5/+5
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Move dso.h to internalRich Salz2016-03-231-1/+0
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix OPENSSL_config with NULL parameterRoumen Petrov2016-02-181-1/+2
* Fixes to make no-deprecated work againViktor Dukhovni2016-02-141-0/+2
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-6/+4
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Portability fixRich Salz2016-02-091-4/+6
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-2/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+12
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Make OPENSSL_config truly ignore errors.Rich Salz2015-01-251-16/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-35/+35
* RT3488: Update doc for OPENSSL_configRich Salz2014-11-201-0/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson2007-04-091-2/+2
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-231-0/+107