Alexandre Bourget
Alexandre Bourget
Hi.. the TODO says to fix KsTest.. what,s the state of that ?
Bump!
Hey,... it'd be so great to have a Go interpreter! Embedded in Go, .. It'd be like that: https://www.youtube.com/watch?v=9CS7j5I6aOc So, anyone working on this ?
A good thing would also to update the current blog posts, to reflect the new APIs.
and pointers to the more complex examples in each module's doc.
I think `google-chrome` requires a PKCS#8 formatted PEM file.. `crxmake` uses an RSA private key format. Perhaps we could try to read the file with the two formats, PKCS#8 as...
...therwise we got a weird and ununderstandable error message.
This was annoying as it has a different behavior than OpenSSL. If you added no password, the key was still encrypted, which made streamlining certain processes much harder. Would fix...
I'd expect a blank passphrase to not encrypt the `.key` file. Is that a bug or a feature ?
It seems there are things in there to set the security level, but it doesn't seem to be exposed. How complex would it be to expose it ?!
* Lower the bar to understanding. The demo is great.. should show simple usage before complex. Following through `xxd` might be hard for some.