aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed debug output for TLS application dataAndreas Steffen2010-08-191-5/+0
|
* added EAP-TTLS debug outputAndreas Steffen2010-08-181-4/+11
|
* added TLS record debug outputAndreas Steffen2010-08-181-4/+11
|
* add TLS handshake packet size to debug outputAndreas Steffen2010-08-181-5/+7
|
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1877-448/+615
|
* some simplifications using the INIT macroAndreas Steffen2010-08-173-25/+19
|
* describe EAP-TTLS phase2 start options using the phase2_piggyback parameterAndreas Steffen2010-08-162-6/+13
|
* added ikev2/rw-eap-ttls-phase2-piggyback scenarioAndreas Steffen2010-08-1614-0/+170
|
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-162-15/+52
|
* changed ikev2/rw-eap-ttls-only descriptionAndreas Steffen2010-08-161-4/+6
|
* Do not free registered algorithms, plugins are responsible for unregisteringMartin Willi2010-08-161-6/+6
|
* Implemented algorithm benchmarking during registrationMartin Willi2010-08-163-74/+377
|
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-165-64/+54
|
* Properly handle zero length in chunk_alloc[a]/chunk_clone[a]Martin Willi2010-08-161-3/+3
|
* Migrated crypto_factory to INIT/METHOD macrosMartin Willi2010-08-162-158/+103
|
* Migrated crypto_tester to INIT/METHOD macrosMartin Willi2010-08-161-78/+54
|
* added ikev2/rw-eap-ttls-only scenarioAndreas Steffen2010-08-1614-0/+165
|
* 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
|
* used default ipsec.secretsAndreas Steffen2010-08-151-5/+0
|
* included bad case in ikev2/rw-eap-ttls-radius scenarioAndreas Steffen2010-08-159-11/+59
|
* version bumps in testing.confAndreas Steffen2010-08-141-4/+4
|
* enable the eap-ttls and ctr plugins in the uml scenariosAndreas Steffen2010-08-142-0/+12
|
* added rw-eap-ttls-radius scenarioAndreas Steffen2010-08-1419-0/+435
|
* 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-137-0/+355
|
* 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
|