mbedtls/programs/test
Manuel Pégourié-Gonnard b1ac5e7842 poly1305: adjust parameter order
This module used (len, pointer) while (pointer, len) is more common in the
rest of the library, in particular it's what's used in the CMAC API that is
very comparable to Poly1305, so switch to (pointer, len) for consistency.
2018-05-24 13:37:31 +02:00
..
benchmark.c poly1305: adjust parameter order 2018-05-24 13:37:31 +02:00
CMakeLists.txt Do not install zeroize program in CMakeLists 2018-04-17 10:02:17 -05:00
selftest.c Rename aead_chacha20_poly1305 to chachapoly 2018-05-24 13:37:31 +02:00
ssl_cert_test.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
udp_proxy.c Resolve integer type conversion problem on MSVC 2017-12-06 08:37:39 +00:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
zeroize.c Update zeroize test to use mbedtls_platform_zeroize() 2018-04-17 10:14:53 -05:00