aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* Added proposal strings for Camellia CCM algorithm identifiersMartin Willi2010-08-191-0/+18
|
* Added support for AEAD algorithms to crypto factoryMartin Willi2010-08-194-3/+131
|
* Added AEAD support to crypto testerMartin Willi2010-08-192-1/+214
|
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-192-1/+30
|
* Implemented an AEAD wrapper for traditional crypter/signer transformsMartin Willi2010-08-192-0/+281
|
* Test append mode for signers verify_signatureMartin Willi2010-08-192-3/+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
|
* Migrated crypto_factory to INIT/METHOD macrosMartin Willi2010-08-162-158/+103
|
* Migrated crypto_tester to INIT/METHOD macrosMartin Willi2010-08-161-78/+54
|
* Support Camellia XCBC algorithms in proposalMartin Willi2010-08-131-0/+1
|
* Added private Camellia XCBC identifiers for PRFs and signersMartin Willi2010-08-134-10/+14
|
* Implemented AES/Camellia counter mode in gcryptMartin Willi2010-08-131-0/+10
|
* 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-132-3/+3
|
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-7/+14
|
* Report the symbol name of a failed test vectorMartin Willi2010-08-131-10/+29
|
* Added support for AUTH_HMAC_SHA2_256_256, used in TLSMartin Willi2010-08-032-3/+6
|
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-193-2/+121
|
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-082-295/+278
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-063-62/+62
|
* Provide the Diffie Hellman parameters from a central location, so that we do ↵Tobias Brunner2010-03-092-3/+346
| | | | | | | | not have to replicate them in every plugin that implements the DH interface. The main reason for this change is that Android's libcrypto does not include the get_rfcX_prime_Y functions by default. Therefore we would have had to replicate the primes a third time.
* Adding support for AES GMAC (RFC4543).Tobias Brunner2010-02-121-89/+92
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* add IKEv1 support for the Camellia cipherAndreas Steffen2009-12-151-0/+1
|
* Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keywordMartin Willi2009-11-263-4/+9
|
* Fixed all doxygen warningsMartin Willi2009-10-222-2/+2
|
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-133-29/+42
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-112-70/+28
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-042-7/+7
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-045-11/+11
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0417-227/+227
|
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-3/+3
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-262-30/+0
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-052-3/+15
|
* fix test vector error outputAndreas Steffen2009-07-171-11/+11
|
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
|
* removed superfluous print argumentAndreas Steffen2009-06-171-1/+1
|
* conversion from CAMELLIA OIDs to encryption_algorithmAndreas Steffen2009-06-171-0/+28
|
* reformatted crypto_test outputAndreas Steffen2009-06-161-48/+41
|
* increased verbosity of successful crypto testsMartin Willi2009-06-161-5/+5
|
* removed one hierarchy level for crypto test optionsMartin Willi2009-06-162-4/+4
|
* added support for stateful PRFs (such as the FIPS_PRF)Martin Willi2009-06-122-0/+10
|
* make use of the crypto_tester in the crypto_factoryMartin Willi2009-06-112-43/+148
| | | | | libstrongswan.crypto.test.on_add to test algorithms during initialization libstrongswan.crypto.test.on_create to test algorithms on each instantiation
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-112-0/+831
| | | | | libstrongswan.crypto.test.required to require at least one test vector to use an algorithm libstrongswan.crypto.test.rng_true to run RNG tests on RNG_TRUE quality
* handling hashers and rngs as transform types (in private range)Martin Willi2009-06-112-5/+9
|
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
|