progress update

This commit is contained in:
AJ ONeal 2018-11-22 04:39:00 -07:00
parent 4f938af4c5
commit 51777a63e0
2 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,16 @@
RSA-CSR.js
==========
I just finished [ECDSA-CSR.js](https://git.coolaj86.com/coolaj86/ecdsa-csr.js) and I've already got working code for RSA-CSR.js, but I've got to give it some polish.
This is a work in progress.
In the meantime, I'm squatting the module name. Expect it within the week.
I recently finished the EC variants:
* [ECDSA-CSR.js](https://git.coolaj86.com/coolaj86/ecdsa-csr.js)
* [Eckles.js](https://git.coolaj86.com/coolaj86/eckles.js)
I'm mostly done with [Rasha.js](https://git.coolaj86.com/coolaj86/rasha.js)
and I already have a working prototype to generate CSRs.
It'll all wrap up soon - expect it within a week.
In the meantime, I'm squatting the module name.

View File

@ -1,6 +1,6 @@
{
"name": "rsa-csr",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {