aboutsummaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-28gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch1-10/+5
2016-07-13gpg: New option --mimemode.Werner Koch1-0/+1
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-14/+35
2016-06-02gpg: Do not abort on certain invalid packets.Werner Koch1-0/+2
2016-06-01g10: Allow User ID length >= 256.NIIBE Yutaka1-1/+1
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch1-2/+4
2016-05-04Some minor string changes and fixed a printf format.Werner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-7/+6
2016-04-07g10: Fix exporting secret keys of certain sizes.Justus Winter1-1/+1
2016-03-02gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield1-8/+16
2016-03-02gpg: Add a new function for creating binary notations.Neal H. Walfield1-2/+77
2016-03-02gpg: Refactor the printing of binary notations.Neal H. Walfield1-4/+28
2016-02-25gpg: More carefully encode a packet's length.Neal H. Walfield1-1/+8
2016-02-25gpg: Avoid directly twiddling bits.Neal H. Walfield1-3/+4
2016-02-25gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield1-12/+165
2016-02-25gpg: Add some asserts.Neal H. Walfield1-4/+62
2016-02-25gpg: Avoid an unnecessary copy.Neal H. Walfield1-14/+9
2016-02-23gpg: Use higher-level functions.Neal H. Walfield1-16/+6
2016-02-23common: More accurately name function.Neal H. Walfield1-2/+2
2016-02-14gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield1-4/+8
2015-03-16gpg: Create all MPIs with RFC-4880 correct length headers.Werner Koch1-1/+19
2015-03-16gpg: Fix broken write of opaque MPI length header.Werner Koch1-1/+1
2015-02-19gpg: Fix segv due to NULL value stored as opaque MPI.Werner Koch1-3/+4
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-5/+3
2015-02-09gpg: Fix a NULL-deref in export due to invalid packet lengths.Werner Koch1-3/+6
2014-11-05Avoid sign extension when shifting the MSB.Werner Koch1-2/+4
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-62/+29
2014-10-12gpg: Minor change for better readability.Werner Koch1-13/+3
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-2/+3
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-11-15Fix minor compiler warnings.Werner Koch1-1/+1
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-3/+40
2011-08-10Fixed set but unused variable bugsWerner Koch1-12/+12
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-1/+1
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch1-45/+6
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-57/+36
2011-01-26Function name cleanupsWerner Koch1-39/+66
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-37/+50
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-6/+40
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+10
2010-09-06Removed more secret key related code.Werner Koch1-148/+109
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-11/+15
2008-06-13Implement dotlocking for W32.Werner Koch1-1/+1
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-04-16 * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch1-2/+2
2006-10-18Fixed a bug with very long keys.Werner Koch1-212/+251
2006-06-27Ported patches from 1.4.x Werner Koch1-1/+2
2006-05-23* parse-packet.c (dump_sig_subpkt, parse_signature), build-packet.cDavid Shaw1-1/+2