Topic: TLS 1.3: select specific group; logging
Hello everyone,
1. I am using TLS 1.3 only (without older versions) and would like to negotiate shared secret using one specific group (for example, ECC_X448). Is there any way to do it?
2. And also I would like to enable full debug logs.
For instance, if I use client and server programs (./examples/client/client and ./examples/server/server respectively) and configure build using
./configure --enable-tls13 --disable-tlsv12 --disable-oldtls --enable-debug
and also define WOLFSSL_DEBUG_TLS in the client and server, then only function names will be printed in the stderr, without printing the full keys (using WOLFSSL_BUFFER) and other secrets.
It would be really useful if, for example, he public keys could be printed when calling TLSX_KeyShare_GenKey() function.
Is it possible and how can I enable it?
Thank you very much for your help!
Regards,
Julia