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

New OpenPGP Specification #525

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

Commits on Feb 8, 2024

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

Commits on Feb 10, 2024

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

Commits on Feb 11, 2024

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

Commits on Feb 13, 2024

  1. Initial support for Version6 keys and signatures

    - Ed25519Legacy with v4 keys/signatures
    - classes for "native" (octet array) key material
    - parsing v5/v6 packets (public key, unlocked secret key, signature)
    - basic verification of v6 signatures
    - test vectors from crypto-refresh draft
    roughconsensusandrunningcode committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    091b92e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    31f2b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edb702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad9b9b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    244eaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683e76f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    ceaa293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dfe4ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4ac85c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    6c933f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0da13 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

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

Commits on Mar 12, 2024

  1. Review PgpSecretKey class

     * Unprotected v6 keys does not use the two-octets checksum https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#table-2
     * In DoCopyWithNewPassword rewrite Checksum using SHA-1 instead of the deprecated UsageChecksum (MalleableCFB)
     * Some code deduplication and reorganization
    roughconsensusandrunningcode committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f939a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b9d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7e7d09 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    e0ce83b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32dbbd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 16, 2024

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

Commits on Apr 18, 2024

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

Commits on Apr 20, 2024

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

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

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

Commits on Aug 16, 2024

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

Commits on Sep 28, 2024

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