aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* travis: Build "all" tests without Windows HTTP fetcherMartin Willi2014-06-041-1/+1
* travis: Build "all" tests without Windows kernel backendsMartin Willi2014-06-041-1/+2
* travis: Include socket backend in Windows build testMartin Willi2014-06-041-1/+1
* travis: Build "all" tests without Windows socket backendMartin Willi2014-06-041-1/+1
* travis: Define a Windows build test using MinGWMartin Willi2014-06-041-2/+18
* travis: Perform build tests with -WerrorMartin Willi2014-06-041-1/+3
* travis: Build "all" test without Windows specific charon-svc or dbghelpMartin Willi2014-06-041-1/+2
* travis: Install libjson dependency for "all" testsMartin Willi2014-06-031-1/+1
* scripts: Ignore settings-test scriptTobias Brunner2014-05-201-7/+8
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+1
* scripts: Add test script for settings_tTobias Brunner2014-05-152-1/+128
* travis: --disable-aikgen in "all" testsMartin Willi2014-05-071-1/+1
* tls: Support a maximum TLS version to negotiate using TLS socket abstractionMartin Willi2014-04-011-2/+2
* tls: Introduce a generic TLS purpose that accepts NULL encryption ciphersMartin Willi2014-04-011-2/+2
* aead: Support custom AEAD salt sizesMartin Willi2014-03-312-2/+2
* travis: Run the "all" test case with leak detective enabledTobias Brunner2014-03-271-0/+6
* travis: Use parallel buildTobias Brunner2014-03-201-1/+1
* travis: Add tests for builtin printf hook implementationTobias Brunner2014-03-201-2/+5
* travis: Install dependencies for each test dynamicallyTobias Brunner2014-03-201-0/+13
* Add Travis CI config and build scriptTobias Brunner2014-03-201-0/+49
* lib: Add global config namespaceTobias Brunner2014-02-1211-11/+11
* aes-test: Fix compiler warnings from older versions of GCCTobias Brunner2013-12-191-1/+1
* 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