aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sm2/sm2_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-37/+37
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Address review commentsPaul Yang2020-09-221-7/+7
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-11/+11
* Add evp_test fixes.Shane Lontis2020-08-071-6/+22
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Following the license change, modify the boilerplates in crypto/smN/Richard Levitte2018-12-061-1/+1
* crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte2018-09-121-0/+1
* Support setting SM2 IDPaul Yang2018-09-071-30/+34
* Make SM2 ID stick to specificationPaul Yang2018-09-071-15/+19
* Remove unnecessary sm2_za.cPaul Yang2018-09-071-2/+115
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-2/+2
* Fix a trivial coding style nit in sm2_sign.cPaul Yang2018-07-261-1/+1
* 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-191-12/+2
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-041-14/+14
* More more on SM2 error codes and tidy upMatt Caswell2018-06-041-177/+114
* Set SM2 error codesJack Lloyd2018-06-041-26/+132
* Make SM2 functions privateJack Lloyd2018-06-041-1/+1
* [SM2_sign] fix double free and return valueNicola Tuveri2018-04-251-3/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+324