2
0
mirror of https://git.coolaj86.com/coolaj86/old-keypairs.js synced 2025-03-14 12:20:42 +00:00
2018-12-17 21:29:45 -07:00
2018-12-17 21:29:45 -07:00
2018-11-10 17:27:49 -07:00
2018-11-16 01:40:07 -07:00
2018-11-16 01:40:07 -07:00
2018-12-03 00:57:41 -07:00

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
Description
Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JWT and JOSE. Ugh... that was a mouthful. :)
Readme 105 KiB
Languages
JavaScript 100%