mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -15,6 +15,7 @@ class GatherV2ClientHelloTest : public TlsConnectTestBase {
|
|||
|
||||
void ConnectExpectMalformedClientHello(const DataBuffer &data) {
|
||||
EnsureTlsSetup();
|
||||
server_->SetOption(SSL_ENABLE_V2_COMPATIBLE_HELLO, PR_TRUE);
|
||||
server_->ExpectSendAlert(kTlsAlertIllegalParameter);
|
||||
client_->SendDirect(data);
|
||||
server_->StartConnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue