index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
starter: Add support for multi-line strings in ipsec.conf
Tobias Brunner
2015-07-28
3
-8
/
+6
*
settings: Add support for multi-line strings
Tobias Brunner
2015-07-28
3
-16
/
+20
*
starter: Don't replace rarely used special characters in strings in ipsec.conf
Tobias Brunner
2015-07-28
1
-2
/
+0
*
settings: Don't replace rarely used special characters
Tobias Brunner
2015-07-28
1
-2
/
+0
*
android: Don't pass null as root view to inflate()
Tobias Brunner
2015-07-28
1
-1
/
+1
*
android: Fix a potential NullPointerException in the IMC state fragment
Tobias Brunner
2015-07-28
1
-1
/
+7
*
android: EAP-TNC does not require a client certificate
Tobias Brunner
2015-07-28
1
-1
/
+1
*
android: Enable charon.initiator_only option
Tobias Brunner
2015-07-28
1
-0
/
+2
*
android: Increase the minSdkVersion to 15 and targetSdkVersion to 22
Tobias Brunner
2015-07-28
1
-2
/
+2
*
Use MGF1 with SHA-512 as BLISS random oracle
Andreas Steffen
2015-07-27
4
-72
/
+58
*
Generalize c_indices generation using SHA-512 random oracle.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-18
/
+24
*
Fixed several bugs in the BLISS signature generation/verification step.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-4
/
+8
*
ike: Fix memory leak if remote address is kept
Tobias Brunner
2015-07-27
1
-0
/
+4
*
ike-rekey: Fix cleanup() call
Tobias Brunner
2015-07-27
1
-2
/
+2
*
ike-rekey: Reset IKE_SA on bus before sending CREATE_CHILD_SA response
Tobias Brunner
2015-07-27
1
-1
/
+2
*
ike-rekey: Reset IKE_SA on the bus after destroying new IKE_SA
Tobias Brunner
2015-07-27
1
-16
/
+15
*
daemon: Flush shunts before unloading plugins
Tobias Brunner
2015-07-27
1
-0
/
+4
*
shunt-manager: Add flush() method to properly uninstall shunts
Tobias Brunner
2015-07-27
2
-4
/
+46
*
shunt-manager: Remove stored entries if installation fails
Tobias Brunner
2015-07-27
1
-2
/
+11
*
shunt-manager: Add a lock to safely access the list of shunt policies
Tobias Brunner
2015-07-27
1
-3
/
+17
*
trap-manager: Resolve race conditions between flush() and install()
Tobias Brunner
2015-07-27
1
-0
/
+31
*
trap-manager: Changed how acquires we acted on are tracked
Tobias Brunner
2015-07-27
1
-36
/
+86
*
trap-manager: Properly check-in IKE_SA if initiating fails
Tobias Brunner
2015-07-27
1
-2
/
+2
*
ike: Fall back to the current remote IP if it resolves to %any
Tobias Brunner
2015-07-27
1
-1
/
+6
*
ike: Use address family of local address when resolving remote host
Tobias Brunner
2015-07-27
1
-1
/
+14
*
ike-cfg: Add unit tests for ike_cfg_get_family() helper
Tobias Brunner
2015-07-27
3
-0
/
+120
*
ike-cfg: Add helper function to determine address family of IP addresses
Tobias Brunner
2015-07-27
2
-1
/
+59
*
host: Properly handle NULL in host_create_from_string[_and_family]
Tobias Brunner
2015-07-27
2
-0
/
+10
*
Improved legibility of swanctl CRL listings
5.3.3dr1
Andreas Steffen
2015-07-22
1
-1
/
+4
*
vici: Certification Authority support added.
Andreas Steffen
2015-07-21
18
-15
/
+1547
*
vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...
Andreas Steffen
2015-07-20
1
-6
/
+20
*
ike-sa-manager: Safely access the RNG instance with an rwlock
Tobias Brunner
2015-07-14
1
-5
/
+16
*
vici: Asynchronize debug logging
Martin Willi
2015-07-12
1
-1
/
+47
*
libipsec: Add a unit-test for ESP encryption using ChaCha20Poly1305
Martin Willi
2015-07-12
3
-0
/
+139
*
libipsec: Add a unit-test test runner
Martin Willi
2015-07-12
5
-8
/
+93
*
unit-tests: Add a IKEv2 message encryption test case
Martin Willi
2015-07-12
3
-0
/
+140
*
unit-tests: Increase failure message buffer to hold larger hex dumps
Martin Willi
2015-07-12
2
-2
/
+2
*
unit-tests: Forward variable argument list in TEST_SUITE_DEPEND
Martin Willi
2015-07-12
5
-10
/
+10
*
unit-tests: Load libstrongswan plugins in libcharon tests
Martin Willi
2015-07-12
2
-0
/
+16
*
chapoly: Process two Poly1305 blocks in parallel in SSSE3 driver
Martin Willi
2015-07-12
1
-85
/
+291
*
chapoly: Process four ChaCha20 blocks in parallel in SSSE3 driver
Martin Willi
2015-07-12
1
-16
/
+207
*
chapoly: Add an SSSE3 based driver
Martin Willi
2015-06-29
4
-1
/
+514
*
chapoly: Add a ChaCha20/Poly1305 driver implemented in portable C
Martin Willi
2015-06-29
4
-0
/
+488
*
chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends
Martin Willi
2015-06-29
8
-0
/
+679
*
test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vector
Martin Willi
2015-06-29
3
-0
/
+112
*
kernel-netlink: Add ChaCha20-Poly1305 AEAD support
Martin Willi
2015-06-29
1
-0
/
+2
*
libipsec: Create AEAD with four byte salt for ChaCha20-Poly1305
Martin Willi
2015-06-29
1
-0
/
+1
*
ikev2: Derive additional 4 byte CHILD_SA nonce keymat for ChaCha20-Poly1305
Martin Willi
2015-06-29
1
-0
/
+1
*
ikev2: Use four byte salt for ChaCha20-Poly1305 AEAD
Martin Willi
2015-06-29
1
-0
/
+1
*
proposal: Add a chacha20poly1305 proposal keyword
Martin Willi
2015-06-29
1
-0
/
+1
[prev]
[next]