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 30e617ada1 v0.0.2: WIP, useful as an example 2018-11-12 11:50:49 -07:00
README.md v0.0.2: WIP, useful as an example 2018-11-12 11:50:49 -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.2: WIP, useful as an example 2018-11-12 11:50:49 -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.2: WIP, useful as an example 2018-11-12 11:50:49 -07:00
re-sign.js v0.0.2: WIP, useful as an example 2018-11-12 11:50:49 -07:00

README.md

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

This is my project for the weekend. I expect to be finished today (Monday Nov 12th, 2018)

  • 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