aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Some fixes for missing system_rng in ECIES and tests.
* 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