]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/sm2/sm2_crypt.c
Copyright year updates
[thirdparty/openssl.git] / crypto / sm2 / sm2_crypt.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-31  K1Optimize the implementation of ec_field_size()
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-08-25  Paulism2: fix error raise to not fail make update
2021-08-24  Matt CaswellCheck the plaintext buffer is large enough when decrypt...
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-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-03-17  Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-11  Matt CaswellUpdate copyright year
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-07  Shane LontisAdd evp_test fixes.
2020-04-23  Matt CaswellUpdate copyright year
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-17  Antoine SalonEVP module documentation pass
2018-08-29  ymlbrightfix out-of-bounds write in sm2_crypt.c
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-24  neighbadsUpdate sm2_crypt.c
2018-07-07  Matt CaswellCheck a return value for success in ec_field_size()
2018-07-07  Matt CaswellFix some Coverity issues in sm2_encrypt()
2018-06-04  Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04  Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04  Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04  Matt CaswellFurther work on SM2 error codes
2018-06-04  Jack LloydSet SM2 error codes
2018-06-04  Jack LloydMake SM2 functions private
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19  Jack LloydSupport SM2 ECIES scheme via EVP
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes