aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/sm2
Commit message (Expand)AuthorAgeFilesLines
* Expose SM2_compute_zaJack Lloyd2018-01-121-6/+7
* Change default userid for SM2 signatures.Daniel Wyatt2018-01-041-0/+12
* Apply final annotations to the library alsoJack Lloyd2017-09-223-5/+5
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-202-27/+32
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Complete the final annotation changesJack Lloyd2017-09-192-4/+4
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-5/+5
* Bump version for SM2Jack Lloyd2017-09-071-1/+1
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-7/+37
* Remove unused memberJack Lloyd2017-09-061-1/+0
* Support arbitrary hashes for SM2 encryptionJack Lloyd2017-09-051-12/+17
* Add SM2 encryption schemeJack Lloyd2017-08-045-11/+340
* Remove debug printsJack Lloyd2017-06-301-17/+1
* Add SM2 signature schemeJack Lloyd2017-06-293-0/+345