mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Merged support for Brainpool curves and ciphersuites
This commit is contained in:
commit
b799dec4c0
30 changed files with 329 additions and 113 deletions
|
|
@ -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[] )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue