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
2021-11-29
Add command line option to show the version
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
A peer sends both his local id and remote id he expects us to be. So far we
Patrick Wildt
2021-11-26
Fix ikev2_child_sa_rekey() warnings. The SPI can't be printed without a
Tobias Heider
2021-11-25
Remove unused variable fd.
Tobias Heider
2021-11-25
Silence unitialized variable warnings.
Tobias Heider
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-11-23
Add logging for rekey failures.
Tobias Heider
2021-11-22
MOBIKE is RFC 4555.
Tobias Heider
2021-11-21
Add 'ikectl show certinfo' to show trusted CAs and certificates.
Tobias Heider
2021-11-20
Fix some strdup() leaks in ocsp config option.
Tobias Heider
2021-11-19
Check stdrup() return value.
Tobias Heider
2021-11-18
iked: replace a conditional EVP_CIPHER_CTX_cleanup() + free() stanza
Theo Buehler
2021-11-18
Check if encoding works in dsa_init(). This avoids calling fatal()
Tobias Heider
2021-11-16
Zero all copies of pre-shared key.
Tobias Heider
2021-11-15
style
Tobias Heider
2021-11-13
The key/nonce disclaimers were copied from ipsec.conf.5 but aren't relevant
Tobias Heider
2021-11-12
Refactor order of checks when handling IKEv2 message fragments.
Tobias Heider
2021-11-10
Look for INVALID_KE group from IKE_SA_INIT in IKE transforms,
Tobias Heider
2021-11-09
Use more sensible transforms in example config.
Tobias Heider
2021-11-05
Clarify iface option.
Tobias Heider
2021-11-04
Clarify "aes" will accept keys which length is in 128:256 bits. Also
YASUOKA Masahiko
2021-10-26
Make proto config option accept a list to allow specifying multiple
Tobias Heider
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
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-18
upon length check or other failure, explicit_bzero an object, because it may
Theo de Raadt
2021-09-18
freezero() instead of free(), because the object may contain a password
Theo de Raadt
2021-09-07
Fix leak of msg_cert.id_buf. ikev2_msg_cleanup() frees id_buf if we
Tobias Heider
2021-09-07
Fix leak of m if message initialization fails.
Tobias Heider
2021-09-06
Fix leaks in vroute addr and route caches.
Tobias Heider
2021-09-02
style
Tobias Heider
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2021-08-03
Increase default data bytes limit for Child SAs to 4 GB.
tobhe
2021-06-29
Send AUTHENTICATION_FAILED in case of unexpected auth method or auth
tobhe
2021-06-23
Use print_host() to log destination, netmask and gateway. Add pretty
tobhe
2021-06-23
Factor out vroute_addr().
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-06-01
Remember flow routes in addition to host routes and delete
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-28
Add experimental post-quantum hybrid key exchange method
tobhe
2021-05-17
Avoid calling ibuf_add() with NULL and zero length.
tobhe
2021-05-13
Refactor iked process shutdown and cleanup. Remember configured
tobhe
2021-05-13
Use field independent version of {get,set}_affine_coordinates.
Theo Buehler
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-11
Document 'request' option to request additional configuration payloads.
tobhe
[prev]
[next]