]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/encode_decode
Remove perror() usage in library
[thirdparty/openssl.git] / crypto / encode_decode /
2022-07-20  Richard Levitte"Reserve" the method store when constructing methods
2022-06-06  Tomas MrazCheck return value of ossl_parse_property()
2022-06-05  Clemens LangFix inadvertent NULL assignments in ternary ops
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-06  PauliRemove the _fetch_by_number functions
2022-05-05  Richard LevitteAdd method store cache flush and method removal to...
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-03-26  PauliFix Coverity 1503218: negative loop bound
2022-03-23  Hugo LandauDecoder resolution performance optimizations
2022-03-10  xkernelcheck the return of OPENSSL_sk_new_null
2022-02-28  Paulifetch: convert a NULL property query to ""
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-11  Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-05  Dimitris ApostolouFix typos
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-10-12  Tomas Mrazcmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
2021-09-05  Richard LevitteDECODER: check the first decoded structure name against...
2021-07-05  Tomas MrazCoverity #1486687: fix potential dereference of NULL...
2021-06-29  Richard LevitteDECODER & ENCODER: Make sure to pass around the origina...
2021-06-29  Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-26  Richard LevitteENCODER & DECODER: Allow en/decoders to have multiple...
2021-06-24  Tomas MrazOSSL_DECODER_from_bio: Avoid spurious decoder error
2021-06-17  Matt CaswellUpdate copyright year
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 LevitteDECODER & ENCODER: Add better tracing
2021-06-15  Richard LevitteRefactor OSSL_ENCODER_do_all_provided() to behave like...
2021-06-15  Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-15  Richard LevitteCORE: Move away the allocation of the temporary no_cach...
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 LevitteENCODER: use property definitions instead of getting...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Richard LevitteDECODER: 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-30  Matt CaswellSpecial case SM2 when decoding
2021-05-26  Tomas MrazOSSL_DECODER_from_bio: Report an unsupported error...
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-24  Matt CaswellDon't try the same decoder multiple times
2021-05-18  Matt CaswellBetter error messages if there are no encoders/decoders...
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-05-06  Petr GotthardFix NULL dereference when ENCODER does not implement...
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-04-15  Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-08  Matt CaswellUpdate copyright year
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-04-01  Tomas MrazAdd "save-parameters" encoder parameter
2021-03-25  Pauliencoder: fix coverity 1473235: null dereference
2021-03-20  Paulidecoder: fix Coverity 1473236 & 1473386: resource leaks
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-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-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...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteUse centralized fetching errors
2020-12-17  Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-12-02  Richard LevitteENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_E...
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24  Petr GotthardFix double-free in decoder_pkey.c
2020-11-11  Richard LevitteENCODER: Add tracing
2020-11-11  Richard LevitteENCODER: Add output structure support for EVP_PKEY...
2020-11-11  Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-11-11  Richard LevitteENCODER: Add support for specifying the outermost outpu...
2020-11-11  Richard LevitteDECODER: Add tracing
2020-11-11  Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11  Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-11-11  Richard LevitteDECODER: Add support for specifying the outermost input...
2020-10-17  Richard LevitteENCODER & DECODER: set params on all encoder/decoder...
2020-10-15  Matt CaswellUpdate copyright year
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-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: Allow precise result type for OSSL_DECODER_CTX...
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-20  Richard LevitteENCODER: Refactor the OSSL_ENCODER API to be more like...
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-12  Richard LevitteOSSL_DECODER 'decode' function must never be NULL.
2020-09-09  Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03  Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
next