aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* pubkey_speed: Add missing pluginsTobias Brunner2013-09-041-4/+4
* pubkey_speed: sudo is not requiredTobias Brunner2013-09-041-4/+6
* pubkey_speed: Add header and fix usageTobias Brunner2013-09-041-2/+15
* aes-test: Rename crypt() as it conflicts with a library function on Mac OS XTobias Brunner2013-08-301-3/+3
* Added scripts/aes-test to .gitignoreAndreas Steffen2013-08-281-0/+1
* aes-test: Support test vectors at the end of a fileTobias Brunner2013-08-241-0/+4
* aes-test: Add script to test AES implementations according to AESAVS/GCMVSTobias Brunner2013-08-242-1/+655
* scripts: link against librt only if requiredMartin Willi2013-08-081-3/+3
* scripts: link malloc_speed against librtMartin Willi2013-08-081-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-289-9/+9
* scripts: add a simple test utility to do some malloc() benchmarking/profilingMartin Willi2013-05-063-1/+89
* fixed another printf statementAndreas Steffen2013-04-091-3/+1
* fixed printf statementsAndreas Steffen2013-04-081-9/+28
* Accept a certificate/key pair to use client authentication in tls_testMartin Willi2013-04-021-7/+52
* crypt_burn: Proper cleanupTobias Brunner2013-03-251-0/+2
* crypt_burn: Fix loop condition for regular cryptersTobias Brunner2013-03-251-1/+1
* Implemented the resolver test script "dnssec"Reto Guadagnini2013-02-193-1/+130
* Moved debug.[ch] to utils folderTobias Brunner2012-10-246-6/+6
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
* Add a tool to burn hashersMartin Willi2012-07-173-1/+78
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-3/+6
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-3/+6
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-2/+6
* Added GPL header to scriptsTobias Brunner2012-06-298-0/+112
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-1/+1
* Use the TLS socket splicing in tls_test scriptMartin Willi2011-12-311-54/+2
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-52/+70
* Use spaces in Makefile.am identation, autotools don't like tabsMartin Willi2011-05-201-4/+4
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+0
* Added alloc/stream options to fetcher test utilityMartin Willi2011-04-041-6/+32
* Added simple fetcher tool to test fetcher implementationsMartin Willi2011-01-173-1/+45
* Added command line tool for OID to DER conversion functionMartin Willi2011-01-053-1/+35
* Conditional exclusion of tls_test script completed.Tobias Brunner2010-09-091-3/+5
* Fixed typo.Tobias Brunner2010-09-091-1/+1
* Build tls_test script only if TLS stack is enabledMartin Willi2010-09-071-1/+4
* Added a TLS debug level option, use debugging hookMartin Willi2010-08-311-13/+38
* Implemented a TLS utility to test on any TLS secured TCP connectionMartin Willi2010-08-253-2/+332
* Added a crypto transform stress test for profilingMartin Willi2010-08-193-2/+107
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-102-7/+7
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-132-8/+8
* fixed typoAndreas Steffen2010-05-041-2/+2
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-2/+2
* Users of PLUGINS depend on config.status, rebuilding them if plugin configura...Martin Willi2010-04-291-0/+4
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-192-16/+19
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-3/+2
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-103-4/+3