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-11-10
Always prefer group from initial KE payload as responder if supported.
Tobias Heider
2023-09-02
Make sure cert_type is not 0 to prevent leak of certid->id_buf.
Tobias Heider
2023-09-02
Remove unneccessary id == NULL check after dereferencing it. id can never
Tobias Heider
2023-08-14
Improve error message when if_indextoname() fails.
Tobias Heider
2023-08-14
Add explicit NULL checks for sa_cp_addr and sa_cp_addr6.
Tobias Heider
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-28
Don't call daemon() after proc_init(), otherwise the child processes
Gerhard Roth
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
[prev]
[next]