summaryrefslogtreecommitdiff
path: root/crypto/store
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* 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-232-1/+108
* STORE: Add the possibility to search for specific informationRichard Levitte2018-02-235-1/+197
* 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-235-2/+52
* STORE: In preparation for coming work, mark when loading is startedRichard Levitte2018-02-231-1/+5
* OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte2018-02-141-3/+9
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* 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
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-302-5/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-222-5/+6
* Clear error stack on successful OSSL_STORE_open()Richard Levitte2017-08-151-5/+16
* Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger2017-07-291-5/+5
* Improve styleBenjamin Kaduk2017-07-271-2/+2
* Fixups for STORE commitBenjamin Kaduk2017-07-272-3/+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-152-28/+76
* OSSL_STORE: spell error reason correctlyRichard Levitte2017-07-152-3/+3
* 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: fix possible memory leakRichard Levitte2017-07-041-6/+6
* Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte2017-07-031-0/+3
* STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte2017-07-021-1/+1
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-292-0/+10
* STORE: simplify store_loader_cmp()Richard Levitte2017-06-291-5/+2
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-294-0/+80
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-292-7/+52
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-59/+135
* STORE: add ENGINE information to loadersRichard Levitte2017-06-293-1/+22
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-292-74/+235
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-292-4/+82
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-292-111/+179
* STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte2017-06-293-1/+69
* STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2017-06-292-0/+122
* STORE 'file' scheme loader: add support for containersRichard Levitte2017-06-292-46/+112
* Add a STORE loader for the "file" schemeRichard Levitte2017-06-295-2/+604
* Add the STORE moduleRichard Levitte2017-06-297-0/+840
* Remove store.Rich Salz2016-02-108-2944/+0
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-265-5/+0