summaryrefslogtreecommitdiffstats
path: root/crypto/store/loader_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Fix error handling at openssl_strerror_rBernd Edlinger2019-06-181-6/+6
* Following the license change, modify the boilerplates in crypto/store/Richard Levitte2018-12-061-1/+1
* crypto/*: address standard-compilance nits.Andy Polyakov2018-07-201-1/+5
* store/loader_file.c: fix char-subscripts warning.Andy Polyakov2018-06-251-3/+3
* store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov2018-03-131-15/+15
* STORE 'file' scheme loader: Add search capibilityRichard Levitte2018-02-231-1/+103
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-231-0/+1
* STORE 'file' scheme loader: Add info type expectationRichard Levitte2018-02-231-1/+18
* STORE: Add the possibility to specify an expected info typeRichard Levitte2018-02-231-1/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-081-2/+2
* Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte2017-09-051-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-291-2/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-1/+2
* Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger2017-07-291-5/+5
* Improve styleBenjamin Kaduk2017-07-271-2/+2
* OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte2017-07-151-3/+7
* OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte2017-07-151-18/+28
* OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte2017-07-151-19/+42
* OSSL_STORE: spell error reason correctlyRichard Levitte2017-07-151-1/+1
* For Windows, use _stat rather than statRichard Levitte2017-07-141-0/+4
* Fix style in crypto/store/loader_file.cRichard Levitte2017-07-141-4/+54
* STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte2017-07-051-10/+26
* STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte2017-07-021-1/+1
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-291-0/+24
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-291-7/+51
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-59/+135
* STORE: add ENGINE information to loadersRichard Levitte2017-06-291-0/+1
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-291-74/+233
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-291-4/+78
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-291-111/+177
* STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2017-06-291-0/+116
* STORE 'file' scheme loader: add support for containersRichard Levitte2017-06-291-46/+111
* Add a STORE loader for the "file" schemeRichard Levitte2017-06-291-0/+583