aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites
Commit message (Expand)AuthorAgeFilesLines
* unit-tests: Updated asn1-parser testsAndreas Steffen2017-05-291-1/+105
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-15/+66
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-3/+7
* linked-list: invoke_offset() doesn't take any additional arguments anymoreTobias Brunner2017-05-261-9/+11
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-15/+35
* utils: chunk_from_hex() skips optional 0x prefixAndreas Steffen2017-03-061-10/+11
* host: Don't log port if it is zeroTobias Brunner2017-03-021-5/+5
* traffic-selector: Allow calling set_address() for any traffic selectorTobias Brunner2017-02-271-2/+10
* Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-141-0/+527
* unit-tests: Completed coverage of hasher, crypter and libnttfftAndreas Steffen2016-12-142-34/+47
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-224-44/+55
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-212-43/+61
* chunk: Skip all leading zero bytes in chunk_skip_zero() not just the firstTobias Brunner2016-04-041-12/+16
* string: Gracefully handle NULL in str*eq() macrosTobias Brunner2016-04-041-0/+78
* Use standard unsigned integer typesAndreas Steffen2016-03-2410-77/+77
* Implemented IPv4/IPv6 subnet and range identitiesAndreas Steffen2016-03-101-48/+207
* linked-list: Add method to compare two lists of objects for equalityTobias Brunner2016-03-081-0/+91
* auth-cfg: Make IKE signature schemes configurableTobias Brunner2016-03-041-0/+122
* unit-tests: The pseudonym RDN is now recognized, so use something more exoticTobias Brunner2016-01-281-3/+3
* array: Add an insert/create function for value based arraysMartin Willi2015-12-071-0/+43
* settings: Add settings_value_as_uint64() helper functionTobias Brunner2015-11-111-0/+24
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-101-3/+3
* testing: Updated hasher testsAndreas Steffen2015-11-061-0/+75
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-062-30/+38
* unit-tests: Add a test to verify that there is no partial matching of RDNsTobias Brunner2015-09-091-0/+1
* Fixed some typos, courtesy of codespellTobias Brunner2015-08-271-1/+1
* unit-tests: Additional test cases to increase coverageTobias Brunner2015-08-272-9/+611
* identification: Add hash() methodTobias Brunner2015-08-061-1/+90
* unit-tests: Add unit tests for settings_t.load_string[_section]Tobias Brunner2015-07-281-8/+113
* settings: Add support for multi-line stringsTobias Brunner2015-07-281-8/+17
* host: Properly handle NULL in host_create_from_string[_and_family]Tobias Brunner2015-07-271-0/+6
* unit-tests: Add tests for iv_gen_seq_tTobias Brunner2015-06-051-0/+73
* unit-tests: Further increase the test vector testing timeoutMartin Willi2015-04-161-1/+1
* unit-tests: Use progressive testing of transforms with test vectorsMartin Willi2015-04-151-7/+26
* enum-names: Fail gracefully when passing a NULL value as enum namesMartin Willi2015-04-151-0/+10
* thread: Add a function to pop and call all registered cleanup handlersMartin Willi2015-04-151-0/+31
* unit-tests: Use a larger timeout for test vector testingMartin Willi2015-04-151-0/+1
* utils: Add malloc/free wrappers returning aligned dataMartin Willi2015-04-151-0/+39
* utils: Add a constant time chunk_equals() variant for cryptographic purposesMartin Willi2015-04-141-0/+27
* utils: Add a constant time memeq() variant for cryptographic purposesMartin Willi2015-04-141-0/+47
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-7/+7
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-11/+11
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-7/+4
* unit-tests: Fix settings test after merging multi-line stringsTobias Brunner2015-03-231-2/+2
* unit-tests: Depend on SHA1/SHA256 features for mgf1 test casesMartin Willi2015-03-231-4/+14
* public-key: Add helper to determine acceptable signature schemes for keysTobias Brunner2015-03-041-1/+44
* enum: Extend printf hook to print flagsThomas Egerer2015-03-031-2/+164
* unit-tests: Don't fail host_create_from_dns() test if IPv6 not supportedMartin Willi2015-03-021-4/+10
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-0/+3
* unit-tests: Add host_create_from_dns() test cases resolving "localhost"Martin Willi2015-02-241-0/+42