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
/
message.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ikev1: Send NAT-D payloads after HASH payloads in Aggressive Mode requests
Tobias Brunner
2017-05-19
1
-1
/
+1
*
ikev1: Accept more than one certificate payload in aggressive mode
Tobias Brunner
2016-08-17
1
-2
/
+2
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-21
/
+21
*
ikev1: Send NAT-D payloads after vendor ID payloads in Aggressive Mode messages
Tobias Brunner
2016-03-07
1
-6
/
+6
*
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
1
-1
/
+1
*
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
*
ike: Only parse payloads valid for the current IKE version
Tobias Brunner
2014-12-05
1
-0
/
+2
*
ike: Make check for known payloads depend on IKE version
Tobias Brunner
2014-12-05
1
-1
/
+1
*
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
1
-128
/
+366
*
message: Handle encrypted fragment payload similar to the encrypted payload
Tobias Brunner
2014-10-10
1
-16
/
+91
*
message: Split generate() in multiple functions
Tobias Brunner
2014-10-10
1
-67
/
+122
*
ikev1: Move defragmentation to message_t
Tobias Brunner
2014-10-10
1
-2
/
+194
*
message: fragment() generates message and fragments and caches them
Tobias Brunner
2014-10-10
1
-20
/
+71
*
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
1
-1
/
+105
*
ike: Rename encryption_payload to encrypted_payload
Tobias Brunner
2014-10-10
1
-13
/
+13
*
ikev1: Don't cache last block of INFORMATIONAL messages as IV
Tobias Brunner
2014-09-12
1
-2
/
+2
*
payload: Use common prefixes for all payload type identifiers
Martin Willi
2014-06-04
1
-367
/
+367
*
ikev1: Add an option to accept unencrypted ID/HASH payloads
Martin Willi
2014-04-17
1
-1
/
+20
*
iv_gen: Provide external sequence number (IKE, ESP)
Tobias Brunner
2013-10-11
1
-1
/
+1
*
ikev1: Accept more than two certificate payloads
Martin Willi
2013-10-11
1
-2
/
+2
*
message: print type of configuration payload
Martin Willi
2013-09-03
1
-1
/
+21
*
message: print attributes for IKEv1 configuration payloads as well
Martin Willi
2013-09-03
1
-1
/
+2
*
linked-list: Remove barely used has_more() method
Tobias Brunner
2013-07-17
1
-83
/
+105
*
Allow up to 10 NAT-D payloads in IKEv1 messages
Tobias Brunner
2013-03-20
1
-1
/
+1
*
Allow more than one CERTREQ payload for IKEv2
Tobias Brunner
2013-02-08
1
-2
/
+2
*
Add message rules to properly handle IKE fragments
Tobias Brunner
2012-12-24
1
-0
/
+8
*
Reset the encrypted flag when handling IKE messages that contain a fragment
Tobias Brunner
2012-12-24
1
-0
/
+6
*
Add support for draft-ietf-ipsec-nat-t-ike-03 and earlier
Volker RĂ¼melin
2012-12-19
1
-0
/
+12
*
Increase the limit of acceptable IKEv1 CERTREQ payloads to 20
Martin Willi
2012-10-24
1
-1
/
+1
*
Don't print hexdumps on loglevel 1 if hash verification fails
Martin Willi
2012-07-20
1
-3
/
+3
*
Cleaned up memory management and return values for encryption payload
Martin Willi
2012-07-16
1
-14
/
+11
*
Add a return value to keymat_v1_t.{get,update,confirm}_iv
Martin Willi
2012-07-16
1
-9
/
+36
*
Use a bool return value in keymat_v1_t.get_hash_phase2()
Martin Willi
2012-07-16
1
-4
/
+2
*
Store the major IKE version on ike_sa_id_t.
Tobias Brunner
2012-03-20
1
-0
/
+1
*
Print IKEv1 notify types in message summary
Martin Willi
2012-03-20
1
-1
/
+2
*
Support IKEv1 notifies in message_t.get_notify()
Martin Willi
2012-03-20
1
-1
/
+2
*
Accept unencrypted Aggressive Mode messages.
Tobias Brunner
2012-03-20
1
-1
/
+2
*
Encrypt payloads of third aggressive mode message
Martin Willi
2012-03-20
1
-3
/
+3
*
Cast keymat safely, not based on external input
Martin Willi
2012-03-20
1
-36
/
+44
*
Accept NULL as keymat when generating a message
Martin Willi
2012-03-20
1
-4
/
+10
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
1
-1
/
+1
*
Another set of cleanups in message.c
Martin Willi
2012-03-20
1
-18
/
+19
[next]