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.c
Age
Commit message (
Expand
)
Author
2020-11-07
Implement 'from dynamic', which installs flows where 'dynamic' is replaced
tobhe
2020-11-06
Set correct netmask on patched addresses for debug printing.
tobhe
2020-10-30
Add missing bits to make 'request addr 0.0.0.0' accept ANY dynamic address.
tobhe
2020-10-30
Whitespace fixes.
tobhe
2020-10-30
Fix key payload size. Use size from new SA.
tobhe
2020-10-29
Add initial support to request IP addresses as IKEv2 initiator.
tobhe
2020-10-28
Refactor parts of the dh_* API.
tobhe
2020-10-24
Don't modify sa in ikev2_pld_cp. Store cp_type in msg until message has
tobhe
2020-10-22
Handle NO_PROPOSAL_CHOSEN for initiator in IKE_SA_INIT exchange.
tobhe
2020-10-19
Handle NO_PROPOSAL_CHOSEN as IKE_AUTH 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-05
Only handle AUTHENTICATION_FAILED for IKE_AUTH and INFORMATIONAL exchanges.
tobhe
2020-10-03
React to DELETE notifications only in INFORMATIONAL messages
tobhe
2020-10-02
Send AUTH_FAILED in ikev2_ike_auth_recv() if the message did not contain
tobhe
2020-09-24
Cleanup logging, print SPIs where it makes sense.
tobhe
2020-09-23
Add new 'set cert_partial_chain' config option to allow verification of
tobhe
2020-09-17
Set retransmit timeout for DELETE message on the replaced SA, not on
tobhe
2020-09-17
Do not send DELETE messages for closing SAs.
tobhe
2020-09-17
Merge IKEV2_EXCHANGE_CREATE_CHILD_SA and IKEV2_EXCHANGE_INFORMATIONAL
tobhe
2020-09-16
Move all the EAP logic from a single branch in the message parsing code to
tobhe
2020-09-06
Drop redundant else for readability.
tobhe
2020-09-05
Use peer from policy, not from the acquire message.
tobhe
2020-09-04
INFORMATIONAL and CREATE_CHILD_SA exchanges cannot be initiated at the
tobhe
2020-08-28
Rename ikev2_*_sa() functions to make clear they handle Child SAs.
tobhe
2020-08-27
Make sure to save certificate in the CERTINVALID case to fix
tobhe
2020-08-26
Allow disabling DPD liveness checks by setting dpd_check_interval to 0.
tobhe
2020-08-25
Add dpd_check_interval configuration option. If for any IKE SA no IPsec
tobhe
2020-08-24
Reduce the amount of boilerplate code and imsgs for config options by
tobhe
2020-08-23
Add a new configuration option to limit the number of connections for
tobhe
2020-08-23
Rename natt_mode to sc_nattmode for consistency.
tobhe
2020-08-22
Prevent concurrent CREATE_CHILD_SA and INFORMATIONAL exchanges.
tobhe
2020-08-16
Clean up unused parameters.
tobhe
2020-08-15
Remove dead assignments.
tobhe
2020-08-14
Delete unused variable 'policy'.
tobhe
2020-08-14
Print local 'sa' variable instead of 'msg->msg_sa'.
tobhe
2020-08-14
Delete unused variable 'certid'.
tobhe
2020-08-12
style(9).
tobhe
2020-08-11
Prioritize incoming certificate requests by the order of CERTEQ payloads
tobhe
2020-07-21
Handle TEMPORARY_FAILURE notification on IKESA rekeying.
tobhe
2020-07-16
Remove unused assignment.
tobhe
2020-07-16
Make sure to update policy dependant SA fields after policy_lookup().
tobhe
2020-07-15
Make CERT and CERTREQ payloads optional for public key authentication.
tobhe
2020-07-14
Properly clean up and dereference 'old' policy after failed lookup.
tobhe
2020-06-15
Log errors with log_info and SPI prepended.
tobhe
2020-06-09
Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler.
tobhe
2020-06-03
Pass sockaddr instead of sockaddr_storage to sa_address.
tobhe
2020-06-02
Don't leak authmsg.
tobhe
2020-05-30
Indentation style(9).
tobhe
[prev]
[next]