diff --git a/README.md b/README.md index f539e31..8f17095 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index d217376..0be8cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-csr", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "index.js", "scripts": {