Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | travis: Use parallel build | Tobias Brunner | 2014-03-20 | 1 | -1/+1 | |
| | | | | | | | Not sure if 4 jobs is optimal, but according to the docs each build host has 1.5 virtual cores available (although "getconf _NPROCESSORS_ONLN" returns 32, which is probably the number of real cores underneath), so more jobs might not actually reduce the build time much more. | |||||
* | travis: Add tests for builtin printf hook implementation | Tobias Brunner | 2014-03-20 | 1 | -2/+5 | |
| | | | | | We can't test Vstr as it does not properly handle negative int arguments for custom format callbacks, so some of the enum tests would fail. | |||||
* | travis: Install dependencies for each test dynamically | Tobias Brunner | 2014-03-20 | 1 | -0/+13 | |
| | | | | | Since the installation of all packages alone takes several minutes this should speed up some test cases. | |||||
* | Add Travis CI config and build script | Tobias Brunner | 2014-03-20 | 1 | -0/+49 | |
| | ||||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 11 | -11/+11 | |
| | ||||||
* | aes-test: Fix compiler warnings from older versions of GCC | Tobias Brunner | 2013-12-19 | 1 | -1/+1 | |
| | ||||||
* | pubkey_speed: Add missing plugins | Tobias Brunner | 2013-09-04 | 1 | -4/+4 | |
| | | | | | | | The pkcs1 plugin is required to test the gmp/gcrypt plugins. Likewise, the pem plugin is required when testing the openssl plugin. Fixes #401. | |||||
* | pubkey_speed: sudo is not required | Tobias Brunner | 2013-09-04 | 1 | -4/+6 | |
| | | | | | Also, refer to pubkey_speed properly when not being called from the same directory. | |||||
* | pubkey_speed: Add header and fix usage | Tobias Brunner | 2013-09-04 | 1 | -2/+15 | |
| | ||||||
* | aes-test: Rename crypt() as it conflicts with a library function on Mac OS X | Tobias Brunner | 2013-08-30 | 1 | -3/+3 | |
| | | | | unistd.h on Linux defines this only if _XOPEN_SOURCE is defined. | |||||
* | Added scripts/aes-test to .gitignore | Andreas Steffen | 2013-08-28 | 1 | -0/+1 | |
| | ||||||
* | aes-test: Support test vectors at the end of a file | Tobias Brunner | 2013-08-24 | 1 | -0/+4 | |
| | ||||||
* | aes-test: Add script to test AES implementations according to AESAVS/GCMVS | Tobias Brunner | 2013-08-24 | 2 | -1/+655 | |
| | ||||||
* | scripts: link against librt only if required | Martin Willi | 2013-08-08 | 1 | -3/+3 | |
| | | | | With glibc, this seems to be the case for 2.17 and older versions only. | |||||
* | scripts: link malloc_speed against librt | Martin Willi | 2013-08-08 | 1 | -1/+1 | |
| | ||||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+4 | |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 9 | -9/+9 | |
| | | | | | Multiple additional search paths can be added with the add_path() method. | |||||
* | scripts: add a simple test utility to do some malloc() benchmarking/profiling | Martin Willi | 2013-05-06 | 3 | -1/+89 | |
| | ||||||
* | fixed another printf statement | Andreas Steffen | 2013-04-09 | 1 | -3/+1 | |
| | ||||||
* | fixed printf statements | Andreas Steffen | 2013-04-08 | 1 | -9/+28 | |
| | ||||||
* | Accept a certificate/key pair to use client authentication in tls_test | Martin Willi | 2013-04-02 | 1 | -7/+52 | |
| | ||||||
* | crypt_burn: Proper cleanup | Tobias Brunner | 2013-03-25 | 1 | -0/+2 | |
| | ||||||
* | crypt_burn: Fix loop condition for regular crypters | Tobias Brunner | 2013-03-25 | 1 | -1/+1 | |
| | ||||||
* | Implemented the resolver test script "dnssec" | Reto Guadagnini | 2013-02-19 | 3 | -1/+130 | |
| | ||||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 6 | -6/+6 | |
| | ||||||
* | Moved host_t and host_resolver_t to a new networking subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 | |
| | ||||||
* | Added possibility to register custom proposal keywords | Tobias Brunner | 2012-09-13 | 1 | -2/+1 | |
| | | | | Keyword lookup and registration are handled via the new lib->proposal object. | |||||
* | Removed len argument from proposal_get_token() | Tobias Brunner | 2012-09-13 | 1 | -1/+1 | |
| | | | | Also use enumerators instead of lexparser.h to parse proposal strings. | |||||
* | Add a tool to burn hashers | Martin Willi | 2012-07-17 | 3 | -1/+78 | |
| | ||||||
* | Add a return value to crypter_t.decrypt() | Martin Willi | 2012-07-16 | 1 | -3/+6 | |
| | ||||||
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -3/+6 | |
| | ||||||
* | Add a return value to aead_t.encrypt() | Martin Willi | 2012-07-16 | 1 | -2/+6 | |
| | ||||||
* | Added GPL header to scripts | Tobias Brunner | 2012-06-29 | 8 | -0/+112 | |
| | ||||||
* | Fixed return values of several functions (e.g. return FALSE for pointer types). | Tobias Brunner | 2012-05-31 | 1 | -1/+1 | |
| | ||||||
* | Use the TLS socket splicing in tls_test script | Martin Willi | 2011-12-31 | 1 | -54/+2 | |
| | ||||||
* | Implemented TLS session resumption both as client and as server | Martin Willi | 2011-12-31 | 1 | -52/+70 | |
| | ||||||
* | Use spaces in Makefile.am identation, autotools don't like tabs | Martin Willi | 2011-05-20 | 1 | -4/+4 | |
| | ||||||
* | Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable | Martin Willi | 2011-05-19 | 1 | -2/+0 | |
| | ||||||
* | Added alloc/stream options to fetcher test utility | Martin Willi | 2011-04-04 | 1 | -6/+32 | |
| | ||||||
* | Added simple fetcher tool to test fetcher implementations | Martin Willi | 2011-01-17 | 3 | -1/+45 | |
| | ||||||
* | Added command line tool for OID to DER conversion function | Martin Willi | 2011-01-05 | 3 | -1/+35 | |
| | ||||||
* | Conditional exclusion of tls_test script completed. | Tobias Brunner | 2010-09-09 | 1 | -3/+5 | |
| | ||||||
* | Fixed typo. | Tobias Brunner | 2010-09-09 | 1 | -1/+1 | |
| | ||||||
* | Build tls_test script only if TLS stack is enabled | Martin Willi | 2010-09-07 | 1 | -1/+4 | |
| | ||||||
* | Added a TLS debug level option, use debugging hook | Martin Willi | 2010-08-31 | 1 | -13/+38 | |
| | ||||||
* | Implemented a TLS utility to test on any TLS secured TCP connection | Martin Willi | 2010-08-25 | 3 | -2/+332 | |
| | ||||||
* | Added a crypto transform stress test for profiling | Martin Willi | 2010-08-19 | 3 | -2/+107 | |
| | ||||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 | |
| | ||||||
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 2 | -7/+7 | |
| | ||||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 2 | -8/+8 | |
| | | | | encoding |