summaryrefslogtreecommitdiff
path: root/test/sm2_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* feat: Add sm2 signature test case from GM/T 0003.5-2012Mingjun.Yang2021-10-121-0/+33
* Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang2021-09-281-0/+41
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst2021-03-081-1/+1
* test: use the new set public and private together callPauli2021-03-021-4/+2
* test: update ECDSA and SM2 internal tests in line with the fake_random changePauli2021-03-021-3/+9
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-9/+12
* test: update tests to use the fake random number generatorPauli2021-02-231-24/+22
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley2020-04-011-10/+9
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+5
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Make SM2 ID stick to specificationPaul Yang2018-09-071-3/+4
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-2/+2
* Fix negative test result in sm2 testBernd Edlinger2018-06-221-1/+1
* Fix test sm2 test failure with ec blindingBernd Edlinger2018-06-201-7/+20
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-041-6/+6
* Improve use of the test framework in the SM2 internal testsMatt Caswell2018-06-041-0/+364