Integrate new fake package and doppel into proxy

This commit is contained in:
9seconds
2026-03-12 19:07:11 +01:00
parent 37f8d18be5
commit bb49c6a55d
8 changed files with 76 additions and 85 deletions
@@ -42,7 +42,7 @@ func FuzzReadClientHello(f *testing.F) {
Twice().
Return(nil)
_, err := fake.ReadClientHello(r, secret, time.Hour)
_, err := fake.ReadClientHello(r, secret.Key[:], secret.Host, time.Hour)
assert.Error(t, err)
})