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

verify certificate #36

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

verify certificate #36

wants to merge 9 commits into from

Commits on Oct 11, 2024

  1. export arbitrary data to PEM

    jwes committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0c3b2fb View commit details
    Browse the repository at this point in the history
  2. simplified objectidentifier

    this also makes sure that the ASN.1 transformation is reversible
    jwes committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ebb4961 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. let the certificate generate Signature based on the algorithm and sig…

    …natureValue
    
    the signatureValue is not usable directly when verifiing an EC signature.
    jwes committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1c4d998 View commit details
    Browse the repository at this point in the history
  2. added test certificates

    rsa tests for verify
    jwes committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ef8cac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. id's and extensions are not exported to ASN.1

    therefore the tbs cert is not equal to the bitstream
    jwes committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d24ec87 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    3e63131 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    8c0cfa6 View commit details
    Browse the repository at this point in the history
  2. export csrs to pem

    added testcases for different serializations
    jwes committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    05d08b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. add a ed448 cert

    jwes committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7061856 View commit details
    Browse the repository at this point in the history