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
2023-08-11
Add iked support for route based sec(4) tunnels.
Tobias Heider
2023-08-04
Convert calls to ibuf_length() where it is clear that the ibuf is not
Claudio Jeker
2023-07-28
Implement print_hexbuf() to hexdump the contents of an ibuf.
Claudio Jeker
2023-07-28
Use ibuf_data() instead of accessing the ibuf buf pointer directly.
Claudio Jeker
2023-07-18
Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.
Claudio Jeker
2023-07-16
Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().
Claudio Jeker
2023-06-28
Add support to verify X509 chain from CERT payloads.
Tobias Heider
2023-06-14
Replace the last few print_host() calls with print_addr() ones.
Claudio Jeker
2023-06-13
iked: introduce and use print_addr()
Theo Buehler
2023-06-13
Fix FILE leak in error path.
Claudio Jeker
2023-06-12
Use stdio open_memstream(3) to build up log strings instead of trying to
Claudio Jeker
2023-05-23
Replace ibuf_advance() with ibuf_reserve().
Claudio Jeker
2023-05-23
Replace ibuf_release() with ibuf_free() since the former just calls the latter
Claudio Jeker
2023-03-10
Fix possible leak of spibuf and flowbuf in error case.
Tobias Heider
2023-03-05
Fix clean process shutdown by storing env globally like vmd and httpd do
Tobias Heider
2023-03-04
Sync proc.c from vmd(8) to enabled fork + exec for all processes. This gives
Tobias Heider
2023-02-08
iked: remove another unused variable
Theo Buehler
2022-12-06
Print size_t with %zu.
Tobias Heider
2022-12-03
Include endian.h where needed for betohXX functions.
Tobias Heider
2022-11-18
Revert my last two changes.
Moritz Buhl
2022-11-11
Make sure csa->csa_bundled is NULL after freeing to prevent a
Moritz Buhl
2022-11-07
Free objects that were dynamically allocated in libcrypto with OPENSSL_free().
Tobias Heider
2022-11-06
Fix out-of-order string operations resulting in a wrongly calculated
Tobias Heider
2022-10-24
Fix DH group lookup when checking if PFS is required. Compare ID
Tobias Heider
2022-10-10
Move enabling the policy refcounting from policy_ref() to config_free_policy().
Tobias Heider
2022-09-21
Distinguish between retransmit ok and nothing to retransmit. This makes
Tobias Heider
2022-09-19
Add iked connection statistics for successful and failed connections, common
Tobias Heider
2022-09-14
Compare 'srcnat' when comparing policies. Fixes a bug where policy lookup could
Tobias Heider
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
[next]