PeculiarVentures / asn1-schema

asn1-schema is a collection of TypeScript schemas that make working with common ASN.1 objects easy
33 stars 11 forks source link

Update ECC module with RFC3279 support #103

Closed microshine closed 1 month ago

microshine commented 1 month ago

Description

This Pull Request adds support for specified elliptic curve domain parameters as defined in RFC 3279, enhances the documentation, and updates dependencies.

Key Changes

  1. Support for SpecifiedECDomain (RFC 3279)

    • Implemented ASN.1 schema classes: SpecifiedECDomain, FieldID, Curve, ECPoint, FieldElement, ECPVer.
    • Updated ECParameters to include implicitCurve and specifiedCurve options.
    • Added unit tests for parsing and serializing EC parameters with specified curves.
    • Addressed issue #102.
  2. Documentation Improvements

    • Updated README.md with detailed module descriptions.
    • Included a table of relevant RFCs for quick reference.
    • Added keywords to package.json for better discoverability.
  3. Dependency Updates

    • Updated project dependencies to their latest versions for improvements and security fixes.
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10882138771

Details


Totals Coverage Status
Change from base Build 10879931242: 0.1%
Covered Lines: 2609
Relevant Lines: 2867

💛 - Coveralls