Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

v1.0.4

Compare
Choose a tag to compare
@JesseCoretta JesseCoretta released this 13 May 03:36
· 5 commits to main since this release
ffe7968

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 to itu-t(0)
    • iso resolves to iso(1)
    • joint-iso-itu-t resolves to joint-iso-itu-t(2)
  • Compatible methods for quick output to encoding/asn1.ObjectIdentifier and crypto/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 for NewDotNotation. This allows the following type instances:
    • *big.Int
    • string
    • uint64
    • uint
    • int