aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-105-5/+4
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-048-50/+50
* use ./configured plugins in keyid scriptsMartin Willi2009-08-263-2/+3
* accept PEM encoded keys in keyid scriptsMartin Willi2009-08-262-6/+6
* migrated scripts to new fingerprinting APIMartin Willi2009-08-262-25/+38
* updated pubkey_speed test to use pem pluginMartin Willi2009-08-262-9/+3
* fixed compiler warningMartin Willi2009-06-191-2/+2
* remove obsolete scriptsMartin Willi2009-06-108-115/+0
* fixed ecp521 testMartin Willi2009-06-101-1/+1
* added missing RSA 768 testMartin Willi2009-06-101-0/+1
* added convenience scripts for pubkey/dh speed testsMartin Willi2009-06-102-0/+56
* moved publickey speed test to a standalone programMartin Willi2009-06-103-1/+152