summaryrefslogtreecommitdiffstats
path: root/crypto/store
AgeCommit message (Expand)Author
2018-02-23STORE 'file' scheme loader: Add info type expectationRichard Levitte
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte
2018-02-23STORE: In preparation for coming work, mark when loading is startedRichard Levitte
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-09-05Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-15Clear error stack on successful OSSL_STORE_open()Richard Levitte
2017-07-29Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger
2017-07-27Improve styleBenjamin Kaduk
2017-07-27Fixups for STORE commitBenjamin Kaduk
2017-07-15OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte
2017-07-15OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte
2017-07-14For Windows, use _stat rather than statRichard Levitte
2017-07-14Fix style in crypto/store/loader_file.cRichard Levitte
2017-07-05STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte
2017-07-04STORE: fix possible memory leakRichard Levitte
2017-07-03Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte
2017-07-02STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29STORE: simplify store_loader_cmp()Richard Levitte
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2016-02-10Remove store.Rich Salz
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-23Fix store with opaque dataTodd Short
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz