aboutsummaryrefslogtreecommitdiff
path: root/crypto/store/store_lib.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-01Fix TyposAntoine Cœur1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/store/Richard Levitte1-1/+1
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte1-0/+145
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte1-0/+37
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
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