summaryrefslogtreecommitdiffstats
path: root/crypto/sm2/sm2_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* EVP_MD_size() updatesslontis2024-08-291-1/+1
* Add check for public key presence on sm2 signingNeil Horman2024-04-091-1/+8
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-021-1/+6
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang2023-06-131-0/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-311-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-17/+25
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Add missing check according to SM2 Digital Signature generation algorithmMingjun.Yang2021-11-021-0/+13
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-28/+30
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+2
* 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