summaryrefslogtreecommitdiffstats
path: root/crypto/sm2/sm2_crypt.c
AgeCommit message (Expand)Author
2018-08-29fix out-of-bounds write in sm2_crypt.cymlbright
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-24Update sm2_crypt.cneighbads
2018-07-07Check a return value for success in ec_field_size()Matt Caswell
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04More more on SM2 error codes and tidy upMatt Caswell
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Further work on SM2 error codesMatt Caswell
2018-06-04Set SM2 error codesJack Lloyd
2018-06-04Make SM2 functions privateJack Lloyd
2018-03-20Update copyright yearMatt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd