aboutsummaryrefslogtreecommitdiff
path: root/crypto/sm2
AgeCommit message (Expand)AuthorFilesLines
2018-10-17EVP module documentation passAntoine Salon1-2/+3
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte1-0/+1
2018-09-10Validate the SM2 digest len before useMatt Caswell1-1/+7
2018-09-07Add missing SM2err and fix doc nitsPaul Yang2-1/+5
2018-09-07Update document for SM2 stuffsPaul Yang2-4/+15
2018-09-07Support setting SM2 IDPaul Yang3-56/+96
2018-09-07Make SM2 ID stick to specificationPaul Yang2-16/+51
2018-09-07Remove unnecessary sm2_za.cPaul Yang3-135/+116
2018-08-29fix out-of-bounds write in sm2_crypt.cymlbright1-1/+8
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell3-13/+13
2018-07-26Fix a trivial coding style nit in sm2_sign.cPaul Yang1-1/+1
2018-07-24Update sm2_crypt.cneighbads1-1/+1
2018-07-07Remove a memsetMatt Caswell1-2/+0
2018-07-07Check a return value for success in ec_field_size()Matt Caswell1-1/+2
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell1-9/+10
2018-07-07Check md_size isn't negative before we use itMatt Caswell1-5/+6
2018-06-25Use ec_group_do_inverse_ord() in SM2Nicola Tuveri1-1/+2
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd4-14/+255
2018-06-05crypto/sm2/sm2_za.c: include internal/numbers.hRichard Levitte1-0/+1
2018-06-04Rebuild error codesMatt Caswell1-87/+0
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell4-33/+33
2018-06-04More more on SM2 error codes and tidy upMatt Caswell4-311/+211
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell1-9/+29
2018-06-04Further work on SM2 error codesMatt Caswell1-83/+64
2018-06-04Set SM2 error codesJack Lloyd3-32/+235
2018-06-04Make SM2 functions privateJack Lloyd4-4/+4
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri1-3/+1
2018-03-20Update copyright yearMatt Caswell4-4/+4
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd1-2/+15
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd1-0/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd5-0/+912