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

#'generate-dh-params in DH/diffie-hellman.lisp does not pass correctness test #1

Open shrdlu68 opened 7 years ago

shrdlu68 commented 7 years ago

The function that implements section 2.2.1.1 of rfc2631 needs to be rewritten. This is needed because the current implementation does not pass the correctness tests in the specs.