Commit Graph

9 Commits

Author SHA1 Message Date
James E. King III
eabf964e98 Fix endian issue copying md5 result to byte buffer.
Fix the sha1 and md5 unit tests for endian correctness.
Originally identified by BinCaoWR in GitHub issue #86 and PR #87

This fixes #86
This closes #87
2019-06-25 13:21:13 -04:00
tinko92
24e3e0db36 Fix for typo (LICENCE) and for https links to license (#103)
* Fix Typo in link to License.
* Changed links to https.
2019-04-22 08:56:05 -04:00
James E. King, III
8a81273ebf revert change to string_generator so it continues to
throw std::runtime_error like it always had before
therefore removing a breaking change before release

remove one unnecessary code branch in string_generator
2017-11-10 20:04:37 -05:00
James E. King, III
b5adde4409 fix warnings identified by regression matrix 2017-11-01 08:59:25 -04:00
James E. King, III
797d47df61 improve coverage (except for hashing headers) to 100% 2017-10-31 17:27:11 -07:00
James E. King, III
45b8446255 improve string generator coverage to 100% and resolve build warning 2017-10-31 16:15:38 -07:00
James E. King, III
71abd3cbf4 fix codecov pathing (finally) and improve string generator coverage 2017-10-31 14:18:39 -07:00
James E. King, III
07f68d3b9c 11482: uuid string generator now throws if there is any unexpected input following successful conversion of a uuid in the input string
11483: uuid string generator now throws std::invalid_argument instead of std::runtime_error on an invalid uuid string
12253: make the uuid parser reject invalid data and added negative test cases to prove it
2017-08-09 15:38:37 -04:00
Andy Tompkins
6ee1d64394 switch from the Boost Test Library to boost/detail/lightweight_test.hpp
moved uuid generators into their own file

[SVN r59535]
2010-02-06 22:32:49 +00:00