This commit is contained in:
Henry Case 2018-10-05 15:06:44 +01:00 committato da Kris Kwiatkowski
parent ed36ba540a
commit 7c79cbefc5
2 ha cambiato i file con 15 aggiunte e 0 eliminazioni

6
13.go
Vedi File

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

Vedi File

@ -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