Files
heimdal/lib
Nicolas Williams cb2064d387 krb5: Make q param of DH moduli optional
MSFT makes the `q` field of `DomainParameters` OPTIONAL even though it's
actually required.  We currently validate DH groups not by validating
that p is a Sophie Germain prime but by checking the proposed group
against a compiled-in list and against a krb5.moduli file, therefore we
don't need q.  Besides, for Oakley groups, because p is a Sophie Germain
prime, we'd have q=p/j and j=2, so we can always compute q as needed
(and MIT Kerberos does).
2021-03-24 17:48:17 -05:00
..
2021-03-18 18:07:23 -05:00
2017-03-10 15:47:43 -05:00
2016-11-08 15:48:40 -05:00
2020-11-06 12:55:31 -05:00
2020-10-27 13:30:57 -05:00
2016-12-15 12:15:56 -06:00