Commit Graph

11 Commits

Author SHA1 Message Date
Hendrik Hofstadt 61ec9248b3
Merge pull request #19 from rmeringe/add_get_device_info_command
Adding get device info command
2022-07-18 10:19:34 +02:00
Rohan Meringenti 7ed80af9d6
add support for complete response 2022-07-12 11:49:49 -04:00
kayos@tcp.direct 78cb2d8595
Docs: add syntax highlighting 2022-06-30 07:04:49 -07:00
Andrew Pau 86670f0fba
Merge conflicts 2021-04-08 16:42:16 -07:00
Andrew Pau 76fb3dd4fd
Add commands 2021-04-07 14:22:09 -07:00
terry a1855252da add sign pkcs1 command 2021-03-31 17:04:49 +13:00
Gary Belvin 48c7fef69d Update readme 2021-03-05 12:05:04 +00:00
Jake Craige 530348283f
Add ChangeAuthenticationKey command
Introduce the command which is used to change the password to
authenticate to the HSM.

A small refactoring of extracting authkey out was necessary to prevent
an import cycle from securechannel importing commands which (without the
refactor) imported secure channel again.

Documentation for this command: https://developers.yubico.com/YubiHSM2/Commands/Change_Authentication_Key.html
2020-02-28 09:40:45 -08:00
Jake Craige 7df30b3ded
Implement DeriveEcdh command
Add the implementation fo the DeriveEcdh command alongside a command
name that matches what Yubi calls it.

Left the previously named one alone so this doesn't break backwards
compatibility if anyone was using that.

Docs: https://developers.yubico.com/YubiHSM2/Commands/Derive_Ecdh.html
2019-08-27 14:17:50 -07:00
Hendrik Hofstadt 2f4bdbb679 Refactor SessionManager 2018-10-24 11:27:50 +02:00
Hendrik Hofstadt 102a7057df Fix README 2018-10-01 14:51:13 +02:00