aboutsummaryrefslogtreecommitdiff
path: root/crypto/store/store_lib.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move e_os.h to be the very first include.Pauli1-3/+1
2017-08-15Clear error stack on successful OSSL_STORE_open()Richard Levitte1-5/+16
2017-07-27Fixups for STORE commitBenjamin Kaduk1-2/+1
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte1-9/+34
2017-07-03Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte1-0/+3
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte1-0/+44
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte1-0/+43
2017-06-29Add the STORE moduleRichard Levitte1-0/+366