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
Age
Commit message (
Expand
)
Author
2023-06-25
remove ca_sslinit()
Omar Polo
2023-06-19
Improve the ibuf API by adding these functions:
Claudio Jeker
2023-06-17
Fix leak of key.id_buf in pubkey auth case.
Tobias Heider
2023-06-16
Now that print_host() is unused, rename it to print_addr() and simplify.
Theo Buehler
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-06-06
Use same pattern to work with offset by using a uint8_t pointer that
Claudio Jeker
2023-06-06
Use ibuf_seek() instead of ibuf_data() + offset constructs. Effect is
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-04-19
remove duplicate includes
Jonathan Gray
2023-03-30
i2d_ECDSA_SIG() may return a negative value in case of error.
Alexander Bluhm
2023-03-10
Fix possible leak of spibuf and flowbuf in error case.
Tobias Heider
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
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-15
proc_ispeer() is not used anywhere anymore so remove it everywhere.
Tobias Heider
2023-02-10
Add support for configuring multiple name servers as roadwarrior
Tobias Heider
2023-02-08
iked: remove another unused variable
Theo Buehler
2023-02-08
iked: garbage collect an unused counter variable to make clang 15 happier
Theo Buehler
2022-12-06
Print size_t with %zu.
Tobias Heider
2022-12-04
Rename sun to s_un for portability.
Tobias Heider
2022-12-03
Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.
Tobias Heider
2022-12-03
Include endian.h where needed for betohXX functions.
Tobias Heider
2022-11-30
Switch idiom of d2i_ECDSA_SIG() invocation
Theo Buehler
2022-11-26
Bump to 7.2
Tobias Heider
2022-11-18
Revert my last two changes.
Moritz Buhl
2022-11-13
Make sure csa->csa_bundled is NULL after freeing to prevent a
Moritz Buhl
2022-11-11
Make sure csa->csa_bundled is NULL after freeing to prevent a
Moritz Buhl
2022-11-11
In case of an invalid SA resp is passed to ikev2_msg_cleanup without
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
add missing full stop;
Jason McIntyre
2022-07-22
Include an OpenIKED Vendor ID payload in the initial handshake. This will
Tobias Heider
2022-07-22
Fix potential leak of reply in error case.
Tobias Heider
2022-07-18
Check if there is a locally cached nameserver to send before responding
Tobias Heider
2022-07-08
Support sending certificate chains with intermediate CAs in multiple CERT
Tobias Heider
2022-07-04
Ignore any CERT payload after the first instead of failing the exchange
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-05-17
Move towards OpenIKED 7.1
Tobias Heider
[prev]
[next]