| Commit message (Expand) | Author | Files | Lines |
2015-03-16 | gpg: Create all MPIs with RFC-4880 correct length headers. | Werner Koch | 1 | -1/+19 |
2015-03-16 | gpg: Fix broken write of opaque MPI length header. | Werner Koch | 1 | -1/+1 |
2015-02-19 | gpg: Fix segv due to NULL value stored as opaque MPI. | Werner Koch | 1 | -3/+4 |
2015-02-11 | Use inline functions to convert buffer data to scalars. | Werner Koch | 1 | -5/+3 |
2015-02-09 | gpg: Fix a NULL-deref in export due to invalid packet lengths. | Werner Koch | 1 | -3/+6 |
2014-11-05 | Avoid sign extension when shifting the MSB. | Werner Koch | 1 | -2/+4 |
2014-10-17 | gpg: Remove all support for v3 keys and always create v4-signatures. | Werner Koch | 1 | -62/+29 |
2014-10-12 | gpg: Minor change for better readability. | Werner Koch | 1 | -13/+3 |
2014-01-30 | gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id. | Werner Koch | 1 | -2/+3 |
2014-01-29 | gpg: Remove cipher.h and put algo ids into a common file. | Werner Koch | 1 | -1/+0 |
2013-11-15 | Fix minor compiler warnings. | Werner Koch | 1 | -1/+1 |
2013-11-15 | gpg: Rework ECC support and add experimental support for Ed25519. | Werner Koch | 1 | -3/+40 |
2011-08-10 | Fixed set but unused variable bugs | Werner Koch | 1 | -12/+12 |
2011-06-01 | Fix size_t vs int issues. | Marcus Brinkmann | 1 | -1/+1 |
2011-01-31 | Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v... | Werner Koch | 1 | -45/+6 |
2011-01-31 | Reworked the ECC changes to better fit into the Libgcrypt API. | Werner Koch | 1 | -57/+36 |
2011-01-26 | Function name cleanups | Werner Koch | 1 | -39/+66 |
2011-01-21 | Editorial changes and allow building with old libgcrypts. | Werner Koch | 1 | -37/+50 |
2011-01-06 | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 1 | -6/+40 |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -2/+10 |
2010-09-06 | Removed more secret key related code. | Werner Koch | 1 | -148/+109 |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -11/+15 |
2008-06-13 | Implement dotlocking for W32. | Werner Koch | 1 | -1/+1 |
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -1/+1 |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 |
2007-04-16 | * build-packet.c (mpi_write): Made buffer a bit larger. Reported | Werner Koch | 1 | -2/+2 |
2006-10-18 | Fixed a bug with very long keys. | Werner Koch | 1 | -212/+251 |
2006-06-27 | Ported patches from 1.4.x | Werner Koch | 1 | -1/+2 |
2006-05-23 | * parse-packet.c (dump_sig_subpkt, parse_signature), build-packet.c | David Shaw | 1 | -1/+2 |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -256/+373 |
2006-03-09 | * build-packet.c (string_to_notation): Add ability to indicate a notation | David Shaw | 1 | -18/+32 |
2006-03-09 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 1 | -4/+10 |
2006-03-08 | * packet.h, build-packet.c (sig_to_notation), keygen.c | David Shaw | 1 | -5/+5 |
2006-03-08 | * options.h, sign.c (mk_notation_policy_etc), gpg.c (add_notation_data): | David Shaw | 1 | -2/+151 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -3/+3 |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 |
2005-05-14 | * build-packet.c (do_comment): Removed. (build_packet): Ignore | David Shaw | 1 | -26/+19 |
2004-12-22 | * keyserver.c (keyserver_typemap): New. Map certain keyserver types to a | David Shaw | 1 | -1/+0 |
2004-10-28 | * keylist.c (status_one_subpacket): New. Send the subpacket data to the | David Shaw | 1 | -0/+1 |
2004-04-16 | * plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that | David Shaw | 1 | -7/+8 |
2004-04-16 | * keygen.c (gen_elg, gen_dsa, gen_rsa, do_create, do_generate_keypair, | David Shaw | 1 | -2/+5 |
2004-03-03 | * build-packet.c (write_header2): Remove call to start old gpg partial | David Shaw | 1 | -47/+55 |
2004-02-15 | * build-packet.c (do_user_id): Do not force a header for attribute packets | David Shaw | 1 | -3/+1 |
2004-02-15 | * build-packet.c (write_header2): If a suggested header length is provided | David Shaw | 1 | -24/+26 |
2003-12-17 | * build-packet.c (write_fake_data, do_secret_key), seckey-cert.c | David Shaw | 1 | -4/+6 |
2003-12-11 | * packet.h, build-packet.c (hash_public_key): Remove function ... | David Shaw | 1 | -79/+0 |
2003-09-30 | * keygen.c (do_add_key_flags, parse_parameter_usage): Add support | Werner Koch | 1 | -2/+11 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -0/+4 |
2003-08-31 | * main.h, keygen.c (keygen_add_keyserver_url): Signature callback for | David Shaw | 1 | -0/+4 |
2003-07-01 | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 1 | -3/+6 |