summaryrefslogtreecommitdiffstats
path: root/sbin/iked/ikev2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.tobhe2020-05-261-1/+6
* Remove support for insecure EC2N groups. Clarify which Diffie-Hellmantobhe2020-04-281-3/+1
* Correctly represent flows as traffic selectors as described in RFC 7296. Thistobhe2019-12-031-1/+3
* Add support for IKEv2 Message Fragmentation as defined in RFC 7383.patrick2019-05-111-1/+13
* When curve25519 was added to iked, it was based on the internet-draft andsthen2019-04-021-11/+11
* update RFC references, from tobias_heider at genua.de, ok claudio@sthen2019-02-271-69/+69
* If we wanted to send out more proposals than just one, we need to set apatrick2017-12-031-1/+5
* Add support for RFC4754 (ECDSA) and RFC7427 authentication.reyk2017-03-271-1/+13
* New RFC7383 definemikeb2017-01-201-1/+2
* Remove modular exponential groups specified in RFC5114mikeb2017-01-041-4/+1
* RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@naddy2015-10-311-2/+2
* Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (alongreyk2015-10-021-2/+2
* RFC7634 specifies ChaCha20-Poly1305 for IKEv2 and IPsec and IANAreyk2015-10-021-1/+3
* Switch iked to C99-style fixed-width integer types.reyk2015-08-211-43/+43
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-4/+4
* initial support for RFC 7427 signatures, so we are no longermarkus2015-03-261-1/+13
* Repair initiator with PSK authmikeb2014-11-071-8/+9
* Add support for Curve25519 using the public domain code that is foundreyk2014-08-271-2/+2
* initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkeymarkus2014-05-061-2/+3
* make sure the state machine only advances if the AUTH payload hasmarkus2014-04-291-2/+2
* initial support for IPCompmarkus2014-02-141-1/+2
* Sync with latest IKEv2 Parameters from IANA. No functional change.reyk2013-03-301-14/+51
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-2/+2
* Move the arrays of default IKE and ESP transforms into parse.y insteadreyk2012-10-251-36/+2
* update email addresses to match reality.reyk2012-09-181-2/+2
* Add missing ESN bitsmikeb2012-06-291-1/+2
* Sync up several defines with RFC 5996. IANA has changed the existingmikeb2012-05-071-2/+4
* Better non-debug logging messages when a session is established/closed.reyk2010-07-031-3/+3
* Include the Id type in the generated SA tag that is passed to thereyk2010-06-261-6/+6
* rename the ec groups to either ec2n or ecp (eg. ec155 -> ec2n155 orreyk2010-06-231-8/+8
* add define for saproto 0reyk2010-06-141-1/+2
* i don't like splitting source code in too many source files but ikev2.creyk2010-06-101-21/+2
* Import iked, a new implementation of the IKEv2 protocol.reyk2010-06-031-0/+515