-
MacOS 10.14.2, current SDK
```
yubihsm> set informat binary
yubihsm> sign ecdsa 0 7 ecdsa-sha384 "t3b-out.txt" "t3b-out.txt.sig"
Invalid argument 5: t3b-out.txt (i:data=-)
yubihsm>
```
Fil…
-
This might be useful
https://crates.io/crates/gotp
vRobM updated
6 years ago
-
```
$ yubihsm-shell --connector=https://localhost:12345
yubihsm> connect
Failed connecting 'https://localhost:12345'
yubihsm> debug all
Debug messages enabled
yubihsm> connect
[LIB - INF 10:58:…
-
I've been using this crate to test ECDSA over secp256k1 signatures generated by YubiHSM2 hardware devices, and encountering sporadic failures. Not sure exactly where the problem lies, but things seem …
-
I upgraded the YubiHSM2 SDK, and was running an old(er) test-script. To my surprise, it failed on OAEP decryption:
```
Decrypting the symmetric key on the token...
~/openssl-1.1/bin/openssl rasut…
-
You probably haven't listed it bc you haven't tested it, but do you see a reason a [yubihsm 2](https://www.yubico.com/products/yubihsm/) would not work?
-
ECDSA signatures over the secp256k1 elliptic curve sporadically fail to verify against the secp256k1 crate. I've opened an issue against the secp256k1 crate in hopes of investigating further:
https…
-
From what I can tell [PublicKey](https://docs.rs/secp256k1/0.10.0/secp256k1/key/struct.PublicKey.html) can [serialize_uncompressed](https://docs.rs/secp256k1/0.10.0/secp256k1/key/struct.PublicKey.html…
-
The put auth key function @ put_auth_key.rs:23 is missing a delegated capabilities parameter, which is specified in [https://developers.yubico.com/YubiHSM2/Commands/Put_Authkey.html](https://developer…
-
The default AuthKey (id:1) on a reset YubiHSM2 has capabilities and delegated_capabilities of 18446744073709551615 (all 1s). This can't be decoded by Capability/deserialize as it specifies invalid bit…