summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode/decoder_meth.c
AgeCommit message (Expand)Author
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte
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-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-12OSSL_DECODER 'decode' function must never be NULL.Richard 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-24CORE: Generalise internal pass phrase prompterRichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte