aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Rename targets for libstrongswan and kernel-netlinkThomas Egerer2017-11-091-5/+5
| | | | | | | | | libstrongswan and kernel-netlink are the only two components which do not adhere to the naming scheme used for all other tests. If the tests are run by an external application this imposes problems due to clashing names. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* signature-params: Add functions to parse/build ASN.1 RSASSA-PSS paramsTobias Brunner2017-11-081-1/+2
|
* Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-141-1/+2
|
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-1/+1
| | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it.
* auth-cfg: Make IKE signature schemes configurableTobias Brunner2016-03-041-0/+1
| | | | | | This also restores the charon.signature_authentication_constraints functionality, that is, if no explicit IKE signature schemes are configured we apply all regular signature constraints as IKE constraints.
* unit-tests: Add tests for iv_gen_seq_tTobias Brunner2015-06-051-0/+1
|
* unit-tests: Add an initial set of traffic selector unit testsMartin Willi2015-02-201-0/+1
|
* unit-tests: Created separate mgf1 test suiteAndreas Steffen2014-11-291-0/+1
|
* constraints: Add permitted/excludedNameConstraints checkMartin Willi2014-10-301-0/+1
|
* constraints: Add certificate policy and policy mapping unit testsMartin Willi2014-10-301-0/+1
|
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-061-0/+1
|
* unit-tests: Add test for crypto_factory_t's rng_create methodTobias Brunner2014-06-201-0/+1
|
* unit-tests: Make sure plugins in the builddir are loadedTobias Brunner2014-05-191-1/+1
| | | | | | When running the tests in GDB the working directory apparently is different. With the relative path used previously the plugins would not be found and those installed on the system would get used.
* unit-tests: Add basic tests for settings_tTobias Brunner2014-02-121-0/+1
|
* unit-tests: added asn1_parser testsAndreas Steffen2014-02-101-0/+1
|
* unit-tests: Add some test cases for HTTP GET/POST fetchesMartin Willi2014-01-311-0/+1
|
* unit-tests: Added crypter testsAndreas Steffen2013-12-061-0/+1
|
* unit-tests: Added hasher testsAndreas Steffen2013-12-041-0/+1
|
* Moved test_rng to a test suite of its ownAndreas Steffen2013-12-041-0/+1
|
* unit-tests: Export ntru_drbg_create as testable function so no linking is ↵Tobias Brunner2013-12-041-1/+0
| | | | | | | | required This way the plugin does not have to be linked explicitly to the test runner, which otherwise would require that the plugin is either always enabled to build the tests or that ifdefs are added to the Makefile.
* unit-tests: Move ntru_test_rng_t to a utility class in libtestTobias Brunner2013-12-041-1/+2
|
* unit-tests: Added ntru entropy, retransmission and ciphertext testsAndreas Steffen2013-11-271-0/+1
|
* unit-tests: first NTRU test caseAndreas Steffen2013-11-271-1/+2
|
* unit-tests: Separate test runner to a library, reusable by other testsMartin Willi2013-11-061-7/+23
| | | | | | Other users may make use of the noinst libtest.la helper library to implement unit tests. For libstrongswan, tests.[ch] provide the configuration for test runner to perform unit tests in a simple manner.
* unit-tests: Add test suite for streams and servicesMartin Willi2013-11-061-0/+1
|
* unit-tests: Add a few test cases for watcherMartin Willi2013-11-061-0/+1
|
* unit-tests: Implement testing framework without "check"Martin Willi2013-11-061-5/+3
|
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-5/+19
|
* unit-tests: 12 asn1 functions testedAndreas Steffen2013-11-021-1/+2
|
* unit-tests: Added tests for pen_type_tAndreas Steffen2013-11-011-1/+1
|
* printf-hook: Add some basic printf() string/integer test functionsMartin Willi2013-10-111-1/+1
|
* unit-tests: Add test for host_create_netmask()Tobias Brunner2013-07-241-1/+1
|
* unit-tests: implement tests for array collectionMartin Willi2013-07-171-1/+1
|
* unit-tests: load plugins in test-runner from build directoryMartin Willi2013-06-211-0/+1
|
* unit-tests: link test-runner against -lpthreadMartin Willi2013-06-211-0/+1
|
* unit-tests: add RSA test cases, very similar to ECDSAMartin Willi2013-06-211-1/+2
|
* unit-tests: perform a first ECDSA test case if ECDSA is supportedMartin Willi2013-06-211-1/+1
|
* unit-tests: add a test case checking if all test vectors have been passedMartin Willi2013-06-211-1/+1
|
* unit-tests: load all libstrongswan plugins in test-runnerMartin Willi2013-06-211-0/+1
|
* Enable leak detective for all test casesTobias Brunner2013-06-111-1/+1
|
* Added tests for bio_writer_tTobias Brunner2013-06-111-1/+1
|
* Added tests for bio_reader_tTobias Brunner2013-06-111-2/+2
|
* Added tests for utils/enum.cTobias Brunner2013-06-111-1/+1
|
* Also capture coverage data for tests but filter them from the resultTobias Brunner2013-06-111-1/+1
| | | | Otherwise calls from test cases to static inline functions are not captured.
* Add tests for lib->get|setTobias Brunner2013-06-111-1/+1
|
* Enable coverage report for libstrongswanTobias Brunner2013-06-111-0/+1
|
* Converted test for recursive mutex_tTobias Brunner2013-06-111-1/+2
|
* Converted tests for chunk_tTobias Brunner2013-06-111-1/+1
|
* Converted and added tests for hashtable_tTobias Brunner2013-06-111-1/+1
|
* Converted tests for identification_tTobias Brunner2013-06-111-1/+2
|