index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
plugin-loader: Disable some logging output when building fuzz targets
Tobias Brunner
2017-05-23
1
-4
/
+19
|
*
x509: Manually print CRL/OCSP URIs when fuzzing
Tobias Brunner
2017-05-23
2
-8
/
+28
|
*
processor: Move priority threads assignment to set_threads()
Tobias Brunner
2017-05-23
1
-4
/
+9
|
*
fuzz: Change how fuzz_certs is built
Tobias Brunner
2017-05-23
1
-5
/
+11
|
*
Add plugin constructor registration for all libraries that provide plugins
Tobias Brunner
2017-05-23
9
-0
/
+65
|
*
plugin-constructors: Add script to generate constructor registration
Tobias Brunner
2017-05-23
2
-0
/
+61
|
*
plugin-loader: Add facility to register plugin constructors
Tobias Brunner
2017-05-23
3
-4
/
+87
|
*
configure: Don't build static libraries by default
Tobias Brunner
2017-05-23
1
-0
/
+1
|
*
library: Add compile option to disable memwipe() check
Tobias Brunner
2017-05-23
1
-0
/
+6
|
*
fuzz: Make path to libFuzzer.a configurable
Tobias Brunner
2017-05-23
2
-1
/
+2
|
*
pem: Don't read beyond line ends
Tobias Brunner
2017-05-23
1
-2
/
+2
|
*
x509: Fix leak if there is an empty CDP
Tobias Brunner
2017-05-23
1
-1
/
+7
|
*
x509: Fix leak if a certificate contains multiple authorityKeyIdentifiers
Tobias Brunner
2017-05-23
1
-0
/
+1
|
*
fuzz: Add fuzzing boilerplate
Tobias Brunner
2017-05-23
6
-8
/
+75
|
/
*
testing: Avoid expiration of allocated SPIs due to low retransmission settings
Tobias Brunner
2017-05-23
1
-1
/
+6
*
kernel-netlink: Use total retransmit timeout as acquire timeout
Tobias Brunner
2017-05-23
3
-16
/
+26
*
task-manager: Add helper function to calculate the total retransmit timeout
Tobias Brunner
2017-05-23
2
-1
/
+42
*
ike: Use optional jitter to calculate retransmission timeouts
Tobias Brunner
2017-05-23
5
-6
/
+75
*
kernel-netlink: Try to add new inbound SA if update fails
Thomas Egerer
2017-05-23
1
-3
/
+12
*
kernel-pfkey: Update SA addresses if supported by the kernel
Tobias Brunner
2017-05-23
1
-21
/
+16
*
kernel-pfkey: Use new encap flag on Mac OS X when updating SAs
Tobias Brunner
2017-05-23
1
-1
/
+1
*
receiver: Restrict init limit to half-open SAs as responder
Thomas Egerer
2017-05-23
1
-4
/
+2
*
Merge branch 'hw-offload'
Tobias Brunner
2017-05-23
16
-172
/
+229
|
\
|
*
kernel-netlink: Update hardware offload attribute when SAs are updated
Tobias Brunner
2017-05-23
1
-11
/
+37
|
*
kernel-netlink: Base SA update on correct message in multi-message response
Tobias Brunner
2017-05-23
1
-7
/
+7
|
*
vici: Make hardware offload configurable
Tobias Brunner
2017-05-23
2
-0
/
+15
|
*
child-sa: Optionally enable hardware offload for CHILD_SAs
Tobias Brunner
2017-05-23
1
-0
/
+1
|
*
child-cfg: Add flag to enable hardware offload
Tobias Brunner
2017-05-23
1
-0
/
+3
|
*
child-cfg: Use flags for boolean options
Tobias Brunner
2017-05-23
12
-153
/
+129
|
*
kernel-netlink: Enable hardware offloading if configured for an SA
Tobias Brunner
2017-05-23
1
-0
/
+25
|
*
kernel-ipsec: Add flag to enable hardware offloading for an IPsec SA
Tobias Brunner
2017-05-23
1
-0
/
+2
|
*
include: Update xfrm.h to include hardware offloading extensions
Tobias Brunner
2017-05-23
1
-1
/
+10
|
/
*
kernel-netlink: Directly handle Netlink messages if thread pool is empty
Tobias Brunner
2017-05-23
1
-1
/
+2
*
socket-default: Add an option to force the sending interface via IP_PKTINFO
Martin Willi
2017-05-23
2
-7
/
+54
*
Add an option to announce support for IKE fragmentation but not sending fragm...
Tobias Brunner
2017-05-23
6
-16
/
+34
*
swanctl: Use returned key ID to track loaded private keys
Tobias Brunner
2017-05-23
1
-13
/
+6
*
vici: Return key ID from load-key command
Tobias Brunner
2017-05-23
2
-4
/
+13
*
credential-manager: Prefer local over global sets
Adrian-Ken Rueegsegger
2017-05-23
1
-7
/
+7
*
ikev1: Send NAT-D payloads after HASH payloads in Aggressive Mode requests
Tobias Brunner
2017-05-19
1
-1
/
+1
*
ike-sa-manager: Improve scalability of IKE_SA count checking
Thomas Egerer
2017-05-19
1
-19
/
+10
*
tun-device: Use next free TUN device on FreeBSD
Tobias Brunner
2017-05-19
1
-3
/
+18
*
tun-device: TUN devices are not supported on iOS
Tobias Brunner
2017-05-19
1
-1
/
+10
*
attr-sql: Make release of online leases during startup optional
Tobias Brunner
2017-05-19
2
-8
/
+16
*
charon-nm: Fix typo to actually use random NAT-T port
Tobias Brunner
2017-05-19
1
-1
/
+1
*
af-alg: Fix crypt() definition conflict
Baruch Siach
2017-05-15
1
-2
/
+2
*
Version bump to 5.3.3dr2
5.5.3dr2
Andreas Steffen
2017-05-08
3
-4
/
+2579
*
x509: Evaluate return codes of parsing functions
Andreas Steffen
2017-05-08
4
-52
/
+149
*
nm: Explicitly prevent the smartcard PIN from being stored
Raphael Geissert
2017-05-08
1
-0
/
+2
*
nm: IKE/ESP proposal customization support
Defunct
2017-05-08
2
-0
/
+202
*
charon-nm: IKE/ESP proposal customization support
Defunct
2017-05-08
1
-5
/
+59
[prev]
[next]