mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Update NSS to 3.36.4-RTM
This commit is contained in:
parent
099459dec0
commit
fe96962962
148 changed files with 5550 additions and 5825 deletions
|
|
@ -160,9 +160,8 @@ TEST_F(TlsAgentStreamTestClient, Set0RttOptionThenWrite) {
|
|||
SSL_LIBRARY_VERSION_TLS_1_3);
|
||||
agent_->StartConnect();
|
||||
agent_->Set0RttEnabled(true);
|
||||
auto filter = std::make_shared<TlsInspectorRecordHandshakeMessage>(
|
||||
kTlsHandshakeClientHello);
|
||||
agent_->SetPacketFilter(filter);
|
||||
auto filter =
|
||||
MakeTlsFilter<TlsHandshakeRecorder>(agent_, kTlsHandshakeClientHello);
|
||||
PRInt32 rv = PR_Write(agent_->ssl_fd(), k0RttData, strlen(k0RttData));
|
||||
EXPECT_EQ(-1, rv);
|
||||
int32_t err = PORT_GetError();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue