aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_mgf1.c
Commit message (Collapse)AuthorAgeFilesLines
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-211-35/+53
|
* unit-tests: Depend on SHA1/SHA256 features for mgf1 test casesMartin Willi2015-03-231-4/+14
|
* unit-tests: Adapted to coverity fixesAndreas Steffen2014-12-231-3/+15
|
* Implemented get_byte() method for mgf1_bitspender classAndreas Steffen2014-11-291-6/+16
| | | | | | The new get_byte() method returns a pseudo-random byte at a time. Changed the get_bits() interface to the same interface as get_byte(). Updated the mgf1 unit-tests accordingly.
* unit-tests: Created separate mgf1 test suiteAndreas Steffen2014-11-291-0/+236