]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/encode_decode/decoder_lib.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / crypto / encode_decode / decoder_lib.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-02  Matt CaswellFix another decoder mem leak on an error path
2022-06-02  Matt CaswellFix a decoder mem leak on an error path
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-23  Hugo LandauDecoder resolution performance optimizations
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-09-05  Richard LevitteDECODER: check the first decoded structure name against...
2021-06-24  Tomas MrazOSSL_DECODER_from_bio: Avoid spurious decoder error
2021-06-15  Shane LontisAdd missing NULL check in OSSL_DECODER_from_bio().
2021-06-14  Matt CaswellAvoid excessive OSSL_DECODER_do_all_provided calls
2021-06-09  Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-09  Richard LevitteDECODER: Adapt addition of extra decoder implementations
2021-06-05  Richard LevitteDECODER: use property definitions instead of getting...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-26  Tomas MrazOSSL_DECODER_from_bio: Report an unsupported error...
2021-05-18  Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-04  Dr. David von OheimbOSSL_DECODER_from_bio() Prevent spurious decoding error...
2021-04-30  Daniel BeveniusFix typo in OSSL_DECODER_CTX_set_input_structure
2021-04-21  Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-03-16  Tomas Mrazdecoder_process: data_structure can be NULL
2021-03-11  Matt CaswellUpdate copyright year
2021-03-10  PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-10  Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-03-04  Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-02-20  Richard LevitteDECODER: Add better tracing of the chain walking process
2021-02-20  Richard LevitteDECODER: Use the data structure from the last decoder...
2020-11-11  Richard LevitteDECODER: Add tracing
2020-11-11  Richard LevitteDECODER: Add support for specifying the outermost input...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-10  Richard LevitteENCODER / DECODER: Add functions to encode/decode to...
2020-10-08  Matt CaswellFix the decoder start type handling
2020-10-04  Richard LevitteDECODER: Handle abstract object data type
2020-09-30  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-20  Richard LevitteDECODER: Some cleanups, and aligning with OSSL_ENCODER
2020-09-03  Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03  Richard LevitteOSSL_ENCODER / OSSL_DECODER post-rename cleanup
2020-08-24  Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24  Richard LevitteCORE: Define provider-native abstract objects
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...