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
/
libcharon
/
sa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ike-init: Make nonceg a member of ike_init struct
Reto Buerki
2015-05-04
1
-20
/
+17
*
child-create: Make nonceg a member of child_create struct
Reto Buerki
2015-05-04
1
-12
/
+16
*
Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alert
Adrian-Ken Rueegsegger
2015-05-04
1
-2
/
+6
*
ike-vendor: Add some Microsoft vendor IDs
Tobias Brunner
2015-04-21
1
-0
/
+10
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
4
-4
/
+4
*
aead: Create AEAD using traditional transforms with an explicit IV generator
Martin Willi
2015-04-13
1
-4
/
+11
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-03-25
1
-1
/
+1
*
child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
Tobias Brunner
2015-03-25
4
-2
/
+9
*
ikev1: Inverse check when applying received KE value during Quick Mode
5.3.0rc1
Martin Willi
2015-03-24
1
-1
/
+1
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
4
-6
/
+53
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
4
-5
/
+22
*
encoding: Allow ke_payload_create_from_diffie_hellman() to fail
Martin Willi
2015-03-23
4
-12
/
+58
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
2
-4
/
+4
*
ikev1: Make sure SPIs in an IKEv1 DELETE payload match the current SA
Tobias Brunner
2015-03-23
1
-0
/
+39
*
trap-manager: Add option to ignore traffic selectors from acquire events
Tobias Brunner
2015-03-23
1
-1
/
+8
*
ikev1: Adopt virtual IPs on new IKE_SA during re-authentication
Tobias Brunner
2015-03-19
2
-32
/
+111
*
ikev1: Mark rekeyed CHILD_SAs as INSTALLED
Tobias Brunner
2015-03-19
1
-0
/
+2
*
child-sa: Remove policies before states to avoid acquire events for untrapped...
Tobias Brunner
2015-03-19
1
-16
/
+16
*
ikev2: Migrate MOBIKE additional peer addresses to new SA after IKE_SA rekeying
Martin Willi
2015-03-18
1
-0
/
+6
*
ikev2: Immediately initiate queued tasks after establishing rekeyed IKE_SA
Martin Willi
2015-03-18
1
-0
/
+29
*
ikev2: Don't set old IKE_SA to REKEYING state during make-before-break reauth
Martin Willi
2015-03-11
1
-1
/
+0
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
1
-1
/
+1
*
Revert "child-sa: Remove the obsolete update logic"
Martin Willi
2015-03-09
1
-1
/
+6
*
ikev2: Move code in pubkey authenticator's build() method into separate funct...
Tobias Brunner
2015-03-09
1
-85
/
+123
*
ikev2: Try all eligible signature schemes
Tobias Brunner
2015-03-09
1
-34
/
+71
*
ikev1: Set protocol ID and SPIs in INITIAL-CONTACT notification payloads
Tobias Brunner
2015-03-06
1
-2
/
+13
*
ikev2: Try all RSA signature schemes if none is configured
Tobias Brunner
2015-03-04
1
-4
/
+19
*
ikev2: Consider signature schemes in rightauth when sending hash algorithms
Tobias Brunner
2015-03-04
1
-14
/
+54
*
keymat: Use hash algorithm set
Tobias Brunner
2015-03-04
1
-29
/
+7
*
ikev2: Add an option to disable constraints against signature schemes
Tobias Brunner
2015-03-04
1
-1
/
+11
*
ikev2: Fall back to SHA-1 signatures for RSA
Tobias Brunner
2015-03-04
1
-0
/
+7
*
ikev2: Select a signature scheme appropriate for the given key
Tobias Brunner
2015-03-04
1
-18
/
+13
*
ikev2: Log the actual signature scheme used for RFC 7427 authentication
Tobias Brunner
2015-03-04
1
-4
/
+6
*
ikev2: Store signature scheme used to verify peer in auth_cfg
Tobias Brunner
2015-03-04
1
-0
/
+1
*
ikev2: Add a global option to disable RFC 7427 signature authentication
Tobias Brunner
2015-03-04
1
-2
/
+12
*
ikev2: Remove private AUTH_BLISS method
Tobias Brunner
2015-03-04
3
-18
/
+1
*
ikev2: Handle RFC 7427 signature authentication in pubkey authenticator
Tobias Brunner
2015-03-04
2
-49
/
+179
*
ikev2: Enable signature authentication by transmitting supported hash algorithms
Tobias Brunner
2015-03-04
2
-4
/
+88
*
keymat: Add facility to store supported hash algorithms
Tobias Brunner
2015-03-04
2
-1
/
+70
*
ikev2: Add new authentication method defined by RFC 7427
Tobias Brunner
2015-03-04
2
-3
/
+9
*
ikev2: Only accept initial messages in specific states
Tobias Brunner
2015-03-04
1
-10
/
+9
*
ike-sa-manager: Make sure the message ID of initial messages is 0
Tobias Brunner
2015-03-04
1
-1
/
+2
*
ikev2: Don't destroy the SA if an IKE_SA_INIT with unexpected MID is received
Tobias Brunner
2015-03-04
1
-4
/
+0
*
ikev2: Don't adopt any CHILD_SA during make-before-break reauthentication
Martin Willi
2015-03-04
1
-1
/
+2
*
ikev2: Merge EAP client authentication details if EAP methods provides them
Martin Willi
2015-03-03
1
-0
/
+7
*
eap: Add an optional authentication details getter to the EAP method interface
Martin Willi
2015-03-03
1
-0
/
+12
*
ikev2: Schedule a timeout for the delete message following passive IKE rekeying
Martin Willi
2015-03-03
1
-0
/
+6
*
bus: Add an ike_update() hook invoked when peer endpoints change
Martin Willi
2015-02-20
1
-0
/
+2
*
ikev2: Schedule a make-before-break completion task to delete old IKE_SA
Martin Willi
2015-02-20
6
-1
/
+172
*
ikev2: Allow task to skip exchange by setting undefined exchange type
Martin Willi
2015-02-20
1
-0
/
+5
[prev]
[next]