1

(2 replies, posted in wolfSSL)

Hi all,

working with wolfssl 5.3.1 stable

Have some questions:
1) About TLS 1.3, is it possible to configure wolfssl to disable change_cipher_spec records ?
2) Is it possible co configure the record data chunk size ?

Thanks,
angelo

2

(2 replies, posted in wolfSSL)

Hi all,

would like to use caam hw engine on this cpu.

I am using

EXTRA_OECONF += "--enable-all --enable-cryptocb --enable-caam"
| ../git/wolfcrypt/test/test.c:2579:15: error: storage size of 'sha' isn't known
|  2579 |     wc_Sha224 sha, shaCopy;
 ../git/wolfssl/wolfcrypt/hash.h:100:19: error: field 'sha224' has incomplete type
|   100 |         wc_Sha224 sha224;
| ../git/wolfssl/wolfcrypt/port/caam/wolfcaam.h:55:40: error: unknown type name 'CAAM_ADDRESS'
|    55 | WOLFSSL_LOCAL int caamWriteToPartition(CAAM_ADDRESS addr, const unsigned char* in, int inSz);
|       |                                        ^~~~~~~~~~~~

and much more.

Any help appreciated.
Regards,
angelo