]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/extensions_srvr.c
Give more information in the SSL_stateless return code
authorMatt Caswell <matt@openssl.org>
Thu, 8 Mar 2018 17:44:12 +0000 (17:44 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Mar 2018 11:37:58 +0000 (11:37 +0000)
commite440f51395f10e307f720213bd75393e446024a3
treeef5595dbe30c53cb2cb5c2e55a2c9ebaa47321a4
parent532f95783e2bff4d7f4e8086297ed8e0b25561f7
Give more information in the SSL_stateless return code

Allow users to distinguish between an error occurring and an HRR being
issued.

Fixes #5549

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5562)
crypto/err/openssl.txt
doc/man3/DTLSv1_listen.pod
include/openssl/sslerr.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/statem/extensions_srvr.c
test/sslapitest.c