Commit 29ad7a35 authored by Jan Köster's avatar Jan Köster
Browse files

test

parent 8eef7a1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2764,7 +2764,7 @@ namespace netplus {
                throwSSL(NetException::Error, "TLS 1.3 application send cipher missing");
        } else {
            if (!aes) throwSSL(NetException::Error, "cipher context missing");
            if (mac_key.empty())
            if (!tls12_is_gcm && mac_key.empty())
                throwSSL(NetException::Error, "MAC key missing for TLS 1.2");
        }