aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* Improve some comments.Neal H. Walfield2016-11-291-2/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch2016-09-011-7/+7
* gpg: Print the signer's UID during verification.Werner Koch2016-08-101-1/+2
* gpg: Allow to cache the mbox in a user id struct.Werner Koch2016-07-011-0/+1
* gpg: Make sure a user ID packet has always a terminating Nul in memory.Werner Koch2016-07-011-1/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-1/+1
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-131-0/+2
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-311-2/+7
* g10: Fix typo.Justus Winter2016-04-071-1/+1
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-021-0/+1
* gpg: Add a new function for creating binary notations.Neal H. Walfield2016-03-021-0/+2
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-251-53/+196
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-191-2/+6
* gpg: Add an exact search flag to the PK struct.Werner Koch2016-01-081-0/+1
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield2015-11-051-0/+2
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-1/+1
* gpg: Remove unused prototype digest_algo_from_sig.Neal H. Walfield2015-10-201-1/+0
* gpg: Improve function documentation and some comments.Neal H. Walfield2015-10-191-3/+12
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-191-2/+2
* g10: Add TOFU support.Neal H. Walfield2015-10-181-0/+5
* gpg: Fix a practical hang after use of --faked-system-time.Werner Koch2015-10-011-1/+1
* g10: Remove unused field req_algo.Neal H. Walfield2015-09-021-1/+0
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-1/+1
* Add documentation for g10/parse-packet.c.Neal H. Walfield2015-08-201-2/+133
* g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2015-08-201-2/+1
* gpg: New command --quick-adduid.Werner Koch2015-05-081-1/+1
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-1/+1
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+26
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-0/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-8/+8
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-1/+1
* Function name cleanupsWerner Koch2011-01-261-0/+1
* Remove cruft.Werner Koch2010-10-211-2/+0
* Make public key data structure easier to read.Werner Koch2010-10-201-38/+51
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-6/+7
* Removed more secret key related code.Werner Koch2010-09-061-48/+39
* Even less prompts for a new key now.Werner Koch2010-09-011-1/+2
* Re-indent and changed return type.Werner Koch2010-04-211-2/+2
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-4/+2
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-021-2/+2
* Unification of the search descriptor usage.Werner Koch2009-12-081-6/+12
* Implement the server comamnd DECRYPT.Werner Koch2009-10-021-2/+2
* Fix bug#1122.Werner Koch2009-09-031-1/+1
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* * packet.h, mainproc.c (reset_literals_seen): New function to resetDavid Shaw2007-05-031-2/+3
* Started to code a --server mode. Werner Koch2006-12-211-0/+1