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.c
Age
Commit message (
Expand
)
Author
2022-07-22
Include an OpenIKED Vendor ID payload in the initial handshake. This will
Tobias Heider
2022-07-08
Support sending certificate chains with intermediate CAs in multiple CERT
Tobias Heider
2022-07-04
Fix error in the comparison of the Child SA nonces to decide which
Tobias Heider
2022-05-28
Since 'sa' can be freed inside the loop, RB_FOREACH_SAFE is required.
Gerhard Roth
2022-03-14
Improve retransmission of message fragments. RFC 7383 states that loss of
Tobias Heider
2022-02-13
SKEEYSEED -> SKEYSEED
mbuhl
2021-12-09
Properly enable NAT-T without udpencap if mobike was negotiated without NAT.
Tobias Heider
2021-12-09
Move switch to NAT-T port and udpencap activation to ikev2_enable_natt().
Tobias Heider
2021-12-06
Logging received addresses and DNS configuration only makes sense for
Tobias Heider
2021-12-04
Send out dstid as initiator if configured. This makes it easier for
Tobias Heider
2021-12-01
whitespace cleanup during review read
Theo de Raadt
2021-11-30
whitespace
Tobias Heider
2021-11-29
sys/param.h was included for MAX(), MIN() and roundup(). make local
Theo de Raadt
2021-11-27
Rename msg_id to msg_peerid now that we also have msg_localid.
Tobias Heider
2021-11-26
Fix ikev2_child_sa_rekey() warnings. The SPI can't be printed without a
Tobias Heider
2021-11-24
Pass env to pfkey API. Consistently call pfkey file descriptor fd.
Tobias Heider
2021-11-23
Add logging for rekey failures.
Tobias Heider
2021-11-22
MOBIKE is RFC 4555.
Tobias Heider
2021-11-16
Zero all copies of pre-shared key.
Tobias Heider
2021-11-15
style
Tobias Heider
2021-11-10
Look for INVALID_KE group from IKE_SA_INIT in IKE transforms,
Tobias Heider
2021-10-12
Change responder to prefer DH group from KE payload.
Tobias Heider
2021-10-12
Make sure all copies of MSCHAPv2 passphrase are zeroed after use.
Tobias Heider
2021-09-07
Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we
Tobias Heider
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2021-06-29
Send AUTHENTICATION_FAILED in case of unexpected auth method or auth
tobhe
2021-06-17
Skip flows in ikev2_cp_addr() if they don't contain a dynamic (0.0.0.0)
tobhe
2021-06-11
Revert previous change in ikev2_cp_fixaddr().
tobhe
2021-05-31
Don't fail hard in ikev2_cp_fixaddr() if no address pool is found.
tobhe
2021-05-31
Prevent address underflow with /32 config address prefix.
tobhe
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-03-23
Don't send DELETE notify if IKE SA is replaced because of
tobhe
2021-03-15
Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in group
tobhe
2021-03-14
Log errors with log level info and SPI.
tobhe
2021-03-09
Also log transforms on IKE SA rekey.
tobhe
2021-03-07
Log ESN for child SAs if enabled.
tobhe
2021-03-06
whitespace
tobhe
2021-03-05
Print PFS group for rekeyed Child SAs.
tobhe
2021-03-05
Log transforms of established IKE and Child SAs.
tobhe
2021-03-04
Derive config netmask from address pool if not explicitly configured.
tobhe
2021-02-20
Fail on invalid address family.
tobhe
2021-02-18
Save one allocation by passing msg_nonce ownership instead of using
tobhe
2021-02-18
Pass ownership instead of duplicating ibuf msg_ke.
tobhe
2021-02-13
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-11
Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process.
tobhe
2021-02-10
Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make
tobhe
2021-02-09
Add optional 'group none' transform for child SAs and fix handling of
tobhe
2021-02-04
Rename 'struct group' to 'struct dh_group' for more clarity and
tobhe
2021-02-04
Upgrade to OpenSSL 1.1 compatible crypto API. Add additional
tobhe
2021-02-01
Take flows into consideration for policy lookup as initiator.
tobhe
[next]