summaryrefslogtreecommitdiff
path: root/crypto/encode_decode/decoder_meth.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+5
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+24
* Check return value of ossl_parse_property()Tomas Mraz2022-06-061-2/+5
* Fix inadvertent NULL assignments in ternary opsClemens Lang2022-06-051-1/+1
* Remove the _fetch_by_number functionsPauli2022-05-061-30/+6
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-051-0/+19
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-21/+2
* Decoder resolution performance optimizationsHugo Landau2022-03-231-0/+18
* fetch: convert a NULL property query to ""Pauli2022-02-281-3/+4
* Fix Decoder, Encoder and Store loader fetchingMatt Caswell2022-01-121-2/+3
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-4/+5
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte2021-06-261-3/+29
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-12/+10
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-161-1/+2
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-151-33/+28
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-23/+40
* DECODER: Adapt addition of extra decoder implementationsRichard Levitte2021-06-091-4/+3
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-0/+15
* libcrypto: make XXX_get_number() internalPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* encoder: add a _name() function for encoders and decodersPauli2021-05-121-0/+10
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-021-0/+5
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-5/+6
* crypto: rename error flags in internal structuresTobias Nießen2021-03-041-4/+4
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-5/+7
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Use centralized fetching errorsRichard Levitte2021-01-121-3/+45
* DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2020-11-111-0/+5
* ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte2020-10-171-2/+3
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-17/+17
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-201-23/+9
* OSSL_DECODER 'decode' function must never be NULL.Richard Levitte2020-09-121-1/+1
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-9/+6
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-031-4/+5
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-3/+1
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+552