Increased test suite ciphers buffer size (ticket #5000))

Enhancement to support ECC domain param HEX string or unsigned bin comparison (ticket #5035)
This commit is contained in:
Tesfa Mael
2019-04-15 17:54:23 -07:00
parent 378f5c0d4b
commit 393ca1b30c
3 changed files with 59 additions and 13 deletions

View File

@@ -180,7 +180,7 @@ int testsuite_test(int argc, char** argv)
/* show ciphers */
{
char ciphers[1024];
char ciphers[1024*2];
XMEMSET(ciphers, 0, sizeof(ciphers));
wolfSSL_get_ciphers(ciphers, sizeof(ciphers)-1);
printf("ciphers = %s\n", ciphers);