summaryrefslogtreecommitdiff
path: root/crypto/encode_decode/encoder_local.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Decoder resolution performance optimizationsHugo Landau2022-03-231-0/+4
* DECODER: Adapt addition of extra decoder implementationsRichard Levitte2021-06-091-2/+1
* ENCODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+2
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-051-1/+0
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+5
* encoder: add a _name() function for encoders and decodersPauli2021-05-121-0/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-0/+1
* ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2020-11-111-0/+1
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-111-9/+16
* DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2020-11-111-0/+1
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-111-0/+22
* ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2020-09-201-14/+38
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-031-6/+6
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-41/+3
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+140