diff options
author | tb <> | 2020-09-01 05:38:48 +0000 |
---|---|---|
committer | tb <> | 2020-09-01 05:38:48 +0000 |
commit | 11277d790262bfb3e147758afd8e7cfec21cafe0 (patch) | |
tree | 8cfd15e485ec833b07ecd354d7d083f017d25aba /src/lib/libssl/ssl_srvr.c | |
parent | 9a896a8c68a5bbc7e0c50b709ff9c34e5453473e (diff) | |
download | openbsd-11277d790262bfb3e147758afd8e7cfec21cafe0.tar.gz openbsd-11277d790262bfb3e147758afd8e7cfec21cafe0.tar.bz2 openbsd-11277d790262bfb3e147758afd8e7cfec21cafe0.zip |
Hoist ERR_clear_error() call into the derr: label
The only path that sets TLS1_TICKET_NOT_DECRPYTED is through this label
and the ERR_clear_error() is called conditionally on this. We clear the
errors to make decrypt errors non-fatal. The free functions should not
set the errors and if they do, we don't want to hide that.
discussed with jsing
Diffstat (limited to 'src/lib/libssl/ssl_srvr.c')
0 files changed, 0 insertions, 0 deletions