This commit is contained in:
Henry Case 2018-10-05 15:06:44 +01:00 committed by Kris Kwiatkowski
vanhempi ed36ba540a
commit 7c79cbefc5
2 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa

6
13.go
Näytä tiedosto

@ -29,6 +29,12 @@ import (
const numSessionTickets = 2
type secretLabel int
type role uint8
const (
kRole_Server = iota
kRole_Client
)
const (
secretResumptionPskBinder secretLabel = iota

Näytä tiedosto

@ -116,10 +116,19 @@ const (
type CurveID uint16
const (
// Unexported
sidhP503 CurveID = 0
sidhP751 CurveID = 1
// Exported IDs
CurveP256 CurveID = 23
CurveP384 CurveID = 24
CurveP521 CurveID = 25
X25519 CurveID = 29
// Experimental KEX
HybridSidhP503Curve25519 CurveID = 0x0105 + sidhP503 // HybridSIDH: X25519 + P503
HybridSidhP751Curve448 CurveID = 0x0105 + sidhP751 // HybridSIDH: X448 + P751
)
// TLS 1.3 Key Share