Nitrokey / libnitrokey

Communicate with Nitrokey devices in a clean and easy manner
https://nitrokey.com/
GNU Lesser General Public License v3.0
65 stars 34 forks source link

Fix get_status for Nitrokey Storage #167

Open robinkrahl opened 4 years ago

robinkrahl commented 4 years ago

Extends the test_get_status test case to catch the problem with get_status for the Nitrokey Storage described in #166, and then fixes the problem by adding the GET_DEVICE_STATUS command to the NitrokeyManager::get_status method.