Topic: Server UDP DTLS example con PSK and PSK ID.

Hi everyone,

Is there any example of UDP DTLS Server using wolfssl library with only PSK_CONTENT and PSK_ID?

Best regards,
Óscar.

Share

Re: Server UDP DTLS example con PSK and PSK ID.

Hello Óscar,

Thanks for joining the wolfSSL Forums.

Here are the DTLS demos:
https://github.com/wolfSSL/wolfssl-exam … aster/dtls

And here are the PSK demos for TLS, which you can easily adapt to DTLS:
https://github.com/wolfSSL/wolfssl-exam … master/psk

Can you tell us a bit about your project using wolfSSL?

Thanks,
Eric - wolfSSL Support