aboutsummaryrefslogtreecommitdiff
path: root/crypto/store/store_err.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell1-1/+3
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-1/+2
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte1-1/+4
2020-05-13OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte1-1/+1
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-79/+2
2018-12-06Following the license change, modify the boilerplates in crypto/store/Richard Levitte1-1/+1
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte1-0/+5
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte1-1/+15
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte1-0/+4
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte1-2/+2
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte1-0/+2
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte1-0/+4
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte1-0/+1
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte1-0/+2
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte1-0/+4
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte1-0/+2
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte1-0/+2
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte1-0/+6
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte1-0/+1
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte1-0/+16
2017-06-29Add the STORE moduleRichard Levitte1-0/+83