aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/conf.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Add conf.h to the documentation outputDavid Benjamin1-1/+4
2023-07-24Use a stub fopen implementation when OPENSSL_NO_FILESYSTEM is setDavid Benjamin1-2/+0
2023-07-18Support Android's "baremetal" targetDavid Benjamin1-0/+2
2023-05-24Remove variable expansion from CONF fuzzerDavid Benjamin1-0/+1
2023-05-24Test the CONF parser more extensivelyDavid Benjamin1-1/+4
2023-01-17Further const-correct config-based extension creation.David Benjamin1-2/+2
2022-09-14Unexport CONF_parse_list.David Benjamin1-13/+0
2021-07-02conf: don't crash when parsing.Adam Langley1-5/+8
2018-10-17Undo recent changes to |X509V3_EXT_conf_nid|.Adam Langley1-0/+2
2018-10-01Opaquify CONF.David Benjamin1-5/+0
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2017-11-03Add more compatibility symbols for Node.David Benjamin1-8/+4
2017-08-18Run comment conversion script on include/David Benjamin1-46/+46
2017-05-22Convert stack.h to use inline functions.David Benjamin1-0/+2
2017-03-21Fix out-of-memory condition in conf.David Benjamin1-0/+1
2017-01-12Spellcheck our public headers.David Benjamin1-1/+1
2016-10-19Add a no-op |OPENSSL_no_config|.Adam Langley1-0/+3
2016-09-07Fold stack-allocated types into headers.David Benjamin1-4/+0
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-0/+15
2016-03-09Fix the shared library build.David Benjamin1-2/+2
2016-01-26Also add a no-op stub for OPENSSL_config.David Benjamin1-0/+3
2016-01-26Add a few more no-op stubs for cURL compatibility.David Benjamin1-0/+22
2015-07-16Get rid of err function codes.David Benjamin1-4/+0
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-2/+2
2015-04-06Add NCONF_load_bio.Adam Langley1-2/+7
2015-02-11Reset all the error codes.David Benjamin1-7/+7
2015-01-26Fix segfault with empty fields as last in the config.David Benjamin1-1/+2
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin1-1/+1
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+143
2014-06-20Inital import.Adam Langley1-0/+1