Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful. :)
Go to file
AJ ONeal c71f28e1d7 v0.0.4: update (and partial commits) 2018-12-03 00:57:41 -07:00
lib v0.0.4: update (and partial commits) 2018-12-03 00:57:41 -07:00
README.md v0.0.4: update (and partial commits) 2018-12-03 00:57:41 -07:00
convert-from-hex.js v0.0.3: ecdsa is soooooo close 2018-11-16 01:40:07 -07:00
convert-to-der.js v0.0.2: WIP, useful as an example 2018-11-12 11:50:49 -07:00
index.js generate ec and rsa keypiars for web 2018-11-10 17:27:49 -07:00
package.json v0.0.4: update (and partial commits) 2018-12-03 00:57:41 -07:00
pubkey-cli.js v0.0.2: WIP, useful as an example 2018-11-12 11:50:49 -07:00
pubkey.js v0.0.3: ecdsa is soooooo close 2018-11-16 01:40:07 -07:00
re-sign.js v0.0.3: ecdsa is soooooo close 2018-11-16 01:40:07 -07:00

README.md

This is being ported from code from rsa-compat.js, greenlock.html (bacme.js), and others.

This was intended to be just a weekend project, but it's grown a bit.

  • 2018-10-10 (Saturday) work has begun
  • 2018-10-11 (Sunday) W00T! got a CSR generated for RSA with VanillaJS ArrayBuffer
  • 2018-10-12 (Monday) Figuring out ECDSA CSRs right now
  • 2018-10-15 (Thursday) ECDSA is a trixy hobbit... but I think I've got it...
  • 2018-12-02 (Sunday) Been mostly done for a while, individually, slowly merging everything together