From 92c06e93aa870f76ff3d8c126e47c0cd4ccdad66 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 24 May 2019 08:31:56 -0400 Subject: Allow servers to prohibit renegotiation with fatal alert --- src/bogo_shim/bogo_shim.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bogo_shim/bogo_shim.cpp') diff --git a/src/bogo_shim/bogo_shim.cpp b/src/bogo_shim/bogo_shim.cpp index 5e2e15dbe..049c9dc2f 100644 --- a/src/bogo_shim/bogo_shim.cpp +++ b/src/bogo_shim/bogo_shim.cpp @@ -134,6 +134,7 @@ std::string map_to_bogo_error(const std::string& e) { "Server changed its mind about secure renegotiation", ":RENEGOTIATION_MISMATCH:" }, { "Server changed version after renegotiation", ":WRONG_SSL_VERSION:" }, { "Server downgraded version after renegotiation", ":WRONG_SSL_VERSION:" }, + { "Server policy prohibits renegotiation", ":NO_RENEGOTIATION:" }, { "Server replied using a ciphersuite not allowed in version it offered", ":WRONG_CIPHER_RETURNED:" }, { "Server replied with DTLS-SRTP alg we did not send", ":BAD_SRTP_PROTECTION_PROFILE_LIST:" }, { "Server replied with ciphersuite we didn't send", ":WRONG_CIPHER_RETURNED:" }, -- cgit v1.2.3