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
/
ikev2
Commit message (
Expand
)
Author
Age
Files
Lines
*
ikev2: Add hash algorithm used for RSASSA-PSS signature to log message
Tobias Brunner
2017-11-17
1
-11
/
+41
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2017-11-15
1
-1
/
+1
*
ikev2: Use helpers to build signature auth data
Tobias Brunner
2017-11-08
1
-40
/
+4
*
ikev2: Enumerate RSA/PSS schemes and use them if enabled
Tobias Brunner
2017-11-08
1
-7
/
+11
*
ikev2: Support signing with RSASSA-PSS via RFC 7427 signature auth
Tobias Brunner
2017-11-08
1
-6
/
+21
*
ikev2: Verify RSASSA-PSS signatures via RFC 7427 signature auth
Tobias Brunner
2017-11-08
1
-19
/
+34
*
keymat_v2: Pass/receive signature schemes as signature_param_t objects
Tobias Brunner
2017-11-08
2
-28
/
+58
*
auth-cfg: Store signature schemes as signature_params_t objects
Tobias Brunner
2017-11-08
2
-18
/
+23
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-2
/
+2
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
ikev2: Don't use SHA-1 for RFC 7427 signature authentication
Tobias Brunner
2017-11-08
1
-3
/
+1
*
ike: Do not send initial contact only for UNIQUE_NEVER
Thomas Egerer
2017-11-02
1
-1
/
+0
*
ikev2: Abort make-before-break reauth if we don't find children to recreate
Tobias Brunner
2017-11-02
1
-1
/
+19
*
libcharon: Added Cisco FlexVPN Supported VID
Andreas Steffen
2017-10-27
1
-0
/
+2
*
child-create: Don't consider a DH group mismatch as failure as responder
Tobias Brunner
2017-09-18
1
-1
/
+0
*
child-delete: Only let SAs expire naturally if they not already did
Tobias Brunner
2017-09-15
1
-1
/
+1
*
ike: Reset local SPI if retrying to connect in state IKE_CONNECTING
Tobias Brunner
2017-09-04
1
-2
/
+2
*
ike-init: Fail if DH group in KE payload does not match proposed group
Tobias Brunner
2017-09-04
1
-1
/
+5
*
child-create: Don't log CHILD_SA initiation until we know the unique ID
Tobias Brunner
2017-08-07
1
-11
/
+13
*
child-rekey: Add CHILD_SA name and unique ID to collision log messages
Tobias Brunner
2017-08-07
1
-8
/
+13
*
child-rekey: Don't install outbound SA in case of lost collisions
Tobias Brunner
2017-08-07
3
-21
/
+66
*
child-sa: Install outbound SA immediately if kernel supports SPIs on policies
Tobias Brunner
2017-08-07
1
-3
/
+3
*
ikev2: AES-CMAC-PRF-128 only uses the first 64 bits of each nonce
Tobias Brunner
2017-07-27
1
-2
/
+5
*
ike: Trigger CHILD_INSTALLED state change after corresponding log message
Tobias Brunner
2017-07-27
1
-6
/
+6
*
ike: Apply retransmission_limit before applying the jitter
Tobias Brunner
2017-05-26
1
-4
/
+4
*
linked-list: Change return value of find_first() and signature of its callback
Tobias Brunner
2017-05-26
2
-84
/
+93
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
1
-7
/
+14
*
child-delete: Delay the removal of the inbound SA of rekeyed CHILD_SAs
Tobias Brunner
2017-05-23
2
-6
/
+50
*
child-sa: Remove state to track installation of half the SA again
Tobias Brunner
2017-05-23
3
-11
/
+2
*
child-delete: Track flags per individual CHILD_SA
Tobias Brunner
2017-05-23
1
-47
/
+78
*
ikev2: Delay installation of outbound SAs during rekeying on the responder
Tobias Brunner
2017-05-23
3
-10
/
+92
*
child-sa: Change API used to set/install policies
Tobias Brunner
2017-05-23
1
-12
/
+14
*
child-create: Trigger NARROW_RESPONDER_POST hook before installing SAs
Tobias Brunner
2017-05-23
1
-25
/
+21
*
ike: Use optional jitter to calculate retransmission timeouts
Tobias Brunner
2017-05-23
1
-1
/
+25
*
child-cfg: Use flags for boolean options
Tobias Brunner
2017-05-23
1
-3
/
+3
*
ikev2: Ignore IKEV2_MESSAGE_ID_SYNC notifies if extension is disabled
Tobias Brunner
2017-02-08
2
-10
/
+37
*
ikev2: Don't increase expected MID after handling MID sync message
Tobias Brunner
2017-02-08
2
-3
/
+4
*
ikev2: Don't cache response to MID sync request
Tobias Brunner
2017-02-08
1
-1
/
+11
*
ikev2: Accept INFORMATIONAL messages with MID 0 if used to sync MIDs
Tobias Brunner
2017-02-08
1
-3
/
+42
*
ikev2: Negotiate support for IKE message ID synchronisation during IKE_AUTH
Tobias Brunner
2017-02-08
1
-0
/
+7
*
ikev2: Add task to handle IKEV2_MESSAGE_ID_SYNC notifies as responder
Tobias Brunner
2017-02-08
3
-0
/
+338
*
ike: Add getter for the current message ID to task manager
Tobias Brunner
2017-02-08
1
-0
/
+7
*
keymat: Allow keymat to modify signature scheme(s)
Thomas Egerer
2017-02-08
3
-12
/
+39
*
ike-auth: Don't send INITIAL_CONTACT if remote ID contains wildcards
Tobias Brunner
2017-02-06
1
-1
/
+2
*
Implemented EdDSA for IKEv2 using a pro forma Identity hash function
Andreas Steffen
2016-12-14
1
-0
/
+32
*
task-manager: Only trigger retransmit cleared alert if there was at least one...
Tobias Brunner
2016-10-05
1
-1
/
+1
*
ikev2: Respond with NO_PROPOSAL_CHOSEN if proposal without DH group was selected
Tobias Brunner
2016-10-05
1
-0
/
+1
*
ikev2: Only add NAT-D notifies to DPDs as initiator
Tobias Brunner
2016-10-04
1
-8
/
+15
*
ikev2: Send derived CHILD_SA keys to the bus
Tobias Brunner
2016-10-04
1
-26
/
+43
*
ikev2: Send derived IKE_SA keys to bus
Tobias Brunner
2016-10-04
1
-26
/
+30
[next]