aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Turns out astyle has some bugs wrt C++11 initialize lists. Rather than having astyle mangle all of the tests, convert to using a string which is split once at the start instead of a vector of keys.
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-21/+20
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* 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