aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sm2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-313-13/+13
* Fix a trivial coding style nit in sm2_sign.cPaul Yang2018-07-261-1/+1
* Update sm2_crypt.cneighbads2018-07-241-1/+1
* Remove a memsetMatt Caswell2018-07-071-2/+0
* 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
* 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-194-14/+255
* crypto/sm2/sm2_za.c: include internal/numbers.hRichard Levitte2018-06-051-0/+1
* Rebuild error codesMatt Caswell2018-06-041-87/+0