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
*
Use MGF1 with SHA-512 as BLISS random oracle
Andreas Steffen
2015-07-27
5
-72
/
+63
*
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
*
Merge branch 'trap-shunt-updates'
Tobias Brunner
2015-07-27
4
-43
/
+193
|
\
|
*
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
*
Merge branch 'remote-host-family'
Tobias Brunner
2015-07-27
8
-2
/
+203
|
\
|
*
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
*
testing: Updated loop ca certificates
Andreas Steffen
2015-07-22
12
-25
/
+77
*
testing: Added swanctl --list-authorities output to do-tests
Andreas Steffen
2015-07-22
1
-1
/
+5
*
testing: Updated all swanctl scenarios and added some new ones
Andreas Steffen
2015-07-22
102
-104
/
+1744
*
tests: Introduced IPV6 flag in tests.conf
Andreas Steffen
2015-07-21
20
-1
/
+77
*
tests: Introduced SWANCTL flag in test.conf
Andreas Steffen
2015-07-21
9
-23
/
+57
*
tests: fixed evaltest of swanctl/rw-cert scenario
Andreas Steffen
2015-07-21
1
-2
/
+2
*
tests: fixed description of swanctl ip-pool scenarios
Andreas Steffen
2015-07-21
2
-9
/
+8
*
Version bump to 5.3.3dr1
Andreas Steffen
2015-07-21
1
-1
/
+1
*
vici: Certification Authority support added.
Andreas Steffen
2015-07-21
19
-15
/
+1553
*
vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...
Andreas Steffen
2015-07-20
1
-6
/
+20
*
testing: Do not attempt to start the test environment if hosts are still running
Tobias Brunner
2015-07-15
1
-0
/
+1
*
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
*
Merge branch 'chapoly'
Martin Willi
2015-07-12
44
-32
/
+2657
|
\
|
*
NEWS: Add ChaCha20/Poly1305 news
Martin Willi
2015-07-12
1
-0
/
+8
|
*
testing: Enable AESNI/PCLMULQD in moon/sun guests, if supported
Martin Willi
2015-07-12
2
-0
/
+10
|
*
testing: Do not overwrite kernel configuration if it already exists
Martin Willi
2015-07-12
1
-1
/
+4
|
*
testing: Extract and patch each kernel version only once
Martin Willi
2015-07-12
1
-8
/
+11
|
*
testing: Build with --enable-chapoly
Martin Willi
2015-07-12
1
-0
/
+1
|
*
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
6
-8
/
+94
|
*
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
[next]