drop support for v30

fixes #213
This commit is contained in:
Lucas Clemente
2016-07-21 13:50:09 +02:00
parent 8856304b65
commit 1712a7388f
6 changed files with 12 additions and 25 deletions

View File

@@ -228,13 +228,6 @@ var _ = Describe("Crypto setup", func() {
Expect(signer.gotCHLO).To(BeTrue())
})
It("generates REJ messages for version 30", func() {
cs.version = protocol.Version30
_, err := cs.handleInchoateCHLO("", sampleCHLO, nil)
Expect(err).ToNot(HaveOccurred())
Expect(signer.gotCHLO).To(BeFalse())
})
It("generates SHLO messages", func() {
response, err := cs.handleCHLO("", []byte("chlo-data"), map[Tag][]byte{
TagPUBS: []byte("pubs-c"),