summaryrefslogtreecommitdiff
path: root/sbin/iked/dh.h
AgeCommit message (Expand)Author
2021-05-28Add experimental post-quantum hybrid key exchange methodtobhe
2021-02-04Rename 'struct group' to 'struct dh_group' for more clarity andtobhe
2020-10-28Refactor parts of the dh_* API.tobhe
2020-04-28Remove support for insecure EC2N groups. Clarify which Diffie-Hellmantobhe
2017-10-27In the final RFC 5903 the computation for the DH shared secret changed.Patrick Wildt
2017-03-27Don't cache the DH group in the policyMike Belopuhov
2015-08-21Switch iked to C99-style fixed-width integer types.Reyk Floeter
2015-08-19spacing (no binary change, verified with checksums)Reyk Floeter
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2014-08-27Add support for Curve25519 using the public domain code that is foundReyk Floeter
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
2012-09-18update email addresses to match reality.Reyk Floeter
2010-06-23rename the ec groups to either ec2n or ecp (eg. ec155 -> ec2n155 orReyk Floeter
2010-06-23further cleanup of the dh code:Reyk Floeter
2010-06-03Import iked, a new implementation of the IKEv2 protocol.Reyk Floeter