JonathanWilbur / x500-ts

X.500 Directory / X.509 PKI Certificates and CRLs in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X.500 TypeScript Library

This is based off of the 2019 X.500-series publications, with a few exceptions. Older, retired modules are included as well.

Notes

  • Steps for transforming compiler output:
    • Convert these to BigInt:
      • AuthenticationFramework.CertificateSerialNumber
      • AuthenticationFramework.AvlSerialNumber
      • CertificateExtensions.NumberRange
    • Ensure DER encoding is used (at least) for these modules:
      • AuthenticationFramework
      • AttributeCertificateDefinitions
      • CertificateExtensions

About

X.500 Directory / X.509 PKI Certificates and CRLs in TypeScript

License:MIT License


Languages

Language:TypeScript 100.0%Language:Dockerfile 0.0%