aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: New key generation parameter "User-Id".Werner Koch2025-04-041-0/+1
* doc: Update NEWSWerner Koch2025-03-251-0/+1
* Typo fix and add missing prototype.Werner Koch2025-03-071-1/+1
* gpg: Store Link attributes for composite keys.Werner Koch2025-02-071-0/+29
* gpg: Fix --quick-add-key for Weierstrass ECC with usage given.Werner Koch2025-02-051-0/+37
* gpg: Print a warning if the card backup key could not be written.Werner Koch2025-01-081-4/+14
* gpg: Fix key generation with existing key from card.NIIBE Yutaka2024-12-161-1/+1
* gpg: Allow "Kyber" as algorithm for the Subkey-Type keyword.Werner Koch2024-11-141-0/+2
* gpg: Add option to create Kyber with --full-gen-key.Werner Koch2024-11-131-8/+165
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-311-1/+1
* common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka2024-10-081-4/+1
* gpg: Emit status error for an invalid ADSK.Werner Koch2024-10-071-0/+1
* gpg: Robust error handling for SCD READKEY.NIIBE Yutaka2024-10-011-8/+10
* build: Remove configure option --enable-gpg-is-gpg2Werner Koch2024-09-111-4/+0
* gpg: Switch Kyber to the final algo id and add it to the menu.Werner Koch2024-08-271-24/+21
* gpg: Print a warning if the (draft) Kyber algorithm is used.Werner Koch2024-07-051-2/+20
* gpg: Allow shortcut algo string "pqc" for --quick-gen-key.Werner Koch2024-06-111-8/+12
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-06-051-0/+41
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-06-051-13/+32
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-06-051-2/+2
* gpg: New option --default-new-key-adsk.Werner Koch2024-06-031-12/+123
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* gpg: Avoid a double free on error in the key generation.Werner Koch2024-05-281-30/+23
* gpg: Terminate key listing on output write error.Werner Koch2024-05-151-1/+4
* gpg: Algo "kyber" is now a shortcut for ky768_bp256.Werner Koch2024-05-061-2/+2
* gpg: Add a notation to Kyber encryption subkeysWerner Koch2024-05-021-2/+80
* gpg: Make Kyber creation more flexible.Werner Koch2024-04-101-8/+43
* gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-051-1/+14
* gpg: Allow to create a Kyber key from keygrips.Werner Koch2024-04-051-10/+82
* gpg: Support dual keygrips.Werner Koch2024-04-051-0/+2
* gpg: Initial support for generating Kyber subkeys.Werner Koch2024-04-031-46/+203
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-261-84/+223
|\
| * gpg: Use ephemeral mode for generating card keys.Werner Koch2024-01-221-9/+39
| * gpg: Add a communication object to the key generation code.Werner Koch2024-01-221-22/+72
| * gpg: For v5 key generation for X448 also in parm file mode.Werner Koch2024-01-161-56/+114
| * gpg: When using a parm file w/o usage don't set the RENC usage.Werner Koch2024-01-161-2/+3
| * gpg: Fix regression in the Revoker keyword of the parmeter file.Werner Koch2024-01-111-1/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-9/+36
|\|
| * gpg: Fix minor memory leak during certain smartcard operations.Werner Koch2023-10-271-2/+11
| * gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch2023-10-261-5/+16
| * gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch2023-10-141-3/+10
| * gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka2023-07-251-6/+25
| * gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka2023-07-251-9/+20
* | gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka2023-07-121-6/+25
* | gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka2023-07-121-9/+20
* | gpg: Add algo constants for PQC.Werner Koch2023-07-071-2/+29
|/
* gpg: Set default expiration date to 3 years.Werner Koch2023-06-051-1/+1
* gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-211-1/+11
* gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-011-29/+24
* gpg: New option --add-desig-revokerWerner Koch2023-02-161-10/+104