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
/
encoding
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
48
-415
/
+415
*
payloads: Verify P-CSCF configuration attributes like others carrying IP addr...
Tobias Brunner
2016-03-10
1
-0
/
+2
*
ikev1: Send NAT-D payloads after vendor ID payloads in Aggressive Mode messages
Tobias Brunner
2016-03-07
1
-6
/
+6
*
ikev1: Send and verify IPv6 addresses correctly
Tobias Brunner
2016-03-03
1
-0
/
+7
*
ikev1: Assume a default key length of 128-bit for AES-CBC
Tobias Brunner
2015-08-17
1
-0
/
+11
*
Fixed some typos
Tobias Brunner
2015-08-13
1
-1
/
+1
*
message: Log message if unknown/disallowed payload received
Tobias Brunner
2015-06-01
1
-3
/
+10
*
message: Log original message type of unknown payloads
Tobias Brunner
2015-06-01
1
-0
/
+13
*
unknown-payload: Use a new private payload type and make original type available
Tobias Brunner
2015-06-01
5
-2
/
+25
*
ikev2: Include fragment number into message ID passed to IV gen
Martin Willi
2015-06-01
1
-0
/
+5
*
message: Show the fragmentation numbers in message stringification
Martin Willi
2015-06-01
1
-0
/
+36
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
1
-1
/
+1
*
encoding: Remove DH public value verification from KE payload
Martin Willi
2015-03-23
1
-73
/
+0
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
1
-2
/
+8
*
encoding: Allow ke_payload_create_from_diffie_hellman() to fail
Martin Willi
2015-03-23
1
-1
/
+1
*
encoding: Add getter for IKE SPIs in IKEv1 DELETE payloads
Tobias Brunner
2015-03-23
2
-0
/
+25
*
encoding: Don't verify length of IKEv1 KE payloads
Tobias Brunner
2015-03-20
1
-0
/
+6
*
encoding: Verify the length of KE payload data for known groups
Martin Willi
2015-03-18
1
-0
/
+67
*
ikev2: Add SIGNATURE_HASH_ALGORITHMS notify payload
Tobias Brunner
2015-03-04
2
-6
/
+18
*
ike: Allow creation of internally used payloads
Tobias Brunner
2014-12-12
1
-1
/
+1
*
ikev1: Use same map for AH and ESP authentication algorithms
Tobias Brunner
2014-12-09
1
-152
/
+120
*
ikev1: Accept IPComp proposals with 4 octet long CPI values
Tobias Brunner
2014-12-05
1
-2
/
+2
*
ike: Only parse payloads valid for the current IKE version
Tobias Brunner
2014-12-05
4
-3
/
+33
*
ike: Make check for known payloads depend on IKE version
Tobias Brunner
2014-12-05
3
-25
/
+40
*
id-payload: Enable multiple calls to get_ts() for subnet traffic selectors
Tobias Brunner
2014-12-05
1
-2
/
+5
*
message: Include encrypted fragment payload in payload (order) rules
Tobias Brunner
2014-10-29
1
-0
/
+12
*
message: Limit maximum number of IKEv2 fragments
Tobias Brunner
2014-10-10
1
-1
/
+11
*
packet: Define a global default maximum size for IKE packets
Tobias Brunner
2014-10-10
1
-6
/
+1
*
message: Ensure a minimum fragment length
Tobias Brunner
2014-10-10
1
-8
/
+18
*
message: Fragment and reassemble IKEv2 messages
Tobias Brunner
2014-10-10
2
-133
/
+366
*
message: Handle encrypted fragment payload similar to the encrypted payload
Tobias Brunner
2014-10-10
1
-16
/
+91
*
ikev2: Add encrypted fragment payload
Tobias Brunner
2014-10-10
4
-12
/
+454
*
encrypted_payload: Encrypted payload can be constructed from plaintext
Tobias Brunner
2014-10-10
2
-0
/
+38
*
encrypted_payload: Expose generate() to generate the plaintext
Tobias Brunner
2014-10-10
2
-1
/
+17
*
encrypted_payload: Extract some utility functions
Tobias Brunner
2014-10-10
1
-74
/
+110
*
message: Split generate() in multiple functions
Tobias Brunner
2014-10-10
1
-67
/
+122
*
ikev2: Add notify for IKEv2 fragmentation
Tobias Brunner
2014-10-10
2
-7
/
+15
*
ikev1: Move defragmentation to message_t
Tobias Brunner
2014-10-10
2
-2
/
+224
*
message: fragment() generates message and fragments and caches them
Tobias Brunner
2014-10-10
2
-27
/
+98
*
message: Make packet argument optional in generate()
Tobias Brunner
2014-10-10
1
-1
/
+4
*
ikev1: Move fragment generation to message_t
Tobias Brunner
2014-10-10
2
-2
/
+125
*
ike: Rename encryption_payload to encrypted_payload
Tobias Brunner
2014-10-10
7
-99
/
+95
*
encoding: Accept all exchange types for non IKEv1/IKEv2 major versions
Martin Willi
2014-09-22
1
-5
/
+11
*
ikev1: Don't cache last block of INFORMATIONAL messages as IV
Tobias Brunner
2014-09-12
1
-2
/
+2
*
ikev1: Log IV when encrypting messages
Tobias Brunner
2014-09-12
1
-0
/
+1
*
ikev1: Skip unusable IPComp proposals
Tobias Brunner
2014-09-12
1
-1
/
+1
*
ikev1: Properly handle different proposal numbering schemes
Tobias Brunner
2014-09-12
1
-5
/
+10
*
encoding: Don't explicitly include <arpa/inet.h>
Martin Willi
2014-06-04
2
-2
/
+0
*
payload: Use common prefixes for all payload type identifiers
Martin Willi
2014-06-04
43
-681
/
+681
*
ikev1: Add an option to accept unencrypted ID/HASH payloads
Martin Willi
2014-04-17
1
-1
/
+20
[next]