aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Migrated crypto_factory to INIT/METHOD macrosMartin Willi2010-08-162-158/+103
* Migrated crypto_tester to INIT/METHOD macrosMartin Willi2010-08-161-78/+54
* implemented server side support for EAP-TTLSAndreas Steffen2010-08-168-79/+537
* fixed typo in eap-mschapv2 pluginAndreas Steffen2010-08-161-5/+5
* Only include certificates with CA flag in TLS cert requestMartin Willi2010-08-161-2/+8
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-156-23/+49
* 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
* do not dump tls application data any moreAndreas Steffen2010-08-131-9/+6
* implement AVP EAP message building and processingAndreas Steffen2010-08-131-10/+69
* Added a counter mode wrapper plugin operating on existing CBC cryptersMartin Willi2010-08-136-0/+351
* Added support for Camellia cipher to xcbcMartin Willi2010-08-134-4/+18
* Support Camellia XCBC algorithms in proposalMartin Willi2010-08-132-0/+4
* Added private Camellia XCBC identifiers for PRFs and signersMartin Willi2010-08-134-10/+14
* Added Camellia XCBC test vectorsMartin Willi2010-08-133-0/+63
* Implemented AES/Camellia counter mode in gcryptMartin Willi2010-08-133-6/+73
* Added Camellia, AES-CTR to default IKE proposal, if supportedMartin Willi2010-08-131-2/+6
* Added Camellia CTR mode proposal keywordsMartin Willi2010-08-131-0/+3
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-1310-38/+48
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-137-7/+59
* Migrated xcbc plugin to INIT/METHOD macrosMartin Willi2010-08-136-144/+113
* Migrated hmac plugin to INIT/METHOD macrosMartin Willi2010-08-136-147/+109
* Migrated des plugin to INIT/METHOD macrosMartin Willi2010-08-133-72/+47
* Migrated blowfish plugin to INIT/METHOD macrosMartin Willi2010-08-133-47/+35
* Migrated the aes plugin to INIT/METHOD macrosMartin Willi2010-08-133-64/+45
* Migrated padlock plugin to INIT/METHOD macrosMartin Willi2010-08-136-107/+75
* Report the symbol name of a failed test vectorMartin Willi2010-08-131-10/+29
* Added Camellia-CTR test vectorsMartin Willi2010-08-133-0/+158
* Added AES-CTR test vectorsMartin Willi2010-08-133-0/+158
* 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-135-76/+42
* fixed typoAndreas Steffen2010-08-131-1/+1
* set TLS record type before state change to STATE_FINISHED_SENTAndreas Steffen2010-08-131-2/+2
* fixed sequence numbering and iv of TLS protection layerAndreas Steffen2010-08-121-3/+3
* recognize eap-ttls methodAndreas Steffen2010-08-122-0/+5
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-1214-33/+335
* Use an explicit plugin list instead of the unrealible "find" to build checksumsMartin Willi2010-08-122-105/+112
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-129-51/+9
* Implemented Smartcard support in NetworkManager frontendMartin Willi2010-08-118-19/+180
* Implemented public key encryption/private key decryption in PKCS#11Martin Willi2010-08-113-13/+108
* 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
* Double check that the OpenSSL RNG has been seeded, do so otherwiseMartin Willi2010-08-111-0/+33
* Implemented RSA en-/decryption in openssl pluginMartin Willi2010-08-112-5/+55
* differentiate between TLS messages and EAP-[T]TLS packets in the debug outputAndreas Steffen2010-08-102-11/+11