shrdlu68 / cl-tls

An implementation of TLS and related specifications in Common Lisp
BSD 3-Clause "New" or "Revised" License
53 stars 7 forks source link

Validate received DH parameters to counter MITM as per https://tools.ietf.org/html/rfc7457#section-2.9 #3

Open shrdlu68 opened 7 years ago

shrdlu68 commented 7 years ago

Validate parameters as in rfc2631 or ANSI X9.42 to ensure the parameters we receive from the other party are cryptographically secure.