aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding
Commit message (Collapse)AuthorAgeFilesLines
...
* replying to COOKIE2 mobike notify properly4.2.2Martin Willi2008-05-211-0/+8
| | | | including COOKIE2 ourself after path probing
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵Tobias Brunner2008-05-161-7/+21
| | | | in charon.
* IPComp for IKEv2Tobias Brunner2008-05-081-0/+8
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-221-22/+10
| | | | crypto interfaces
* Hash and URL cosmeticsAndreas Steffen2008-04-181-4/+4
|
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-182-24/+144
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-18/+10
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* fixing some memory leaksTobias Brunner2008-04-021-1/+3
|
* changed order of server and peer reflexive endpoints (and also the priorities)Tobias Brunner2008-03-312-8/+8
|
* corrected ME_ENDPOINT length checkTobias Brunner2008-03-271-1/+2
|
* checking the size of ME_* notify payloadsTobias Brunner2008-03-271-1/+21
|
* replaced the COOKIE notify payload in connectivity checks with a ↵Tobias Brunner2008-03-272-3/+7
| | | | ME_CONNECTAUTH notify payload
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-269-121/+121
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-29/+31
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* added generic payload order rules for notifiesMartin Willi2008-03-181-0/+6
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1354-1791/+1240
|
* use identifiers in EAP_SUCCESS/EAP_FAILURE payloadsMartin Willi2008-02-042-8/+11
|
* next_payload must be of type u_int8_tAndreas Steffen2008-02-011-1/+2
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-132-5/+19
|
* accept unknown attributes in config payloadsMartin Willi2007-12-091-1/+1
|
* removed c++ style comments4.1.9Martin Willi2007-12-042-10/+13
| | | | | fixed compiler warnings
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-032-1/+25
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-202-21/+10
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-039-6/+745
|
* do not attempt to encrypt payloads without crypter or signer (allows to ↵Tobias Brunner2007-10-021-0/+7
| | | | override message rules)
* ID payload with explicit payload typeTobias Brunner2007-10-023-67/+18
|
* get_first_payload_type for message_tTobias Brunner2007-10-022-2/+21
|
* typosTobias Brunner2007-09-271-1/+1
|
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-192-8/+8
| | | | | | * double assignment of function ''destroy'' in some jobs * typos
* added message ID to message logMartin Willi2007-07-031-3/+7
|
* show kind of notify contained in messages in logMartin Willi2007-07-033-12/+76
|
* further fixed for mobike roamingMartin Willi2007-06-252-3/+7
|
* further MOBIKE stuff:Martin Willi2007-06-211-28/+28
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* fixed payload debug messageMartin Willi2007-04-121-13/+19
|
* removed %M printf handler, five more to goMartin Willi2007-04-111-54/+27
|
* added CERT_ROOFAndreas Steffen2007-03-231-1/+1
|
* added CERT_ROOFAndreas Steffen2007-03-232-2/+3
|
* added certificate encoding OCSP contentAndreas Steffen2007-03-232-3/+5
|
* fixed CHILD_SA rekeying/delete bug on 64bit machinesMartin Willi2007-03-192-144/+10
| | | | removed obsolete methods in delete_payload
* generalized get_ca_certificate() to get_auth_certificate(auth_flags)Andreas Steffen2007-03-081-1/+1
|
* support if ocsp signing certificatesAndreas Steffen2007-03-081-5/+6
|
* fixed payload order in IKE_AUTHMartin Willi2007-03-081-7/+27
|
* fixed double free bugMartin Willi2007-03-051-9/+2
|
* fixed ID selection bug when peer doesn't include IDr payloadMartin Willi2007-03-052-0/+10
| | | | | allowing vendor ID in any messag
* merged tasking branch into trunkMartin Willi2007-02-289-38/+157
|
* merged EAP framework from branch into trunkMartin Willi2007-02-128-99/+252
| | | | | includes a lot of other modifications
* be more liberal in accepting notifies with a protocol idMartin Willi2007-02-081-9/+6
|
* fixed crash when CA for certrequest not foundMartin Willi2007-01-081-4/+14
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-1/+2
| | | | | support for the type=transport/tunnel parameter in charon
* fixed encoding rules stringMartin Willi2006-12-141-11/+10
| | | | updated todo