aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed loading of private keys without password.Tobias Brunner2010-08-041-1/+1
* Accept EAP_ONLY_AUTHENTICATION notifies from any client, now that IANA alloca...Tobias Brunner2010-08-041-3/+2
* IKEv2 notification types updated.Tobias Brunner2010-08-042-27/+34
* Destroy IKE_SA Managers crypto primitives during flush, the plugins are gone ...Martin Willi2010-08-042-2/+5
* Pass type of requested key in the callback credential setMartin Willi2010-08-041-1/+12
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential...Martin Willi2010-08-044-66/+141
* Use credential sets to load smartcard keysMartin Willi2010-08-041-29/+82
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-61/+39
* mmap() ipsec.secrets instead malloc(), proper error checkingMartin Willi2010-08-041-18/+30
* Splitted up the load_secrets() functionMartin Willi2010-08-041-263/+301
* %prompt support for smartcard PIN via "ipsec secrets"Martin Willi2010-08-041-28/+95
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-3/+6
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-7/+4
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-041-12/+51
* test_cert adapted to extended signature of get_encoding().Tobias Brunner2010-08-031-2/+2