Hi Chinmay,
Thanks for your interest in our DTLS v1.3 support.
1) You are correct, the build configuration options and template for the ST Cube Pack do not yet have DTLS v1.3.
The configuration template comes from: https://github.com/wolfSSL/wolfssl/blob … t_conf.ftl
For now you can manually add:
#define WOLFSSL_DTLS
#define WOLFSSL_DTLS13
We will work on adding DTLS v1.3 to the template.
2) The DTLS v1.3 code requires DTLS and TLS v1.3 code (for now). Are you seeing an issue with code size? I have logged this as a feature request.
4) The option WOLF_CONF_TLS12 comes from the pack "STM32CubeMX/wolfSSL.I-CUBE-wolfSSL.5.7.6_Configs.xml" file. The GUI generates an option for this: `<Argument AddressOf="false" Comment="WOLF_CONF_TLS12" GenericType="simple" Name="WOLF_CONF_TLS12" OptimizationCondition="equal"/>`.
Thanks,
David Garske, wolfSSL