aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-14gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka1-1/+1
2023-07-07gpg: Add algo constants for PQC.Werner Koch1-0/+13
2023-03-01gpg: Allow adding of Additional Decryption Subkeys.Werner Koch1-4/+4
2023-01-31gpg: New pseudo option full-help for --list-options et al.Werner Koch1-1/+6
2022-10-31gpg: Allow only OCB for AEAD encryption.Werner Koch1-11/+0
2022-03-18gpg: Print info about the used AEAD algorithm in the compliance msg.Werner Koch1-0/+13
2021-02-10gpg: Do not allow old cipher algorithms for encryption.Werner Koch1-2/+3
2021-01-19Require Libgcrypt 1.9Werner Koch1-8/+2
2020-11-09gpg: Do not print rejected digest algo notes with --quiet.Werner Koch1-1/+5
2020-11-02gpg: Allow setting notations with the empty string as value.Werner Koch1-0/+5
2020-11-02gpg: Do not use weak digest algos if selected by recipient prefs.Werner Koch1-11/+23
2020-11-02gpg: Change the API for checksum to use const qualifier.NIIBE Yutaka1-1/+1
2020-10-30gpg: Fix SOS handling with libgcrypt version <= 1.8.NIIBE Yutaka1-0/+19
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-08-19gpg: Fix condition of string_to_aead_algo.NIIBE Yutaka1-1/+1
2020-04-15indent: Some typo and indentation changes for gpg.Werner Koch1-1/+1
2020-02-09common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch1-15/+0
2019-11-07gpg: Add option --allow-weak-key-signatures.Werner Koch1-0/+18
2019-11-07doc: Make clear that by default RFC-4880bis features are used.Werner Koch1-1/+1
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-2/+2
2019-01-30gpg: Allow generating Ed25519 key from an existing key.Werner Koch1-0/+1
2019-01-22gpg: Stop early when trying to create a primary Elgamal key.Werner Koch1-0/+7
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-10-02gpg: New options import-drop-uids and export-drop-uids.Werner Koch1-0/+2
2018-05-29gpg: Remove PGP6 compliance mode.Werner Koch1-4/+0
2018-03-08gpg: Fix build on Windows.NIIBE Yutaka1-0/+1
2018-01-23gpg: New option --chunk-size.Werner Koch1-0/+12
2018-01-22gpg: Unify AEAD parameter retrieval.Werner Koch1-0/+33
2018-01-21gpg: Support EAX if for latest Libgcrypt.Werner Koch1-1/+0
2018-01-10gpg: Add option and preference framework for AEAD.Werner Koch1-0/+80
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-1/+1
2017-06-07common,gpg: Move the compliance option printer.Justus Winter1-18/+0
2017-06-01gpg,common: Move the compliance framework.Justus Winter1-88/+0
2017-05-31gpg: Fix compliance computation.Justus Winter1-1/+1
2017-04-13common, g10: Fix enumeration types.NIIBE Yutaka1-10/+13
2017-03-20gpg: Add new field no 18 to the colon listing.Werner Koch1-1/+89
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-15gpg: Add new compliance mode "de-vs".Werner Koch1-0/+5
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+0
2016-01-19gpg: Add function print_further_info.Werner Koch1-0/+21
2016-01-18gpg: Minor string changes.Werner Koch1-2/+2
2015-12-15gpg: New function to printed a detailed error code.Werner Koch1-0/+25
2015-12-03gpg: Change some error messages.Werner Koch1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-4/+4
2015-10-30common: Add separate header for zb32.c.Werner Koch1-0/+1
2015-10-26gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor1-26/+25
2015-10-19gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor1-2/+2
2015-10-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor1-3/+48