index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
ikev2.h
Age
Commit message (
Expand
)
Author
2023-06-28
Add support to verify X509 chain from CERT payloads.
Tobias Heider
2021-05-28
Add experimental post-quantum hybrid key exchange method
tobhe
2020-05-26
Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.
tobhe
2020-04-28
Remove support for insecure EC2N groups. Clarify which Diffie-Hellman
tobhe
2019-12-03
Correctly represent flows as traffic selectors as described in RFC 7296. This
tobhe
2019-05-11
Add support for IKEv2 Message Fragmentation as defined in RFC 7383.
Patrick Wildt
2019-04-02
When curve25519 was added to iked, it was based on the internet-draft and
Stuart Henderson
2019-02-27
update RFC references, from tobias_heider at genua.de, ok claudio@
Stuart Henderson
2017-12-03
If we wanted to send out more proposals than just one, we need to set a
Patrick Wildt
2017-03-27
Add support for RFC4754 (ECDSA) and RFC7427 authentication.
Reyk Floeter
2017-01-20
New RFC7383 define
Mike Belopuhov
2017-01-04
Remove modular exponential groups specified in RFC5114
Mike Belopuhov
2015-10-31
RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@
Christian Weisgerber
2015-10-02
Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (along
Reyk Floeter
2015-10-02
RFC7634 specifies ChaCha20-Poly1305 for IKEv2 and IPsec and IANA
Reyk Floeter
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-06-11
Use "compliant" header guards by avoiding the reserved '_' namespace.
Reyk Floeter
2015-03-26
initial support for RFC 7427 signatures, so we are no longer
Markus Friedl
2014-11-07
Repair initiator with PSK auth
Mike Belopuhov
2014-08-27
Add support for Curve25519 using the public domain code that is found
Reyk Floeter
2014-05-06
initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkey
Markus Friedl
2014-04-29
make sure the state machine only advances if the AUTH payload has
Markus Friedl
2014-02-14
initial support for IPComp
Markus Friedl
2013-03-30
Sync with latest IKEv2 Parameters from IANA. No functional change.
Reyk Floeter
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2012-10-25
Move the arrays of default IKE and ESP transforms into parse.y instead
Reyk Floeter
2012-09-18
update email addresses to match reality.
Reyk Floeter
2012-06-29
Add missing ESN bits
Mike Belopuhov
2012-05-07
Sync up several defines with RFC 5996. IANA has changed the existing
Mike Belopuhov
2010-07-03
Better non-debug logging messages when a session is established/closed.
Reyk Floeter
2010-06-26
Include the Id type in the generated SA tag that is passed to the
Reyk Floeter
2010-06-23
rename the ec groups to either ec2n or ecp (eg. ec155 -> ec2n155 or
Reyk Floeter
2010-06-14
add define for saproto 0
Reyk Floeter
2010-06-10
i don't like splitting source code in too many source files but ikev2.c
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter