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
2020-09-01
Log SPIs to make it easier to map OCSP messages to SAs.
tobhe
2020-09-01
Make OCSP response status logging less verbose.
tobhe
2020-08-31
Do not register a read/write callback on fd -1 (e.g. if connection failed).
tobhe
2020-08-31
Both ocsp_req_ctx and ocsp_req must be freed. Don't free ocsp_id as it
tobhe
2020-08-31
Use SA header (SPIs) to map OCSP connect requests to their respective
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
Fix undefined symbol.
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-21
Use trusted CA from /etc/iked/ca/ as OCSP issuer to get rid of
tobhe
2020-08-20
Remove redundant variable.
tobhe
2020-08-19
Restructure traffic selector payload parsing. Add additional size and
tobhe
2020-08-18
Add optional time-stamp validaten for ocsp. The new optional 'tolerate'
tobhe
2020-08-17
Fix possible leak of ocsp_id.
tobhe
2020-08-16
Clean up unused parameters.
tobhe
2020-08-15
Remove dead assignments.
tobhe
2020-08-14
Clean up unused variables.
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 'idtype'.
tobhe
2020-08-14
Delete unused variable 'certid'.
tobhe
2020-08-13
Properly set flow_saproto for aquire.
tobhe
2020-08-12
style(9).
tobhe
2020-08-11
Prioritize incoming certificate requests by the order of CERTEQ payloads
tobhe
2020-08-10
Reduce log spam.
tobhe
2020-08-10
Remove unused argument.
tobhe
2020-08-06
Delete commented out code.
tobhe
2020-07-27
Fix return value check for openssl API used during pubkey validation.
tobhe
2020-07-23
Fix ibuf leak in sa_localauth when SA is freed.
tobhe
2020-07-21
Provide GRE over transport mode example
kn
2020-07-21
Handle TEMPORARY_FAILURE notification on IKESA rekeying.
tobhe
2020-07-20
Fix dst/src port configuration bug with multiple flows.
tobhe
2020-07-20
iked: fix typo in fatalx
Stuart Henderson
2020-07-19
Try to deal with no reply from PF_KEY on pfkey_sa_add.
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-07-10
table fix;
Jason McIntyre
2020-07-10
Document which crypto transforms are enabled by default.
tobhe
2020-07-08
Always try to retransmit on sendtofrom() errors to ensure the SA
tobhe
2020-06-26
Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT
bket
2020-06-25
Silence ca_validate_pubkey() error message for cert type
tobhe
2020-06-25
Rework 'ikeauth' configuration option. The key and cert checks in the config
tobhe
2020-06-18
Fix handling of short EAP-MSCHAP messages.
tobhe
[next]