mbedtls/programs/test
Manuel Pégourié-Gonnard d4bd8569d4 Rename aead_chacha20_poly1305 to chachapoly
While the old name is explicit and aligned with the RFC, it's also very long,
so with the mbedtls_ prefix prepended we get a 31-char prefix to each
identifier, which quickly conflicts with our 80-column policy.

The new name is shorter, it's what a lot of people use when speaking about
that construction anyway, and hopefully should not introduce confusion at
it seems unlikely that variants other than 20/1305 be standardised in the
foreseeable future.
2018-05-10 13:23:02 +02:00
..
benchmark.c Add Poly1305 authenticator algorithm (RFC 7539) 2018-05-10 13:20:52 +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-10 13:23:02 +02:00
ssl_cert_test.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
udp_proxy.c Resolve integer type conversion problem on MSVC 2017-12-06 08:37:39 +00:00
zeroize.c Update zeroize test to use mbedtls_platform_zeroize() 2018-04-17 10:14:53 -05:00