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
/
iked.h
Age
Commit message (
Expand
)
Author
2024-11-04
add a "natt" option that forces negotiation of nat-t (and udpencap).
David Gwynne
2024-09-15
Add handling of "Class" attribute. diff from markus
YASUOKA Masahiko
2024-07-13
Add RADIUS support. Authentication, accounting, and "Dynamic
YASUOKA Masahiko
2024-03-02
Trigger retransmission only for fragment 1/x, otherwise each received
Tobias Heider
2024-02-15
Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipes
Tobias Heider
2024-02-15
Delay enabling sockets until ikev2 process is ready.
Tobias Heider
2024-02-15
Remove unused control_socks queue.
Tobias Heider
2024-01-24
Use per connection peerid for control replies
Tobias Heider
2024-01-15
Include cert_partial_chain in iked_static instead of sending a separate
Tobias Heider
2023-08-11
Add iked support for route based sec(4) tunnels.
Tobias Heider
2023-07-28
Implement print_hexbuf() to hexdump the contents of an ibuf.
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-25
remove ca_sslinit()
Omar Polo
2023-06-19
Improve the ibuf API by adding these functions:
Claudio Jeker
2023-06-16
Now that print_host() is unused, rename it to print_addr() and simplify.
Theo Buehler
2023-06-13
iked: introduce and use print_addr()
Theo Buehler
2023-06-12
Use stdio open_memstream(3) to build up log strings instead of trying to
Claudio Jeker
2023-05-30
Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
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-05-23
There is no need to ibuf_zero() or memset() any buffers.
Claudio Jeker
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
2022-12-03
Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.
Tobias Heider
2022-09-19
Add iked connection statistics for successful and failed connections, common
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-03-14
Improve retransmission of message fragments. RFC 7383 states that loss of
Tobias Heider
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-01
whitespace cleanup during review read
Theo de Raadt
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
A peer sends both his local id and remote id he expects us to be. So far we
Patrick Wildt
2021-11-24
Unregister event on pfkey socket during pfkey_reply(). Using events
Tobias Heider
2021-11-24
Pass env to pfkey API. Consistently call pfkey file descriptor fd.
Tobias Heider
2021-10-26
Make proto config option accept a list to allow specifying multiple
Tobias Heider
2021-10-12
Change responder to prefer DH group from KE payload.
Tobias Heider
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2021-06-23
Factor out vroute_addr().
tobhe
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-03-05
Print PFS group for rekeyed Child SAs.
tobhe
2021-03-05
Move policy printing code from parse.y to new print.c
tobhe
2021-02-25
Constify cipher API.
tobhe
2021-02-22
Don't pass 'id' as argument to make function signature match similar
tobhe
2021-02-13
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-04
Rename 'struct group' to 'struct dh_group' for more clarity and
tobhe
[next]