summaryrefslogtreecommitdiff
path: root/crypto/sm2
Commit message (Expand)AuthorAgeFilesLines
* EVP module documentation passAntoine Salon2018-10-171-2/+3
* crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte2018-09-121-0/+1
* Validate the SM2 digest len before useMatt Caswell2018-09-101-1/+7
* Add missing SM2err and fix doc nitsPaul Yang2018-09-072-1/+5
* Update document for SM2 stuffsPaul Yang2018-09-072-4/+15
* Support setting SM2 IDPaul Yang2018-09-073-56/+96
* Make SM2 ID stick to specificationPaul Yang2018-09-072-16/+51
* Remove unnecessary sm2_za.cPaul Yang2018-09-073-135/+116
* fix out-of-bounds write in sm2_crypt.cymlbright2018-08-291-1/+8
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-313-13/+13
* Fix a trivial coding style nit in sm2_sign.cPaul Yang2018-07-261-1/+1
* Update sm2_crypt.cneighbads2018-07-241-1/+1
* Remove a memsetMatt Caswell2018-07-071-2/+0
* Check a return value for success in ec_field_size()Matt Caswell2018-07-071-1/+2
* Fix some Coverity issues in sm2_encrypt()Matt Caswell2018-07-071-9/+10
* Check md_size isn't negative before we use itMatt Caswell2018-07-071-5/+6
* Use ec_group_do_inverse_ord() in SM2Nicola Tuveri2018-06-251-1/+2
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-194-14/+255
* crypto/sm2/sm2_za.c: include internal/numbers.hRichard Levitte2018-06-051-0/+1
* Rebuild error codesMatt Caswell2018-06-041-87/+0
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-044-33/+33
* More more on SM2 error codes and tidy upMatt Caswell2018-06-044-311/+211
* Improve use of the test framework in the SM2 internal testsMatt Caswell2018-06-041-9/+29
* Further work on SM2 error codesMatt Caswell2018-06-041-83/+64
* Set SM2 error codesJack Lloyd2018-06-043-32/+235
* Make SM2 functions privateJack Lloyd2018-06-044-4/+4
* [SM2_sign] fix double free and return valueNicola Tuveri2018-04-251-3/+1
* Update copyright yearMatt Caswell2018-03-204-4/+4
* Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd2018-03-191-2/+15
* Support SM2 ECIES scheme via EVPJack Lloyd2018-03-191-0/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-195-0/+912