summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode (follow)
Commit message (Expand)AuthorAgeFilesLines
* OSSL_DECODER 'decode' function must never be NULL.Richard Levitte2020-09-121-1/+1
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-091-6/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-033-44/+97
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-036-38/+42
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+7
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-248-310/+23
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-242-3/+4
* Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_...Shane Lontis2020-08-241-3/+5
* Fix coverity CID #1465797 - Negative loop bound in collect_deserializerShane Lontis2020-08-241-0/+2
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2111-0/+2625