aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_octetstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* s/as_string/to_string/Jack Lloyd2019-03-011-3/+3
| | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string.
* Fix some cast warnings from SonarJack Lloyd2017-10-011-4/+6
|
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
|
* Remove some using declarations in test codeJack Lloyd2017-09-221-21/+19
|
* add OctetString unit testsDaniel Neus2016-07-201-0/+168
and add the possibility to compare OctetStrings with the botan test-framework