summaryrefslogtreecommitdiff
path: root/crypto/sm2
Commit message (Expand)AuthorAgeFilesLines
* Fix mem leak in ECDSA_sign().slontis2023-03-311-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-32/+38
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Add missing check according to SM2 Digital Signature generation algorithmMingjun.Yang2021-11-021-0/+13
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* sm2: fix error raise to not fail make updatePauli2021-08-251-1/+1
* Check the plaintext buffer is large enough when decrypting SM2Matt Caswell2021-08-241-0/+4
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-16/+8
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-7/+7
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-292-2/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett2021-03-171-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-263-50/+52
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-0/+4
* Add SM2 private key range validationNicola Tuveri2021-01-083-1/+52
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+10
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-66/+66
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-5/+5
* Remove some dead SM2 codeMatt Caswell2020-09-252-394/+1
* Fix missing propq in sm2Shane Lontis2020-09-231-2/+4
* Address review commentsPaul Yang2020-09-221-7/+7
* Add SM2 signature algorithm to default providerPaul Yang2020-09-223-14/+14
* Add evp_test fixes.Shane Lontis2020-08-073-13/+57
* Update copyright yearMatt Caswell2020-04-232-2/+2
* SM2: Make the EVP_PKEY_METHOD ctrl_str function listen to distidRichard Levitte2020-03-151-7/+3
* Remove unused OSSL_PARAM_construct_from_text() function.Pauli2020-02-121-2/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-042-0/+12
* Add SM2 specific parameter and key generationRichard Levitte2020-02-021-25/+42
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-284-10/+10
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-1/+6
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Support parsing of SM2 ID in hexdecimalPaul Yang2019-08-221-0/+19
* Regenerate mkerr filesRich Salz2019-07-161-28/+2
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Support SM2 certificate verification杨洋2019-03-131-0/+4
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Support raw input data in apps/pkeyutlPaul Yang2019-02-271-0/+3
* Following the license change, modify the boilerplates in crypto/smN/Richard Levitte2018-12-064-4/+4
* 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