aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/loader_file.c
Commit message (Expand)AuthorAgeFilesLines
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-1667/+0
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-1/+1
* OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed triesDr. David von Oheimb2020-08-191-7/+20
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-1/+1
* Add X509 related libctx changes.Shane Lontis2020-07-241-39/+59
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Fix CID 1465214 Resource leak (in file_load.c)Shane Lontis2020-07-081-1/+3
* Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()Dr. David von Oheimb2020-06-081-31/+36
* Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -lDr. David von Oheimb2020-06-081-9/+9
* STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte2020-05-201-0/+37
* Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733Dr. David von Oheimb2020-05-131-0/+1
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-131-0/+86
* OSSL_STORE: Better information when prompting for pass phrasesRichard Levitte2020-05-131-39/+48
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-131-55/+68
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-151-14/+48
* OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte2019-11-031-1/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* 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-301-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