PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.3k stars 204 forks source link

Review rfc5751 bis and ensure PKIjs supports associated data structures #79

Open rmhrisk opened 7 years ago

rmhrisk commented 7 years ago

https://tools.ietf.org/html/draft-ietf-lamps-rfc5751-bis-02

YuryStrozhevsky commented 6 years ago

Seems all goes to support for "AuthEnvelopedData" data type (RFC5083).