summaryrefslogtreecommitdiffstats
path: root/crypto/sm2/sm2_sign.c
AgeCommit message (Expand)Author
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09Copyright year updatesTomas Mraz
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-06-13crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang
2023-03-31Fix mem leak in ECDSA_sign().slontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-04Remove duplicated #include headersJHH20
2021-11-02Add missing check according to SM2 Digital Signature generation algorithmMingjun.Yang
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-08-07Add evp_test fixes.Shane Lontis
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2018-12-06Following the license change, modify the boilerplates in crypto/smN/Richard Levitte
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-07Remove unnecessary sm2_za.cPaul Yang
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-26Fix a trivial coding style nit in sm2_sign.cPaul Yang
2018-07-07Check md_size isn't negative before we use itMatt Caswell
2018-06-25Use ec_group_do_inverse_ord() in SM2Nicola Tuveri
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04More more on SM2 error codes and tidy upMatt Caswell
2018-06-04Set SM2 error codesJack Lloyd
2018-06-04Make SM2 functions privateJack Lloyd
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri
2018-03-20Update copyright yearMatt Caswell
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd