CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/29 10:03:58
Modified files:
lib/libssl : tls13_client.c tls13_lib.c tls13_server.c
Log message:
If the TLSv1.3 code has not recorded an error and something already exists
on the error stack, refrain from pushing an 'unknown' error on the stack.
This should allow libcrypto errors (including bio) to be visible, where we
have nothing better to offer.
ok tb@
