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: Fix size of key material for CAMELLIA-CTR
Tobias Brunner
2015-10-30
1
-0
/
+1
*
ike-mobike: Send retransmits to the current local and remote addresses
Tobias Brunner
2015-10-30
1
-1
/
+5
*
child-rekey: Don't add a REKEY_SA notify if the child-create task is deleting...
Tobias Brunner
2015-08-21
1
-6
/
+9
*
child-create: Cache proposed IPsec protocol
Tobias Brunner
2015-08-21
1
-10
/
+13
*
child-create: Don't attempt to delete the SA if we don't have all the informa...
Tobias Brunner
2015-08-21
1
-8
/
+10
*
child-rekey: Remove redundant migrate() call for child-create sub-task
Tobias Brunner
2015-08-21
1
-2
/
+1
*
child-create: Fix crash when retrying CHILD_SA rekeying due to a DH group mis...
Tobias Brunner
2015-08-21
1
-0
/
+1
*
ikev2: Store outer EAP method used to authenticate remote peer in auth-cfg
Tobias Brunner
2015-08-19
1
-0
/
+9
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
1
-1
/
+1
*
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
*
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
*
ikev2: Enforce remote authentication config before proceeding with own authen...
Martin Willi
2015-06-05
1
-0
/
+44
*
unknown-payload: Use a new private payload type and make original type available
Tobias Brunner
2015-06-01
1
-8
/
+10
*
child-create: Destroy nonceg in migrate()
Tobias Brunner
2015-05-05
1
-1
/
+2
*
child-create: Fix error handling if nonceg can't be created
Tobias Brunner
2015-05-05
1
-14
/
+12
*
ike-init: Fix error handling if nonceg can't be created
Tobias Brunner
2015-05-05
1
-13
/
+21
*
ike-init: Fix compiler warning
Tobias Brunner
2015-05-05
1
-2
/
+0
*
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
3
-3
/
+3
*
aead: Create AEAD using traditional transforms with an explicit IV generator
Martin Willi
2015-04-13
1
-4
/
+11
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
2
-3
/
+42
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
1
-0
/
+1
*
encoding: Allow ke_payload_create_from_diffie_hellman() to fail
Martin Willi
2015-03-23
2
-7
/
+34
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
1
-2
/
+2
*
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
*
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
*
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
1
-9
/
+0
*
ikev2: Handle RFC 7427 signature authentication in pubkey authenticator
Tobias Brunner
2015-03-04
1
-49
/
+178
*
ikev2: Enable signature authentication by transmitting supported hash algorithms
Tobias Brunner
2015-03-04
1
-4
/
+83
*
keymat: Add facility to store supported hash algorithms
Tobias Brunner
2015-03-04
2
-1
/
+70
*
ikev2: Only accept initial messages in specific states
Tobias Brunner
2015-03-04
1
-10
/
+9
*
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: Merge EAP client authentication details if EAP methods provides them
Martin Willi
2015-03-03
1
-0
/
+7
[prev]
[next]