aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Load a left/rightcert2 for EAP-TLS even if no left/rightauth2 is definedMartin Willi2010-08-311-1/+10
|
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-312-0/+7
|
* Added strongswan.conf options for EAP-TLS/TTLS fragment sizeMartin Willi2010-08-312-9/+20
|
* Migrated EAP-TTLS to the generic TLS helperMartin Willi2010-08-311-281/+21
|
* Migrated EAP-TLS to the generic TLS helperMartin Willi2010-08-311-272/+19
|
* Support output fragmentation of TLS recordsMartin Willi2010-08-312-4/+6
|
* fixed copy-and-paste errorsAndreas Steffen2010-08-302-2/+2
|
* created an eap-tnc method hullAndreas Steffen2010-08-305-0/+356
|
* for the time being assume a single request/response exchange for a given EAP ↵Andreas Steffen2010-08-301-2/+3
| | | | method
* Win7 might send up to 7k of certificate requestsAndreas Steffen2010-08-273-3/+3
|
* removed tls_record_t definitionAndreas Steffen2010-08-241-10/+0
|
* Pass NULL peer identity to omit TLS peer authentication, added ↵Martin Willi2010-08-242-2/+7
| | | | eap-ttls.request_peer_auth option
* support fragmentation in AVPsAndreas Steffen2010-08-243-21/+118
|
* Client sends empty EAP-TTLS packet on fatal alerts to properly shut down TLSMartin Willi2010-08-241-0/+6
|
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-242-122/+8
|
* EAP-TLS clients send an empty packet on failure to properly shut down a TLS ↵Martin Willi2010-08-231-0/+6
| | | | session
* Use enum mappings to resolve debug groupMartin Willi2010-08-231-16/+1
|
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-202-6/+15
|
* Fixed compiler warningMartin Willi2010-08-201-1/+1
|
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
|
* 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-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
|