[openssl-dev] [openssl.org #4701] Some OpenSSL 1.1.0 does not decode FIPS error codes

2016-10-07 Thread noloa...@gmail.com via RT
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:

[openssl-dev] [openssl.org #4700] fprintf(stderr, ...) in d1_both.c

2016-10-07 Thread Wyss, Felix via RT
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