summaryrefslogtreecommitdiff
path: root/sbin/iked
AgeCommit message (Expand)Author
2021-06-17Skip flows in ikev2_cp_addr() if they don't contain a dynamic (0.0.0.0)tobhe
2021-06-11Revert previous change in ikev2_cp_fixaddr().tobhe
2021-06-01Remember flow routes in addition to host routes and deletetobhe
2021-05-31Don't fail hard in ikev2_cp_fixaddr() if no address pool is found.tobhe
2021-05-31Prevent address underflow with /32 config address prefix.tobhe
2021-05-28Add experimental post-quantum hybrid key exchange methodtobhe
2021-05-17Avoid calling ibuf_add() with NULL and zero length.tobhe
2021-05-13Refactor iked process shutdown and cleanup. Remember configuredtobhe
2021-05-13Use field independent version of {get,set}_affine_coordinates.Theo Buehler
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-04-11Document 'request' option to request additional configuration payloads.tobhe
2021-04-09Only modify routes if SA has a valid address lease. On IKE SA rekeytobhe
2021-04-03Add size check for sockaddr mask.tobhe
2021-03-25Sync correct ROUNDUP() from net/route.ctobhe
2021-03-23Don't send DELETE notify if IKE SA is replaced because oftobhe
2021-03-21The tag comes after iface in iked.conf(5).tobhe
2021-03-16Add 'grp31' alias for curve25519 as documented in iked.conf(5).tobhe
2021-03-15We makes sure that a dh group is required if the local proposaltobhe
2021-03-15Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in grouptobhe
2021-03-14Log errors with log level info and SPI.tobhe
2021-03-09Also log transforms on IKE SA rekey.tobhe
2021-03-07Log ESN for child SAs if enabled.tobhe
2021-03-06whitespacetobhe
2021-03-05Print PFS group for rekeyed Child SAs.tobhe
2021-03-05Log transforms of established IKE and Child SAs.tobhe
2021-03-05Move policy printing code from parse.y to new print.ctobhe
2021-03-04Remove -g from CFLAGS. This was accidentally added with the last commit.tobhe
2021-03-04Derive config netmask from address pool if not explicitly configured.tobhe
2021-03-03Free sc_vroute on shutdown.tobhe
2021-03-02Increase the size of iov in pfkey_sa() to be large enough for allJonathan Gray
2021-03-01Make sure sa_policy is not NULL in sa_configure_iface(). This can happentobhe
2021-02-28Rename addr to gateway.tobhe
2021-02-27Set RTF_GATEWAY for host route based on RTM_GET response.tobhe
2021-02-26Set RTF_GATEWAY for flow routes, not for host route.tobhe
2021-02-26Fix and improve handling of address families in vroute_getcloneroute().tobhe
2021-02-25Constify cipher API.tobhe
2021-02-24Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data().tobhe
2021-02-22Don't pass 'id' as argument to make function signature match similartobhe
2021-02-21Don't explicitly send address family in IMSG_VROUTE_ADD. The receivingtobhe
2021-02-20Fail on invalid address family.tobhe
2021-02-19Fail on duplicate nonce payload.tobhe
2021-02-18Save one allocation by passing msg_nonce ownership instead of usingtobhe
2021-02-18Remove redundant ibuf_release. msg_ke is always NULL because of thetobhe
2021-02-18Pass ownership instead of duplicating ibuf msg_ke.tobhe
2021-02-16Fail on duplicate KE payload.tobhe
2021-02-13Add dynamic address configuration for roadwarrior clients.tobhe
2021-02-12Fix local and peer addresses in policy lookup for dangling SAstobhe
2021-02-11Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process.tobhe
2021-02-10Delay deletion of IKE SAs on rekey when stickyaddress is enabled to maketobhe
2021-02-09Add optional 'group none' transform for child SAs and fix handling oftobhe