summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode
AgeCommit message (Expand)Author
2021-01-12Use centralized fetching errorsRichard Levitte
2020-12-17DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte
2020-12-02ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard
2020-11-11ENCODER: Add tracingRichard Levitte
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11DECODER: Add tracingRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-08Fix the decoder start type handlingMatt Caswell
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-04DECODER: Handle abstract object data typeRichard Levitte
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-12OSSL_DECODER 'decode' function must never be NULL.Richard Levitte
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-09-03OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-24Fix coverity CID #1465525 - NULL pointer dereference in OSSL_DECODER_CTX_new_...Shane Lontis
2020-08-24Fix coverity CID #1465797 - Negative loop bound in collect_deserializerShane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte