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
/
ikev2_msg.c
Age
Commit message (
Expand
)
Author
2022-12-06
Print size_t with %zu.
Tobias Heider
2022-12-03
Include endian.h where needed for betohXX functions.
Tobias Heider
2022-11-11
In case of an invalid SA resp is passed to ikev2_msg_cleanup without
Moritz Buhl
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-03-14
Improve retransmission of message fragments. RFC 7383 states that loss of
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-09-07
Fix leak of m if message initialization fails.
Tobias Heider
2021-09-02
style
Tobias Heider
2021-09-01
Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC
Tobias Heider
2020-10-29
Add initial support to request IP addresses as IKEv2 initiator.
tobhe
2020-10-09
More unused headers.
tobhe
2020-10-09
Remove unused "wait.h" includes.
tobhe
2020-10-06
Always allocate hash_keylength() for buffers passed to hash_final() to
tobhe
2020-10-03
React to DELETE notifications only in INFORMATIONAL messages
tobhe
2020-09-26
Cleanup msg_eap in ikev2_msg_cleanup().
tobhe
2020-08-15
Remove dead assignments.
tobhe
2020-08-11
Prioritize incoming certificate requests by the order of CERTEQ payloads
tobhe
2020-07-08
Always try to retransmit on sendtofrom() errors to ensure the SA
tobhe
2020-05-26
Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.
tobhe
2020-05-14
Stricter return value checking for EVP_Cipher* calls.
tobhe
2020-04-24
Log INFORMATIONAL messages with LOG_DEBUG. They are rarely useful for
tobhe
2020-04-17
Log retransmits of sent requests and responses.
tobhe
2020-03-10
Delete dead code in ikev2_msg_valid_ike_sa().
tobhe
2020-03-10
Make sure 'e' is NULL initialized to prevent nullptr dereference in
tobhe
2020-01-22
delete wasteful ;;
Theo de Raadt
2020-01-16
Add '-p' command line option which allows to configure
tobhe
2019-11-28
Move Notify and Certreq payload handlers after the parser. Modify SA state
tobhe
2019-11-15
Fix error handling in ikev2_msg_send.
tobhe
2019-11-13
Log reason whenever a child SA is freed. This makes it easier to
tobhe
2019-11-11
Cleanup message retransmission handling with new helper functions.
tobhe
2019-08-12
Prepend SPI to send and recv log messages to see which line belongs to
tobhe
2019-05-11
Add support for IKEv2 Message Fragmentation as defined in RFC 7383.
Patrick Wildt
2019-05-10
Enforce messages after IKE_SA_INIT exchange to contain only
Patrick Wildt
2017-11-27
Implement MOBIKE (RFC 4555) support in iked(8), with us acting as
Patrick Wildt
2017-04-26
cope with IP address changes. before, we were trying to resend the msg
Henning Brauer
2017-03-27
Add support to reflect the responder IKEv2 COOKIE.
Reyk Floeter
2017-03-27
Add support for RFC4754 (ECDSA) and RFC7427 authentication.
Reyk Floeter
2017-03-13
NAT-T improvements
Reyk Floeter
2017-01-20
Reset various pointers in ikev2_msg_cleanup
Mike Belopuhov
2017-01-20
Closed SAs should never be treated as valid
Mike Belopuhov
2016-09-04
Now that we have IP_SENDSRCADDR, add sendtofrom().
Vincent Gross
2015-10-19
Remove the ikev1 stub - Since I started iked, it has an empty privsep
Reyk Floeter
2015-10-15
Remove some unnecessary NULL-checks before free(). Change two bzero()
mmcc
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-03-26
initial support for RFC 7427 signatures, so we are no longer
Markus Friedl
2015-02-15
convert bcmp to memcmp
Ted Unangst
[next]