summaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2016-10-281-10/+5
* gpg: New option --mimemode.Werner Koch2016-07-131-0/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-14/+35
* gpg: Do not abort on certain invalid packets.Werner Koch2016-06-021-0/+2
* g10: Allow User ID length >= 256.NIIBE Yutaka2016-06-011-1/+1
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-311-2/+4
* Some minor string changes and fixed a printf format.Werner Koch2016-05-041-1/+1
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-7/+6
* g10: Fix exporting secret keys of certain sizes.Justus Winter2016-04-071-1/+1
* gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield2016-03-021-8/+16
* gpg: Add a new function for creating binary notations.Neal H. Walfield2016-03-021-2/+77
* gpg: Refactor the printing of binary notations.Neal H. Walfield2016-03-021-4/+28
* gpg: More carefully encode a packet's length.Neal H. Walfield2016-02-251-1/+8
* gpg: Avoid directly twiddling bits.Neal H. Walfield2016-02-251-3/+4
* gpg: Improve documentation and comments related to OpenPGP packets.Neal H. Walfield2016-02-251-12/+165
* gpg: Add some asserts.Neal H. Walfield2016-02-251-4/+62
* gpg: Avoid an unnecessary copy.Neal H. Walfield2016-02-251-14/+9
* gpg: Use higher-level functions.Neal H. Walfield2016-02-231-16/+6
* common: More accurately name function.Neal H. Walfield2016-02-231-2/+2
* gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield2016-02-141-4/+8
* gpg: Create all MPIs with RFC-4880 correct length headers.Werner Koch2015-03-161-1/+19
* gpg: Fix broken write of opaque MPI length header.Werner Koch2015-03-161-1/+1
* gpg: Fix segv due to NULL value stored as opaque MPI.Werner Koch2015-02-191-3/+4
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-5/+3
* gpg: Fix a NULL-deref in export due to invalid packet lengths.Werner Koch2015-02-091-3/+6
* Avoid sign extension when shifting the MSB.Werner Koch2014-11-051-2/+4
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-62/+29
* gpg: Minor change for better readability.Werner Koch2014-10-121-13/+3
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-2/+3
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* Fix minor compiler warnings.Werner Koch2013-11-151-1/+1
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-3/+40
* Fixed set but unused variable bugsWerner Koch2011-08-101-12/+12
* Fix size_t vs int issues.Marcus Brinkmann2011-06-011-1/+1
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-45/+6
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-57/+36
* Function name cleanupsWerner Koch2011-01-261-39/+66
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-37/+50
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-6/+40
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-2/+10
* Removed more secret key related code.Werner Koch2010-09-061-148/+109
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-11/+15
* Implement dotlocking for W32.Werner Koch2008-06-131-1/+1
* Started to implement the audit log feature.Werner Koch2007-11-191-1/+1
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* * build-packet.c (mpi_write): Made buffer a bit larger. ReportedWerner Koch2007-04-161-2/+2
* Fixed a bug with very long keys.Werner Koch2006-10-181-212/+251
* Ported patches from 1.4.x Werner Koch2006-06-271-1/+2
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-256/+373