aboutsummaryrefslogtreecommitdiff
path: root/crypto/store
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2-111/+179
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte3-1/+69
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2-0/+122
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte2-46/+112
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte5-2/+604
2017-06-29Add the STORE moduleRichard Levitte7-0/+840
2016-02-10Remove store.Rich Salz8-2944/+0
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz5-5/+0
2016-01-23Fix store with opaque dataTodd Short1-7/+7
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-96/+61
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-2/+2
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte4-4/+4
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz2-3/+3
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell3-16/+16
2015-11-05Rebuild error source files.Dr. Stephen Henson1-9/+9
2015-11-05fix discrepancyDr. Stephen Henson1-1/+1
2015-09-02Add and use OPENSSL_zallocRich Salz3-9/+4
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-5/+3
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-4/+4