libprio/ptest
Henry Corrigan-Gibbs f72b2b2441
Fix serialization bug in `prio/serial.c` (#81)
* In `serial_read_packet_client`, we should check that the type
of the incoming packet matches the type of the `PrioPacketClient`
passed into `serial_read_packet_client` and fail if the two don't
match.

* Add a test for this behavior.

Co-authored-by: Robert Helmer <rhelmer@rhelmer.org>
2020-04-21 10:14:17 -07:00
..
MUTEST_LICENSE Code for libprio pilot (#1) 2018-07-17 11:26:39 -07:00
SConscript Code for libprio pilot (#1) 2018-07-17 11:26:39 -07:00
client_test.c Remove precomputed table of roots (#68) (#69) 2019-03-27 21:34:20 -07:00
encrypt_test.c Functions for import/export of private keys (#51) 2018-10-02 12:13:39 -07:00
example_test.c issue #25 - format libprio with clang-format, using Mozilla style (#26) 2018-08-29 13:47:18 -07:00
fft_test.c Remove precomputed table of roots (#68) (#69) 2019-03-27 21:34:20 -07:00
mkmutest Code for libprio pilot (#1) 2018-07-17 11:26:39 -07:00
mpi_test.c issue #25 - format libprio with clang-format, using Mozilla style (#26) 2018-08-29 13:47:18 -07:00
mutest.c issue #25 - format libprio with clang-format, using Mozilla style (#26) 2018-08-29 13:47:18 -07:00
mutest.h Code for libprio pilot (#1) 2018-07-17 11:26:39 -07:00
prg_test.c Fix security bug in proof-checking code (#60) 2019-01-08 22:41:57 -08:00
rand_test.c Functions for import/export of private keys (#51) 2018-10-02 12:13:39 -07:00
serial_test.c Fix serialization bug in `prio/serial.c` (#81) 2020-04-21 10:14:17 -07:00
server_test.c Functions for import/export of private keys (#51) 2018-10-02 12:13:39 -07:00
share_test.c Functions for import/export of private keys (#51) 2018-10-02 12:13:39 -07:00
test_util.h Functions for import/export of private keys (#51) 2018-10-02 12:13:39 -07:00