aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* 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 ↵Martin Willi2010-07-132-8/+8
| | | | encoding
* 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 ↵Martin Willi2010-04-291-0/+4
| | | | configuration is updated
* 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
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-103-2/+136
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
* missed keyid2sql.cAndreas Steffen2009-05-281-0/+4
|
* NO_CREDENTIAL_FACTORY compile option not needed anymoreAndreas Steffen2009-05-282-1/+3
|
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+6
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* suppress format warnings in the scripts directoryAndreas Steffen2009-04-211-1/+3
|
* missing LOGFILE in debug statementAndreas Steffen2008-12-231-1/+1
|
* added migration to NEWSAndreas Steffen2008-11-161-1/+1
|