aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented IKEv2 keymat derivation for AEAD algorithmsMartin Willi2010-08-191-29/+58
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-1911-963/+595
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-191-24/+2
* Migrated generator_t to INIT/METHOD macrosMartin Willi2010-08-192-54/+33
* Migrated encryption_payload to INIT/METHOD macrosMartin Willi2010-08-191-171/+111
* Migrated message_t to INIT/METHOD macrosMartin Willi2010-08-191-185/+112
* Migrated keymat to INIT/METHOD macrosMartin Willi2010-08-191-72/+41
* added EAP-TTLS debug outputAndreas Steffen2010-08-181-4/+11
* added TLS record debug outputAndreas Steffen2010-08-181-4/+11
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1829-147/+193
* some simplifications using the INIT macroAndreas Steffen2010-08-173-25/+19
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-162-15/+52
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-168-79/+537
* fixed typo in eap-mschapv2 pluginAndreas Steffen2010-08-161-5/+5
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-152-4/+4
* removed some raw EAP debug outputAndreas Steffen2010-08-141-3/+0
* use EAP plugin for tunneled client authenticationAndreas Steffen2010-08-141-14/+107
* send tunneled EAP Identity response using eap-identity pluginAndreas Steffen2010-08-133-12/+37
* allow to send an EAP Identity response without matching requestAndreas Steffen2010-08-131-1/+1
* implement AVP EAP message building and processingAndreas Steffen2010-08-131-10/+69
* Added support for Camellia cipher to xcbcMartin Willi2010-08-131-0/+3
* Support Camellia XCBC algorithms in proposalMartin Willi2010-08-131-0/+3
* Added Camellia, AES-CTR to default IKE proposal, if supportedMartin Willi2010-08-131-2/+6
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-6/+11
* Migrated eap_identity plugin to INIT/METHOD macrosAndreas Steffen2010-08-132-72/+56
* Migrated eap_md5 plugin to INIT/METHOD macrosAndreas Steffen2010-08-132-75/+62
* Migrated eap_authenticator to INIT/METHOD macrosAndreas Steffen2010-08-131-66/+60
* Migrated eap_manager to INIT/METHOD macrosAndreas Steffen2010-08-131-31/+23
* moved eap_from_string() fomr libcharon to libstrongswan to make it available ...Andreas Steffen2010-08-132-43/+0
* fixed typoAndreas Steffen2010-08-131-1/+1
* recognize eap-ttls methodAndreas Steffen2010-08-121-0/+1
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-125-7/+154
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-122-44/+2
* Implemented Smartcard support in NetworkManager frontendMartin Willi2010-08-118-19/+180
* Discard a packet that exceeds the receive bufferMartin Willi2010-08-113-0/+15
* Added a strongswan.conf option to change socket receive buffer sizeMartin Willi2010-08-113-25/+28
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-102-11/+11
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-101-0/+34
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-103-5/+5
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-2/+2
* log final TLS acknowledgement packetAndreas Steffen2010-08-082-1/+9
* added level 2 debug info on sent TLS packetsAndreas Steffen2010-08-072-0/+8
* log EAP-TTLS versionAndreas Steffen2010-08-071-6/+12
* fixed typoAndreas Steffen2010-08-071-1/+1
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-072-2/+4
* added eap_ttls plugin configurationAndreas Steffen2010-08-076-0/+623
* fix error-type range in parsing of NOTIFY payloadsJiri Bohac2010-08-061-1/+1
* Some Doxygen fixes.Tobias Brunner2010-08-052-1/+2
* Fixed loading of secrets with IDs.Tobias Brunner2010-08-041-1/+1