progress update

This commit is contained in:
AJ ONeal 2018-11-22 04:39:00 -07:00
父節點 4f938af4c5
當前提交 51777a63e0
共有 2 個文件被更改,包括 13 次插入3 次删除

查看文件

@ -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.

查看文件

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