summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix PQC decryption.NIIBE Yutaka2024-04-111-28/+9
* doc: Move keyformat.txt to here.Werner Koch2024-04-112-1/+1
* doc: Fix a few typos in agent/keyformat.txtTodd Zullinger via Gnupg-devel2024-04-111-6/+6
* gpg: Make Kyber creation more flexible.Werner Koch2024-04-105-11/+55
* agent:kem: Externalize FIXED_INFO.NIIBE Yutaka2024-04-101-18/+51
* common: Rename to kem.c from kmac.c.NIIBE Yutaka2024-04-102-1/+1
* common,agent: Factor out KEM functions into common/kem.c.NIIBE Yutaka2024-04-103-60/+131
* gpg: Some support to allow Kyber decryption.Werner Koch2024-04-097-15/+67
* kbx: Support kyber in the blob parser.Werner Koch2024-04-092-4/+44
* gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-04-091-2/+2
* kbx: Fix keyid search for mixed v4/v5 case.Werner Koch2024-04-081-28/+25
* 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-056-13/+97
* agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
* gpg: Support dual keygrips.Werner Koch2024-04-0510-45/+180
* agent: Make "PKDECRYPT --kem" with optional value work.Werner Koch2024-04-053-6/+11
* agent: Add initial support for hybrid ECC+PQC decryption with KEM.NIIBE Yutaka2024-04-053-7/+362
* gpg: Initial support for generating Kyber subkeys.Werner Koch2024-04-039-110/+461
* common: Extend openpgp_oid_to_curve to return an abbreviated name.Werner Koch2024-04-032-14/+39
* tests: Add a sample PDF with a signatureWerner Koch2024-04-031-0/+0
* common: Allow building with libgcrypt 1.10 for now.Werner Koch2024-04-031-0/+4
* agent: Add --another option for hybrid crypto.NIIBE Yutaka2024-04-012-6/+15
* common: Add KMAC.NIIBE Yutaka2024-03-293-2/+140
* gpgsm: Allow to add extensions at the --gen-key prompt.Werner Koch2024-03-272-0/+10
* scd:openpgp: Fix data_objects specification for F9 and FA.NIIBE Yutaka2024-03-271-2/+2
* gpg,gpgsm: New option --disable-fd-translation.Werner Koch2024-03-266-9/+50
* scd: Add new OpenPGP vendorWerner Koch2024-03-261-0/+1
* Allow installation with a gpgconf.ctl changed homedir.Werner Koch2024-03-214-26/+145
* common: Use a common gpgconf.ctl parser for Unix and Windows.Werner Koch2024-03-212-202/+252
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
* gpg: new list-option store-x509-notations.Werner Koch2024-03-144-8/+54
* gpg: new list-option show-x509-notationsWerner Koch2024-03-126-16/+134
* card: Use xstrdup for module names.Werner Koch2024-03-121-2/+2
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-12103-1134/+1484
|\
| * Post release updatesWerner Koch2024-03-072-1/+8
| * Release 2.4.5gnupg-2.4.5Werner Koch2024-03-071-1/+39
| * po: msgmergeWerner Koch2024-03-0723-92/+118
| * po: Fix a fuzzy in the German, Polish and Japanese translationWerner Koch2024-03-073-23/+28
| * scd: Improve code reability of ccid-driver.cWerner Koch2024-03-071-96/+49
| * scd: Add support for ACR-122UWerner Koch2024-03-072-1/+7
| * scd: Let the CCID module auto detach the kernel driver.Werner Koch2024-03-073-0/+41
| * doc: Typo fix in commentWerner Koch2024-03-061-1/+1
| * wks: Make gpg-wks-client --mirror work w/o args.Werner Koch2024-03-062-2/+2
| * gpg: Fix mixed invocation with --trusted-keys and --no-options.Werner Koch2024-03-042-45/+69
| * wks: Add option --realclean to gpg-wks-client.Werner Koch2024-03-044-4/+12
| * gpg: Prepare for a new export option export-realclean.Werner Koch2024-03-0411-46/+105
| * build: Extend getswdb.sh to allow a verified downloadWerner Koch2024-02-291-4/+92
| * build: Make getswdb.sh usable outside the GniPG tree.Werner Koch2024-02-291-2/+24
| * gpg: Emit status lines for errors in the compression layer.Werner Koch2024-02-272-15/+39
| * Allow tilde expansion for the foo-program options.Werner Koch2024-02-2711-33/+70