aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode/encoder_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Check for NULL cleanup function before using it in encoder_processNeil Horman2024-02-161-0/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-5/+4
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz2021-10-121-2/+5
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-091-5/+5
* ENCODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-24/+33
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-051-20/+11
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-181-0/+8
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-2/+6
* ENCODER: Add tracingRichard Levitte2020-11-111-5/+67
* ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2020-11-111-107/+238
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-111-12/+48
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2020-10-101-0/+48
* ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2020-09-201-1/+341
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+43