aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-1/+6
* Fix null pointer dereference in ssl_module_initDaniel DeFreez2019-02-111-0/+2
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-073-5/+47
* Update generator copyright year.Viktor Dukhovni2019-01-071-1/+1
* make updateMatt Caswell2019-01-031-1/+1
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-0611-12/+12
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-242-7/+5
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Deallocate previously loaded SSL CONF module dataTomas Mraz2018-08-141-0/+1
* def_load_bio(): Free |biosk| more carefullyRichard Levitte2018-07-241-2/+16
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* NCONF_get_number refix.Pauli2018-07-112-12/+33
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-4/+7
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-2/+2
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-1/+3
* Update copyright yearRichard Levitte2018-04-172-2/+2
* Fix false positives of IS_*() macros for 8-bit ASCII charactersDr. Matthias St. Pierre2018-04-083-34/+45
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-055-1/+200
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-041-3/+5
* Set error code on alloc failuresRich Salz2018-04-032-2/+4
* Remove some codeMatt Caswell2018-03-282-50/+11
* Revise and cleanup; use strict,warningsRich Salz2018-03-193-158/+131
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19
* Add support for .include directive in config filesTomas Mraz2018-03-052-15/+193
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Generate copyright year properlyRich Salz2018-02-132-2/+4
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+4
* Remove parentheses of return.KaoruToda2017-10-182-13/+13
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Move e_os.h to be the very first include.Pauli2017-08-303-4/+3
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* Use "" not <> for internal/ includesRich Salz2017-08-222-2/+2
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Trivial bounds checking.Pauli2017-07-072-22/+20
* Undo commit d420ac2Rich Salz2017-07-052-6/+6
* make error tables const and separate header fileRich Salz2017-06-071-51/+51
* Fix out-of-memory condition in confMatt Caswell2017-03-122-3/+17
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-2/+2
* Constify some conf_mod.c internal methodsFdaSilvaYY2016-06-151-9/+11
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-142-14/+14
* Handle Visual C warning about non-standard function names.Richard Levitte2016-05-261-0/+1
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-3/+13
* Remove unused error/function codes.Rich Salz2016-05-231-10/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-1/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 04/10Rich Salz2016-05-176-324/+32
* Properly own the duplicated stringDmitry-Me2016-05-031-0/+5