Ryan Bennett
Ryan Bennett
This is a critical feature for my use case as well. I'd be happy to work on the implementation if a PR would be welcome.
Hey there, sorry for the delay. If you can point me in the direction of an existing RSA-PSS library in javascript, I'd be happy to see what I can do....
the pkcs8 format is not 1:1 compatible with OpenSSL DER format, AFAIK. There's some extra padding involved with pkcs8 specifically. you might be able to use Forge, which is used...
+1 Thanks @rmhrisk
I think I have a workaround, but it might be a PITA depending on your scenario: the problem is that the child machine `src` is the statemachine object, and it...