aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_hasher.c
Commit message (Collapse)AuthorAgeFilesLines
* auth-cfg: Store signature schemes as signature_params_t objectsTobias Brunner2017-11-081-6/+25
| | | | | Due to circular references the hasher_from_signature_scheme() helper does not take a signature_params_t object.
* ikev2: Don't use SHA-1 for RFC 7427 signature authenticationTobias Brunner2017-11-081-3/+3
| | | | | | RFC 8247 demoted it to MUST NOT. References #2427.
* unit-tests: Completed coverage of hasher, crypter and libnttfftAndreas Steffen2016-12-141-33/+45
|
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-23/+27
|
* testing: Updated hasher testsAndreas Steffen2015-11-061-0/+75
|
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-061-27/+35
|
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-0/+3
| | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle.
* unit-tests: Added crypter testsAndreas Steffen2013-12-061-3/+3
|
* unit-tests: Added hasher testsAndreas Steffen2013-12-041-0/+189