I'm working with a non-capable version of the library (I need to gt it
updated since release):
$ openssl version
OpenSSL 1.1.0-pre6-dev xx XXX
Looking at a question on another site, the OP provides:
With FIPS, compilation goes fine, but generates the following when run:
Good Morning,
Inspecting some code in the OpenSSL DTLS implementation, I noticed three places
in the file “d1_both.c” where error conditions result in an sprintf to stderr:
Line 1071 in function dtls1_read_failed
Line 1143 in function dtls1_retransmit_buffered_messages
Line 1243 in function dtls