Loading src/crypto/tls.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } Loading Loading
src/crypto/tls.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); } Loading