Update copyright year
[openssl.git] / crypto / encode_decode / decoder_pkey.c
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-26 PauliFix Coverity 1503218: negative loop bound
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-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-15 Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-09 Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-30 Matt CaswellSpecial case SM2 when decoding
2021-05-24 Matt CaswellDon't try the same decoder multiple times
2021-03-20 Paulidecoder: fix Coverity 1473236 & 1473386: resource leaks
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-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2020-12-17 Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-11-24 Petr GotthardFix double-free in decoder_pkey.c
2020-11-11 Richard LevitteDECODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-09-20 Richard LevitteDECODER: Some cleanups, and aligning with OSSL_ENCODER
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
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 LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-24 Shane LontisFix coverity CID #1465525 - NULL pointer dereference...
2020-08-24 Shane LontisFix coverity CID #1465797 - Negative loop bound in...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...