yubihsm.rs icon indicating copy to clipboard operation
yubihsm.rs copied to clipboard

Compatibility fixes and a standalone mockhsm example

Open nholstein opened this issue 11 months ago • 2 comments

This branch contains a small series of compatibility fixes needed to create a standalone mockhsm example application. I used this standalone application to test a Go based library I've developed.

There's four types of fixes:

  • warnings from a newer clippy version (1.78)
  • correct the key=value\n in the HTTP /status endpoint
  • RSASSA-PSS signature support in mockhsm
  • allow device-info outside an authenticated session

Additionally, I tested this using a new examples/mockhsm.rs which exports the mockhsm via HTTP. I thought it might be useful for others, but this commit could easily be reverted if not desired.

nholstein avatar Mar 10 '24 14:03 nholstein

the rsa implementation partially reimplements https://github.com/iqlusioninc/yubihsm.rs/pull/493

baloo avatar May 10 '24 17:05 baloo

I think this can be rebased and some commits should now conflict (I'm surprised github doesn't report conflicts).

baloo avatar Jun 27 '24 21:06 baloo