Fix Coverity issues 1596850, 1596851 and 1596852
[openssl.git] / providers / implementations / asymciphers / sm2_enc.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-06-10 Tomas Mrazsm2_dupctx: Avoid potential use after free of the md
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-03-11 Pauliprov: asym ciphers take an extra init() params argument
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
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-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...