Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | signature-params: Add functions to parse/build ASN.1 RSASSA-PSS params | Tobias Brunner | 2017-11-08 | 1 | -0/+1 |
| | |||||
* | unit-tests: iv_gen_seq has a dependency on RNG_STRONG | Tobias Brunner | 2017-07-28 | 1 | -1/+1 |
| | | | | We currently don't have an RNG in Windows builds. | ||||
* | Moved Ed25519 tests to libstrongswan | Andreas Steffen | 2016-12-14 | 1 | -0/+2 |
| | |||||
* | unit-tests: MGF1 tests depend on an XOF implementation not just a hash function | Tobias Brunner | 2016-09-21 | 1 | -2/+2 |
| | | | | | If the mgf1 plugin was not enabled (e.g. with the default configure options) the tests failed. | ||||
* | auth-cfg: Make IKE signature schemes configurable | Tobias Brunner | 2016-03-04 | 1 | -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_t | Tobias Brunner | 2015-06-05 | 1 | -0/+1 |
| | |||||
* | unit-tests: Depend on SHA1/SHA256 features for mgf1 test cases | Martin Willi | 2015-03-23 | 1 | -1/+2 |
| | |||||
* | unit-tests: Add an initial set of traffic selector unit tests | Martin Willi | 2015-02-20 | 1 | -0/+1 |
| | |||||
* | unit-tests: Created separate mgf1 test suite | Andreas Steffen | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | constraints: Add permitted/excludedNameConstraints check | Martin Willi | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | constraints: Add certificate policy and policy mapping unit tests | Martin Willi | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | process: Provide an abstraction to spawn child processes with redirected I/O | Martin Willi | 2014-10-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add test for crypto_factory_t's rng_create method | Tobias Brunner | 2014-06-20 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add basic tests for settings_t | Tobias Brunner | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | unit-tests: added asn1_parser tests | Andreas Steffen | 2014-02-10 | 1 | -0/+1 |
| | |||||
* | unit-tests: Add some test cases for HTTP GET/POST fetches | Martin Willi | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | unit-tests: Added crypter tests | Andreas Steffen | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | unit-tests: Added hasher tests | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Moved test_rng to a test suite of its own | Andreas Steffen | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Implemented NIST SP 800-90A DRBG_HMAC with SHA-256 | Andreas Steffen | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | unit-tests: first NTRU test case | Andreas Steffen | 2013-11-27 | 1 | -0/+2 |
| | |||||
* | unit-tests: Separate test runner to a library, reusable by other tests | Martin Willi | 2013-11-06 | 1 | -0/+36 |
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. |