Merged support for Brainpool curves and ciphersuites

This commit is contained in:
Paul Bakker 2013-10-11 10:03:27 +02:00
commit b799dec4c0
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[] )