Showing posts with label protocol. Show all posts
Showing posts with label protocol. Show all posts

Sunday, January 31, 2016

ACME Suite for node.js

Release:

Released recently ACME Suite for node.js on GitHub: https://github.com/marspr/acme-suite-js and npm.
ACME Suite provides an Let's Encrypt-compatible implementation of the Automated Certificate Management Environment (ACME) protocol proposed by: draft-ietf-acme-acme-01
Documentation can be also found here.

Sunday, May 11, 2014

SRP implementation for HTML5/JavaScript and Node.js

Release:

Released today Secure Remote Password Protocol (RFC 2945) Version 6 Implementation for HTML5/JavaScript and Node.js on GitHub: https://github.com/marspr/srp-web.
You can find the documentation after checkout with git in docs folder or online here.