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

Fixed sign/verify inconsistencies. #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Fixed sign/verify inconsistencies. #2

wants to merge 8 commits into from

Commits on Jan 13, 2023

  1. Fixed sign/verify inconsistencies.

    The signatures for RSA were incorrect per PCKS#1. Generated new
    keys and signatures for EcDSA, Ed25519, and RSA. Re-did the code
    for wolfSSL sign and verify as well to use wc_SignatureVerify
    and wc_SignatureGenerate.
    petertorelli committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2cc2e98 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    ea6bf3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb98c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca9540a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Jan 17, 2023

  1. Unused label removal

    petertorelli committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b552f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26fa0e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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