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-12-23
fix off by one in bounds test
Jonathan Gray
2021-12-14
Move raw pubkey bytes to EVP_PKEY conversion to common function.
Tobias Heider
2021-12-13
Fix asprintf() error check. Portable code should check the return
Theo Buehler
2021-12-13
Fix a few leaks due to X509_NAME_oneline(name, NULL, 0) dynamically
Theo Buehler
2021-12-13
Avoid a potential double free in group_free()
Theo Buehler
2021-12-13
Cleanup libcrypto memory management. Remove redundant NULL checks
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-08
The /etc/iked/certs/ directory is used for both local and peer
Tobias Heider
2021-12-07
Fix locally stored peer certificates in /etc/iked/certs as documented in
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
add -V to usage(), and list it before -v in both SYNOPSIS and the
Jason McIntyre
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
[next]