Closed jschlyter closed 9 months ago
Using send_secure_cmd without a session results in a struct.error exception (since _secure_transceive is trying to pack None into a structure). Shouldn't that result in a YubiHsmError?
send_secure_cmd
struct.error
_secure_transceive
None
YubiHsmError
Sorry for the delayed response. In the current version (2.3.1) you should not be able to use send_secure_cmd without an authenticated session.
Using
send_secure_cmd
without a session results in astruct.error
exception (since_secure_transceive
is trying to packNone
into a structure). Shouldn't that result in aYubiHsmError
?