Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECC module with RFC3279 support #103

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Update ECC module with RFC3279 support #103

merged 3 commits into from
Sep 16, 2024

Conversation

microshine
Copy link
Contributor

@microshine microshine commented Sep 16, 2024

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

Pull Request Test Coverage Report for Build 10882138771

Details

  • 26 of 26 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 87.006%

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

💛 - Coveralls

@microshine microshine linked an issue Sep 16, 2024 that may be closed by this pull request
@microshine microshine merged commit 687d8ad into master Sep 16, 2024
4 checks passed
@microshine microshine deleted the ecc-rfc3279 branch September 16, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add explicit curve params support
2 participants