1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merged support for Brainpool curves and ciphersuites

This commit is contained in:
Paul Bakker
2013-10-11 10:03:27 +02:00
30 changed files with 329 additions and 113 deletions

View File

@ -54,8 +54,8 @@
#endif
#define BUFSIZE 1024
#define HEADER_FORMAT " %-16s : "
#define TITLE_LEN 17
#define HEADER_FORMAT " %-18s : "
#define TITLE_LEN 19
#if !defined(POLARSSL_TIMING_C)
int main( int argc, char *argv[] )