This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
v1.0.4
Changes
- Test and doc updates
- Utilize
*big.Int
-based NumberForm, thereby allowing unbounded values in compliance with ASN.1 - Major ASN.1 codec update -- ASN.1 encoding/decoding now supported (without use of encoding/asn1)
- 100% code coverage
- root node abbreviations now supported for
ASN1Notation
input processing:itu-t
resolves toitu-t(0)
iso
resolves toiso(1)
joint-iso-itu-t
resolves tojoint-iso-itu-t(2)
- Compatible methods for quick output to
encoding/asn1.ObjectIdentifier
andcrypto/x509.OID
instances - New feature allowing mixed variadic input, such as
uint(1), "3", uint64(6)
for OID "1.3.6", to be used as input forNewDotNotation
. This allows the following type instances:*big.Int
string
uint64
uint
int