aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added helper macros to define portable bitfields with gccMartin Willi2010-08-191-0/+22
|
* Added AES-CCM test vectorsMartin Willi2010-08-193-0/+170
|
* Added support for AEAD test vectors to test-vectors pluginMartin Willi2010-08-191-0/+16
|
* Include CCM/GCM algorithms in IKEv2 proposals, if supportedMartin Willi2010-08-191-9/+10
|
* Added proposal strings for Camellia CCM algorithm identifiersMartin Willi2010-08-191-0/+18
|
* Implemented IKEv2 keymat derivation for AEAD algorithmsMartin Willi2010-08-191-29/+58
|
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
|
* Added support for AEAD algorithms to crypto factoryMartin Willi2010-08-194-3/+131
|
* Added AEAD support to crypto testerMartin Willi2010-08-192-1/+214
|
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-1911-963/+595
|
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-193-25/+32
|
* Implemented an AEAD wrapper for traditional crypter/signer transformsMartin Willi2010-08-193-0/+282
|
* Migrated generator_t to INIT/METHOD macrosMartin Willi2010-08-192-54/+33
|
* Migrated encryption_payload to INIT/METHOD macrosMartin Willi2010-08-191-171/+111
|
* Migrated message_t to INIT/METHOD macrosMartin Willi2010-08-191-185/+112
|
* Migrated keymat to INIT/METHOD macrosMartin Willi2010-08-191-72/+41
|
* Test append mode for signers verify_signatureMartin Willi2010-08-192-3/+6
|
* 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
|