aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tag all tests with a categoryJack Lloyd2020-10-281-3/+3
* Always try to use an IV with ECIESJack Lloyd2019-10-131-3/+4
* Fix feature macro checks.Jack Lloyd2019-04-261-1/+1
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-1/+1
* Fixes for minimized buildsJack Lloyd2019-02-161-1/+1
* move instead of copyrumcajs2018-10-141-2/+2
* Fix ECIES tests when cipher was disabledJack Lloyd2018-08-101-14/+14
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-9/+6
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-31/+31
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+1
* Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-311-3/+2
* Cleanup ECIES testJack Lloyd2018-01-021-17/+10
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-3/+3
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-19/+21
* Fix ECIES testJack Lloyd2016-12-191-1/+1
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-8/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-21/+20
* Remove unneeded includesJack Lloyd2016-10-241-1/+0
* Merge GH #679 Unify test namingJack Lloyd2016-10-241-2/+2
|\
| * Reunify registered test names [ci skip]René Korthaus2016-10-231-2/+2
* | ECIES ISO tests require SHA-1Jack Lloyd2016-10-211-1/+1
|/
* Make pk_ops.h internalJack Lloyd2016-10-081-8/+8
* add more ECIES testsDaniel Neus2016-07-191-0/+208
* replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-131-1/+0
* Various fixes with bsi module policyRené Korthaus2016-07-041-0/+3
* Add missing override annotation. Fix formatting in ECIES testsJack Lloyd2016-06-301-20/+19
* ecies: fix tests for ecies-iso (allow empty ciphertext)Philipp Weber2016-05-301-3/+6
* ecies review change: test for exception if the ciphertext is invalidPhilipp Weber2016-05-301-0/+8
* ecies review change: add missing ciphertext to test vectorsPhilipp Weber2016-05-231-4/+1
* ecies review change: make constant vector with test data const instead of staticPhilipp Weber2016-05-231-1/+1
* add ecies implementation according to iso-18033Philipp Weber2016-04-271-0/+246