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
...
|
|
*
Handle INFORMATIONAL_V1 messages when no keys have been derived yet.
Tobias Brunner
2012-03-20
1
-2
/
+3
|
|
*
Use proper enum types in proposal_substructure.
Tobias Brunner
2012-03-20
1
-2
/
+2
|
|
*
Map auth_class to auth method and IKEv1 proposal attribute
Martin Willi
2012-03-20
1
-2
/
+10
|
|
*
Removed obsolete transform attribute setters
Martin Willi
2012-03-20
2
-92
/
+13
|
|
*
Implemented IKEv1 attribute encoding in SA payload
Martin Willi
2012-03-20
5
-8
/
+247
|
|
*
Implemented encoding of additional IKEv1 proposal attributes
Martin Willi
2012-03-20
5
-123
/
+173
|
|
*
Added not-yet used sa_payload parameters used in IKEv1
Martin Willi
2012-03-20
2
-10
/
+170
|
|
*
IKEv1 XAuth: Add XAUTH authentication types to the enum. Added the ability t...
Clavister OpenSource
2012-03-20
1
-0
/
+17
|
|
*
IKEv1 ConfigMode: Fix configuration_attribute encoding rules for IKEv1 to use...
Clavister OpenSource
2012-03-20
1
-1
/
+1
|
|
*
IKEv1 ConfigMode: Fixed cp_payload to use CONFIGURATION_ATTRIBUTE_V1 in all a...
Clavister OpenSource
2012-03-20
3
-1
/
+3
|
|
*
Removed redundant '=>' when logging binary data in parser and generator.
Tobias Brunner
2012-03-20
2
-6
/
+6
|
|
*
Fixed encryption of IKEv2 messages.
Tobias Brunner
2012-03-20
1
-2
/
+2
|
|
*
Print message payload names after prepending IKEv1 HASH payload
Martin Willi
2012-03-20
1
-2
/
+2
|
|
*
Include hardcoded tunnel mode attribute in porposal, remove ESN attribute
Martin Willi
2012-03-20
1
-2
/
+2
|
|
*
Authenticate and verify Phase 2 IKEv1 messages with appropriate hashes.
Tobias Brunner
2012-03-20
1
-2
/
+44
|
|
*
Fixed verification of DELETE_V1 payloads.
Tobias Brunner
2012-03-20
1
-4
/
+13
|
|
*
Fixed header length calculation of DELETE payload.
Tobias Brunner
2012-03-20
1
-6
/
+6
|
|
*
Fixed conftests after extending CERT payload.
Tobias Brunner
2012-03-20
1
-2
/
+4
|
|
*
Merged IKEv1 attribute payload/data into configuration payload/attribute
Martin Willi
2012-03-20
11
-787
/
+249
|
|
*
IKEv1 ConfigMode: Added the payload handlers for attribute_payload and data_a...
Clavister OpenSource
2012-03-20
4
-0
/
+672
|
|
*
IKEv1 ConfigMode: Added TRANSACTION exchange type. Added attribute_payload (...
Clavister OpenSource
2012-03-20
5
-20
/
+76
|
|
*
Updated the CERT payload to work for both IKEv1 and IKEv2.
Clavister OpenSource
2012-03-20
2
-14
/
+25
|
|
*
Parse proposal substructure with multiple IKEv1 transforms to multiple proposals
Martin Willi
2012-03-20
3
-34
/
+33
|
|
*
Encode multiple IKEv1 proposals in a single transform substructure
Martin Willi
2012-03-20
3
-13
/
+74
|
|
*
Remove public sa_payload.add_proposal() method
Martin Willi
2012-03-20
2
-18
/
+12
|
|
*
Only add the first algorithm of a kind to IKEv1 transforms
Martin Willi
2012-03-20
1
-4
/
+4
|
|
*
Hardcode some SA lifetimes until we can configure them dynamically
Martin Willi
2012-03-20
1
-0
/
+12
|
|
*
Added missing comma after ME_CONNECT declaration.
Tobias Brunner
2012-03-20
1
-13
/
+14
|
|
*
Fixed creation of endpoint notifies.
Tobias Brunner
2012-03-20
1
-1
/
+1
|
|
*
Fixed diagram of IKEv1 encrypted "payload".
Tobias Brunner
2012-03-20
1
-2
/
+0
|
|
*
Partially implemented IKEv1 ESP proposal en-/decoding
Martin Willi
2012-03-20
1
-2
/
+73
|
|
*
Register HASH_V1 in payload factory
Martin Willi
2012-03-20
1
-0
/
+3
|
|
*
Fix payload length of id_payload created from a traffic selector
Martin Willi
2012-03-20
1
-0
/
+1
|
|
*
String for ENCRYPTED_DATA fixed.
Tobias Brunner
2012-03-20
1
-1
/
+1
|
|
*
Strings for ENCRYPTED_V1 payload added.
Tobias Brunner
2012-03-20
1
-10
/
+14
|
|
*
Set flags on message according to IKE version when parsing header.
Tobias Brunner
2012-03-20
1
-2
/
+8
|
|
*
Encrypt IKEv1 messages.
Tobias Brunner
2012-03-20
1
-17
/
+66
|
|
*
Decrypt IKEv1 messages.
Tobias Brunner
2012-03-20
1
-3
/
+43
|
|
*
Use modified encryption payload to encrypt/decrypt complete IKEv1 messages.
Tobias Brunner
2012-03-20
8
-15
/
+156
|
|
*
Provide keymat_t to message_t to encrypt/decrypt data.
Tobias Brunner
2012-03-20
2
-14
/
+15
|
|
*
Avoid compiler warnings due to extended enums.
Tobias Brunner
2012-03-20
2
-2
/
+2
|
|
*
Print message ID as unsigned integer
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Added message encoding rules for quick mode
Martin Willi
2012-03-20
1
-0
/
+65
|
|
*
Fixed length calculation of delete payload
Martin Willi
2012-03-20
1
-3
/
+5
|
|
*
Update header length after each parsed rule, as it might change when parsing ...
Martin Willi
2012-03-20
1
-2
/
+3
|
|
*
Fix rule selection in transform substructure
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Fixed proposal numbering check in sa_payload
Martin Willi
2012-03-20
1
-10
/
+0
|
|
*
Don't clone chunk in message.get_packet_data
Martin Willi
2012-03-20
2
-3
/
+3
|
|
*
Verify IKEv1 nonce size, send 32 byte nonces
Martin Willi
2012-03-20
1
-1
/
+20
|
|
*
Added IKEv1 ID payload <-> traffic selector conversion functions
Martin Willi
2012-03-20
2
-4
/
+158
[prev]
[next]