aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1825-118/+170
* some simplifications using the INIT macroAndreas Steffen2010-08-172-18/+14
* 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
* 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
* fixed typoAndreas Steffen2010-08-131-1/+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-121-3/+0
* 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-102-2/+2
* 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-075-0/+615
* 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
* 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
* Fixed compiler warnings.Tobias Brunner2010-08-031-1/+3
* Moved TLS stack to its own libraryMartin Willi2010-08-0323-4536/+6
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-0326-0/+5145
* Fix segfault on 'ipsec stroke up ]' commandThomas Egerer2010-07-291-0/+5
* Implemented a HA enabled in-memory address poolMartin Willi2010-07-286-4/+468
* Added a function to segmentate a generic integerMartin Willi2010-07-282-18/+48
* Reserving does not work, as our pools do not support acquiring arbitrary addr...Martin Willi2010-07-271-30/+0