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

v1.0.4 #8

Merged
merged 1 commit into from
May 13, 2024
Merged

v1.0.4 #8

merged 1 commit into from
May 13, 2024

Conversation

JesseCoretta
Copy link
Owner

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 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

@JesseCoretta JesseCoretta self-assigned this May 13, 2024
@JesseCoretta JesseCoretta added bug Something isn't working enhancement New feature or request documentation Improvements or additions to documentation labels May 13, 2024
@JesseCoretta JesseCoretta merged commit ffe7968 into main May 13, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant