DECODER: use property definitions instead of getting implementation parameters
[openssl.git] / crypto / encode_decode / decoder_lib.c
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...