x500-ts
Version:
X.500 Directory / X.509 PKI Certificates and CRLs
21 lines (16 loc) • 764 B
Markdown
# X.500 TypeScript Library
* Author: [Jonathan M. Wilbur](https://github.com/JonathanWilbur) <[jonathan@wilbur.space](mailto:jonathan@wilbur.space)>
* Copyright Year: 2020
* License: [MIT License](https://mit-license.org/)
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`