aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* implemented server-initiated phase2 of EAP-TTLS authenticationAndreas Steffen2010-08-162-15/+52
|
* 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
|
* 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
|
* 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-136-0/+351
|
* 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
|