summaryrefslogtreecommitdiff
path: root/crypto/sm2/sm2_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Following the license change, modify the boilerplates in crypto/smN/Richard Levitte2018-12-061-1/+1
* EVP module documentation passAntoine Salon2018-10-171-2/+3
* 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-311-6/+6
* Update sm2_crypt.cneighbads2018-07-241-1/+1
* 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
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-041-9/+9
* More more on SM2 error codes and tidy upMatt Caswell2018-06-041-81/+39
* 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-041-6/+95
* Make SM2 functions privateJack Lloyd2018-06-041-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* 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-191-0/+321