aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_sm2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support SM2 raw signaturesJack Lloyd2018-09-091-0/+2
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-5/+19
* Fix SM2 encryption testsJack Lloyd2018-06-201-3/+4
* Dedup some test codeJack Lloyd2018-05-291-30/+20
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-18/+18
* Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-311-6/+2
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-2/+2
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-201-0/+2
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-2/+2
* Support arbitrary hashes for SM2 encryptionJack Lloyd2017-09-051-3/+3
* Unused variable warning [ci skip]Jack Lloyd2017-08-141-1/+1
* Add SM2 encryption schemeJack Lloyd2017-08-041-1/+48
* Add missing override annotationJack Lloyd2017-07-281-1/+1
* Add SM2 signature schemeJack Lloyd2017-06-291-0/+68