aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/misc.h
Commit message (Collapse)AuthorAge
* Use strnlen for field copiesSzczepan Zalega2019-06-13
| | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
* Add misc::Option<T> classRobin Krahl2019-01-13
| | | | | Option<T> is a simple replacement for std::optional, which was introduced in C++17. It stores a value that can be present or absent.
* Make unbundling easierDavid Seifert2018-03-13