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

v1.0.3 #7

Merged
merged 18 commits into from
May 13, 2024
Merged

v1.0.3 #7

merged 18 commits into from
May 13, 2024

Conversation

JesseCoretta
Copy link
Owner

@JesseCoretta JesseCoretta commented May 12, 2024

v1.0.3 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 linked an issue May 12, 2024 that may be closed by this pull request
@JesseCoretta JesseCoretta self-assigned this May 12, 2024
@JesseCoretta JesseCoretta added the enhancement New feature or request label May 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e319f34) to head (a42415d).

Additional details and impacted files
@@            Coverage Diff             @@
##              main        #7    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            6         6            
  Lines          614       788   +174     
==========================================
+ Hits           614       788   +174     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JesseCoretta JesseCoretta marked this pull request as ready for review May 13, 2024 02:58
@JesseCoretta JesseCoretta merged commit 8f48ed6 into main May 13, 2024
3 checks passed
@JesseCoretta JesseCoretta deleted the v1.0.3 branch May 13, 2024 03:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ASN.1 INTEGER over Uint128
2 participants