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
/
payloads
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add support to create IKE fragments
Tobias Brunner
2012-12-24
2
-0
/
+30
|
*
Payload added to handle IKE fragments
Tobias Brunner
2012-12-24
4
-11
/
+312
*
|
Don't use bio_writer_t.skip() to write length field when appending more data
Martin Willi
2013-01-11
1
-4
/
+4
*
|
IKEv1 support for PKCS#7 wrapped certificates
Volker Rümelin
2013-01-11
2
-0
/
+26
*
|
Fixed some typos in comments
Volker Rümelin
2013-01-11
2
-4
/
+4
|
/
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2012-12-20
1
-1
/
+1
*
Add support for draft-ietf-ipsec-nat-t-ike-03 and earlier
Volker Rümelin
2012-12-19
7
-54
/
+88
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
14
-14
/
+14
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Correctly initialize payload length of encrypted payload
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Added method to enumerate EAP types contained in an EAP-Nak
Tobias Brunner
2012-08-31
2
-11
/
+79
*
Encode EAP-Naks in expanded format if we got an expanded type request
Tobias Brunner
2012-08-31
2
-2
/
+15
*
Allow clients to request a configured EAP method via EAP-Nak
Tobias Brunner
2012-08-31
2
-2
/
+11
*
Send EAP-Nak with supported types if requested type is unsupported
Tobias Brunner
2012-08-31
2
-6
/
+71
*
Include stdint.h for UINTxx_MAX defines
Tobias Brunner
2012-07-27
1
-2
/
+3
*
Cleaned up memory management and return values for encryption payload
Martin Willi
2012-07-16
2
-19
/
+20
*
Check rng return value when encrypting encryption payload
Tobias Brunner
2012-07-16
1
-2
/
+8
*
Add a return value to aead_t.encrypt()
Martin Willi
2012-07-16
1
-2
/
+10
*
Map XAuth responder authentication methods between IKEv1 and IKEv2
Martin Willi
2012-06-27
1
-1
/
+13
*
Added encapsulation mode transform attribute to IPComp proposal.
Tobias Brunner
2012-05-25
3
-5
/
+10
*
Add an additional proposal without IPComp to SA payload.
Tobias Brunner
2012-05-24
1
-17
/
+15
*
Added support for IKEv1 IPComp proposals in SA payload.
Tobias Brunner
2012-05-24
2
-8
/
+92
*
Added support for IKEv1 IPComp proposals in proposal substructure.
Tobias Brunner
2012-05-24
2
-9
/
+126
*
Properly filter IKEv1 proposals consisting of multiple proposal payloads.
Tobias Brunner
2012-05-24
1
-9
/
+15
*
fixed mapping of IKEv1 algorithms
Andreas Steffen
2012-05-05
1
-29
/
+184
*
inserted space
Andreas Steffen
2012-05-05
4
-0
/
+0
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
49
-1228
/
+3854
|
\
|
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
49
-1224
/
+3854
|
|
\
|
|
*
Parse IKEv1 Cisco Load Balancing notify (can't act on it yet).
Tobias Brunner
2012-03-20
2
-2
/
+8
|
|
*
Fixed transform numbering in IKEv1 proposal.
Tobias Brunner
2012-03-20
1
-0
/
+1
|
|
*
Fix mapping of IKEv1 encapsulation mode
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Support encoding of IKEv1 ECDSA proposals
Martin Willi
2012-03-20
1
-6
/
+16
|
|
*
Renamed CONFIGURATION_ATTRIBUTE_LENGTH to streamline it with other ATTRIBUTE ...
Martin Willi
2012-03-20
3
-6
/
+6
|
|
*
Use ATTRIBUTE_VALUE rule in configuration attribute to parse it with correct ...
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Added missing short enum names for DPD notify types
Martin Willi
2012-03-20
1
-1
/
+4
|
|
*
DPD_R_U_THERE defines added
Clavister OpenSource
2012-03-20
2
-1
/
+14
|
|
*
Support IKEv1 proposal encodings having both lifebytes and a lifetime
Martin Willi
2012-03-20
1
-67
/
+58
|
|
*
Add functions to set mode cfg identifier
Clavister OpenSource
2012-03-20
2
-0
/
+27
|
|
*
Accept IKEv1 INVALID_KE_INFORMATION notifies without data
Martin Willi
2012-03-20
1
-2
/
+2
|
|
*
IKEv1 ATTRIBUTES_NOT_SUPPORTED error notify added.
Tobias Brunner
2012-03-20
2
-2
/
+7
|
|
*
Give a hint that decryption failed if payload length invalid
Martin Willi
2012-03-20
1
-0
/
+7
|
|
*
Use IPSEC DOI also for ISAKMP SA deletes.
Tobias Brunner
2012-03-20
1
-1
/
+1
|
|
*
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
Martin Willi
2012-03-20
5
-4
/
+5
|
|
*
Doxygen fixes
Martin Willi
2012-03-20
4
-5
/
+4
|
|
*
Always use a transform number of 1 when encoding a single transform
Martin Willi
2012-03-20
1
-3
/
+3
|
|
*
Fixed notify enum names
Martin Willi
2012-03-20
1
-1
/
+3
|
|
*
Add some additional IKEv1 notify types
Martin Willi
2012-03-20
2
-6
/
+21
|
|
*
Remove executable flag from source code files
Martin Willi
2012-03-20
7
-0
/
+0
|
|
*
Support encoding of Hybrid initiator authentication method
Martin Willi
2012-03-20
1
-0
/
+9
|
|
*
Added method to get encoded version if ID_V1 payload.
Tobias Brunner
2012-03-20
2
-0
/
+17
[prev]
[next]