aboutsummaryrefslogtreecommitdiff
path: root/test/sm2_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Add check for public key presence on sm2 signingNeil Horman1-8/+31
2021-10-12feat: Add sm2 signature test case from GM/T 0003.5-2012Mingjun.Yang1-0/+33
2021-09-28Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang1-0/+41
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell1-1/+1
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-08fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst1-1/+1
2021-03-02test: use the new set public and private together callPauli1-4/+2
2021-03-02test: update ECDSA and SM2 internal tests in line with the fake_random changePauli1-3/+9
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis1-9/+12
2021-02-23test: update tests to use the fake random number generatorPauli1-24/+22
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-01[test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley1-10/+9
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-0/+5
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-09-07Make SM2 ID stick to specificationPaul Yang1-3/+4
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell1-2/+2
2018-06-22Fix negative test result in sm2 testBernd Edlinger1-1/+1
2018-06-20Fix test sm2 test failure with ec blindingBernd Edlinger1-7/+20
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell1-6/+6
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell1-0/+364