Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update for compatibility with Catch2 version 2.3.0 | Tom Hughes | 2018-07-24 |
| | |||
* | Fix compilation warnings for tests | Szczepan Zalega | 2018-04-19 |
| | | | | | | | Cleanup CMakeList a bit as well. Fixes #97 Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Null-terminate the argument for strtoul | Robin Krahl | 2018-04-10 |
| | | | | | | As discussed in issue #95, the buffer passed to strtoul must be null-terminated. This patch null-terminates the buffer used in hexStringToByte in the test_HOTP unit test to avoid a buffer over-read. | ||
* | Fix Capture for Catch v2.0 | Szczepan Zalega | 2018-01-29 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Update license/copyright lines | Szczepan Zalega | 2018-01-16 |
| | | | | | | Remove redundant file Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Use CMake instead of Make | Szczepan Zalega | 2017-03-11 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | C++ tests fixed | Szczepan Zalega | 2017-03-11 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | C++ test update (compilation fix) | Szczepan Zalega | 2016-09-10 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | C++ tests: use get_payload() function to clear packet before using | Szczepan Zalega | 2016-08-01 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Initial version of C/Python bindings | Szczepan Zalega | 2016-08-01 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Reset the HOTP counter | Cornelius Kölbel | 2016-04-19 |
| | | | | | | If the token was initialized earlier the HOTP counter could be unequal zero resulting in faliing tests. This resets the counter of this slot to 0. | ||
* | checking slots programmed with nitrokey app (should be moved to separate TC) | Szczepan Zalega | 2016-04-19 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan.zalega@gmail.com> | ||
* | Send temporary password | Szczepan Zalega | 2016-04-13 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan.zalega@gmail.com> | ||
* | fix slot name shortened | Szczepan Zalega | 2016-03-29 |
| | |||
* | code cleanup | Szczepan Zalega | 2016-03-29 |
| | |||
* | working hotp tests on nitrokey pro (stick10) | Szczepan Zalega | 2016-03-29 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan.zalega@gmail.com> | ||
* | adding next steps for hotp tests: writing, reading and authorization for ↵ | Szczepan Zalega | 2016-03-29 |
| | | | | writing hotp code | ||
* | implementing hotp test | Szczepan Zalega | 2016-03-21 |
| | |||
* | adding hextobyte implementation | Szczepan Zalega | 2016-03-20 |
| | |||
* | adding hotp test suite | Szczepan Zalega | 2016-03-20 |