Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 1 | -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 Sonar | Jack Lloyd | 2017-10-01 | 1 | -4/+6 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Remove some using declarations in test code | Jack Lloyd | 2017-09-22 | 1 | -21/+19 |
| | |||||
* | add OctetString unit tests | Daniel Neus | 2016-07-20 | 1 | -0/+168 |
and add the possibility to compare OctetStrings with the botan test-framework |