aboutsummaryrefslogtreecommitdiff
path: root/crypto/store
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre4-6/+6
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+3
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-1/+1
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-79/+2
2019-07-02Fix TyposAntoine Cœur1-2/+2
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-06-18Fix error handling at openssl_strerror_rBernd Edlinger1-6/+6
2018-12-06Following the license change, modify the boilerplates in crypto/store/Richard Levitte7-7/+7
2018-07-20crypto/*: address standard-compilance nits.Andy Polyakov1-1/+5
2018-06-25store/loader_file.c: fix char-subscripts warning.Andy Polyakov1-3/+3
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-13store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov1-15/+15
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte2-1/+108
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte5-1/+197
2018-02-23STORE 'file' scheme loader: Add info type expectationRichard Levitte1-1/+18
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte5-2/+52
2018-02-23STORE: In preparation for coming work, mark when loading is startedRichard Levitte1-1/+5
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte1-3/+9
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2017-12-08Address some code-analysis issues.FdaSilvaYY1-2/+2
2017-09-05Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte1-1/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli2-5/+2
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli2-5/+6
2017-08-15Clear error stack on successful OSSL_STORE_open()Richard Levitte1-5/+16
2017-07-29Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger1-5/+5
2017-07-27Improve styleBenjamin Kaduk1-2/+2
2017-07-27Fixups for STORE commitBenjamin Kaduk2-3/+2
2017-07-15OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte1-3/+7
2017-07-15OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte1-18/+28
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte2-28/+76
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte2-3/+3
2017-07-14For Windows, use _stat rather than statRichard Levitte1-0/+4
2017-07-14Fix style in crypto/store/loader_file.cRichard Levitte1-4/+54
2017-07-05STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte1-10/+26
2017-07-04STORE: fix possible memory leakRichard Levitte1-6/+6
2017-07-03Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte1-0/+3
2017-07-02STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte1-1/+1
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte2-0/+10
2017-06-29STORE: simplify store_loader_cmp()Richard Levitte1-5/+2
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte4-0/+80
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte2-7/+52
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte1-59/+135
2017-06-29STORE: add ENGINE information to loadersRichard Levitte3-1/+22
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2-74/+235
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2-4/+82