Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OSSL_DECODER 'decode' function must never be NULL. | Richard Levitte | 2020-09-12 | 1 | -1/+1 |
* | ENCODER: Refactor provider implementations, and some cleanup | Richard Levitte | 2020-09-09 | 1 | -6/+1 |
* | STORE: Add a built-in 'file:' storemgmt implementation (loader) | Richard Levitte | 2020-09-03 | 3 | -44/+97 |
* | OSSL_ENCODER / OSSL_DECODER post-rename cleanup | Richard Levitte | 2020-09-03 | 6 | -38/+42 |
* | DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callback | Richard Levitte | 2020-08-24 | 1 | -0/+7 |
* | CORE: Generalise internal pass phrase prompter | Richard Levitte | 2020-08-24 | 8 | -310/+23 |
* | CORE: Define provider-native abstract objects | Richard Levitte | 2020-08-24 | 2 | -3/+4 |
* | Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_... | Shane Lontis | 2020-08-24 | 1 | -3/+5 |
* | Fix coverity CID #1465797 - Negative loop bound in collect_deserializer | Shane Lontis | 2020-08-24 | 1 | -0/+2 |
* | Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE | Richard Levitte | 2020-08-21 | 11 | -0/+2625 |