index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
iked
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync correct ROUNDUP() from net/route.c
tobhe
2021-03-25
1
-3
/
+2
*
Don't send DELETE notify if IKE SA is replaced because of
tobhe
2021-03-23
1
-2
/
+2
*
The tag comes after iface in iked.conf(5).
tobhe
2021-03-21
1
-4
/
+4
*
Add 'grp31' alias for curve25519 as documented in iked.conf(5).
tobhe
2021-03-16
1
-1
/
+2
*
We makes sure that a dh group is required if the local proposal
tobhe
2021-03-15
1
-3
/
+13
*
Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in group
tobhe
2021-03-15
1
-3
/
+7
*
Log errors with log level info and SPI.
tobhe
2021-03-14
1
-12
/
+17
*
Also log transforms on IKE SA rekey.
tobhe
2021-03-09
1
-3
/
+10
*
Log ESN for child SAs if enabled.
tobhe
2021-03-07
1
-3
/
+6
*
whitespace
tobhe
2021-03-06
1
-2
/
+2
*
Print PFS group for rekeyed Child SAs.
tobhe
2021-03-05
2
-6
/
+14
*
Log transforms of established IKE and Child SAs.
tobhe
2021-03-05
1
-7
/
+36
*
Move policy printing code from parse.y to new print.c
tobhe
2021-03-05
4
-247
/
+291
*
Remove -g from CFLAGS. This was accidentally added with the last commit.
tobhe
2021-03-04
1
-2
/
+2
*
Derive config netmask from address pool if not explicitly configured.
tobhe
2021-03-04
2
-4
/
+26
*
Free sc_vroute on shutdown.
tobhe
2021-03-03
1
-1
/
+2
*
Increase the size of iov in pfkey_sa() to be large enough for all
jsg
2021-03-02
1
-2
/
+2
*
Make sure sa_policy is not NULL in sa_configure_iface(). This can happen
tobhe
2021-03-01
1
-2
/
+2
*
Rename addr to gateway.
tobhe
2021-02-28
1
-8
/
+8
*
Set RTF_GATEWAY for host route based on RTM_GET response.
tobhe
2021-02-27
1
-11
/
+15
*
Set RTF_GATEWAY for flow routes, not for host route.
tobhe
2021-02-26
1
-3
/
+3
*
Fix and improve handling of address families in vroute_getcloneroute().
tobhe
2021-02-26
1
-27
/
+9
*
Constify cipher API.
tobhe
2021-02-25
2
-10
/
+10
*
Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data().
tobhe
2021-02-24
1
-3
/
+3
*
Don't pass 'id' as argument to make function signature match similar
tobhe
2021-02-22
3
-7
/
+7
*
Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving
tobhe
2021-02-21
1
-12
/
+2
*
Fail on invalid address family.
tobhe
2021-02-20
1
-1
/
+3
*
Fail on duplicate nonce payload.
tobhe
2021-02-19
1
-2
/
+5
*
Save one allocation by passing msg_nonce ownership instead of using
tobhe
2021-02-18
1
-10
/
+10
*
Remove redundant ibuf_release. msg_ke is always NULL because of the
tobhe
2021-02-18
1
-2
/
+1
*
Pass ownership instead of duplicating ibuf msg_ke.
tobhe
2021-02-18
1
-12
/
+5
*
Fail on duplicate KE payload.
tobhe
2021-02-16
1
-1
/
+5
*
Add dynamic address configuration for roadwarrior clients.
tobhe
2021-02-13
10
-18
/
+751
*
Fix local and peer addresses in policy lookup for dangling SAs
tobhe
2021-02-12
1
-3
/
+3
*
Explicitly unset IKED_REQ_CERTVALID before sending cert to ca process.
tobhe
2021-02-11
1
-1
/
+2
*
Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make
tobhe
2021-02-10
1
-2
/
+10
*
Add optional 'group none' transform for child SAs and fix handling of
tobhe
2021-02-09
3
-8
/
+39
*
Clean up kernel IPsec flows and security associations on shutdown.
tobhe
2021-02-08
3
-10
/
+33
*
Free X509_STOREs in ca_shutdown().
tobhe
2021-02-07
1
-1
/
+3
*
Fix address leaks in expand_flows().
tobhe
2021-02-07
1
-3
/
+5
*
Rename 'struct group' to 'struct dh_group' for more clarity and
tobhe
2021-02-04
4
-63
/
+63
*
EC_POINT_get_affine_coordinates_GFp() and EC_POINT_get_affine_coordinates_GF2m()
tobhe
2021-02-04
1
-21
/
+7
*
Upgrade to OpenSSL 1.1 compatible crypto API. Add additional
tobhe
2021-02-04
5
-144
/
+231
*
Take flows into consideration for policy lookup as initiator.
tobhe
2021-02-01
3
-11
/
+15
*
Whitespace
tobhe
2021-02-01
1
-2
/
+2
*
Ignore addresses that are not 0/32 (dynamic) in ikev2_cp_fixaddr()
tobhe
2021-01-31
1
-3
/
+3
*
Don't leak flows if ikev2_cp_fixflow() fails.
tobhe
2021-01-31
1
-3
/
+8
*
Add proper padding for pfkey messages. Use ROUNDUP() for auth and
tobhe
2021-01-29
1
-22
/
+95
*
Extern privsep_process. Fixes compilation with -fno-common.
mortimer
2021-01-28
2
-3
/
+5
*
Add support for RSA-PSS PKCS1 signatures. Don't enable them by
tobhe
2021-01-26
2
-19
/
+23
[next]