Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 632 Bytes

proxy.js

Proxy.js is a JavaScript implementation of X509 delegation. It is forked from the original implementation made by Andres Abad Rodríguez for WebFTS.

Dependencies

  • jsrasign Opensource free cryptography library
  • Yahoo's yui Required by jsrsasign for inheritance handling
  • asn1js Required to decode the proxy request
  • crypto-js CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns.