discard undecryptable packets

hopefully fixes issue #33, the workaround is tracked in #38
This commit is contained in:
Lucas Clemente
2016-05-02 16:01:50 +02:00
parent 6b4f01b1b9
commit 6178ef83fe
3 changed files with 10 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ var _ = Describe("Session", func() {
Expect(err).To(MatchError("CryptoSetup: expected CHLO"))
})
It("sends public reset when receiving invalid message", func() {
PIt("sends public reset when receiving invalid message", func() {
path := os.Getenv("GOPATH") + "/src/github.com/lucas-clemente/quic-go/example/"
signer, err := crypto.NewRSASigner(path+"cert.der", path+"key.der")
Expect(err).ToNot(HaveOccurred())