aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/bliss/tests
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-061-5/+5
|
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-2/+15
| | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle.
* unit-tests: Completed BLISS testsAndreas Steffen2015-02-256-16/+668
|
* unit-tests: Adapted to coverity fixesAndreas Steffen2014-12-231-9/+12
|
* bliss: Fix monolithic buildTobias Brunner2014-12-128-0/+485
This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman).