]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/encode_decode/encoder_meth.c
Update copyright year
[thirdparty/openssl.git] / crypto / encode_decode / encoder_meth.c
2022-05-03  Matt CaswellUpdate copyright year
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-28  Paulifetch: convert a NULL property query to ""
2022-01-11  Matt CaswellFix Decoder, Encoder and Store loader fetching
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27  Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-06-26  Richard LevitteENCODER & DECODER: Allow en/decoders to have multiple...
2021-06-16  Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16  Matt CaswellClean up the encoder/decoder/loader stores before providers
2021-06-15  Richard LevitteRefactor OSSL_ENCODER_do_all_provided() to behave like...
2021-06-15  Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-09  Richard LevitteDECODER: Adapt addition of extra decoder implementations
2021-06-05  Richard LevitteENCODER: use property definitions instead of getting...
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-12  Pauliencoder: add a _name() function for encoders and decoders
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-04-02  Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-04  Tobias Nießencrypto: rename error flags in internal structures
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteUse centralized fetching errors
2020-11-11  Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-10-17  Richard LevitteENCODER & DECODER: set params on all encoder/decoder...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-20  Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-03  Richard LevitteOSSL_ENCODER / OSSL_DECODER post-rename cleanup
2020-08-24  Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...