| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * options.h, g10.c (main), import.c (parse_import_options, import_one, | David Shaw | 2003-12-31 | 5 | -16/+31 |
* | * g10m.c: Dead code. Remove. | David Shaw | 2003-12-30 | 3 | -99/+7 |
* | * idea-stub.c (load_module, idea_get_info): Return the proper type for | David Shaw | 2003-12-30 | 2 | -19/+11 |
* | * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code. | David Shaw | 2003-12-30 | 6 | -190/+10 |
* | * g10u.c: Dead code. Remove. | David Shaw | 2003-12-30 | 4 | -41/+11 |
* | * misc.c (pull_in_libs): Dead code. Removed. | David Shaw | 2003-12-30 | 8 | -45/+67 |
* | * gpgkeys_hkp.c (send_key, get_key, main): Work with new HTTP code that | David Shaw | 2003-12-28 | 2 | -13/+37 |
* | * options.h, g10.c (main), keyserver.c (keyserver_opts, | David Shaw | 2003-12-28 | 4 | -8/+9 |
* | * http.h: Pass the http proxy from outside rather than pulling it from the | David Shaw | 2003-12-28 | 2 | -9/+16 |
* | * http.c (send_request, http_open_document, http_open): Pass the http | David Shaw | 2003-12-28 | 2 | -29/+22 |
* | * keyserver.c (argsep): New variation on strsep that knows about optional | David Shaw | 2003-12-28 | 2 | -23/+60 |
* | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 2003-12-28 | 23 | -156/+197 |
* | * keyserver.c (strip_leading_space, get_arg): New. | David Shaw | 2003-12-28 | 2 | -1/+50 |
* | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 2003-12-28 | 7 | -20/+35 |
* | * build-packet.c (write_fake_data, do_secret_key), seckey-cert.c | David Shaw | 2003-12-17 | 4 | -11/+17 |
* | * mpiutil.c (mpi_set_opaque, mpi_get_opaque): Make the length of an opaque | David Shaw | 2003-12-17 | 2 | -2/+7 |
* | * mpi.h (gcry_mpi, mpi_get_opaque, mpi_set_opaque): Make nbits and the | David Shaw | 2003-12-17 | 2 | -3/+6 |
* | * sig-check.c (cmp_help, do_check), sign.c (do_sign): Remove old unused | David Shaw | 2003-12-17 | 4 | -80/+10 |
* | * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, | David Shaw | 2003-12-17 | 8 | -26/+19 |
* | * cipher.h (pubkey_verify): Remove old unused code. | David Shaw | 2003-12-17 | 2 | -2/+5 |
* | * sig-check.c (do_check): Move the signing algo and hash checks from | David Shaw | 2003-12-13 | 2 | -12/+27 |
* | * packet.h, build-packet.c (hash_public_key): Remove function ... | David Shaw | 2003-12-11 | 7 | -140/+105 |
* | * keyid.c (do_fingerprint_md): Remove the rules to hash the old v3 Elgamal | David Shaw | 2003-12-10 | 2 | -22/+13 |
* | * keyid.c (keyid_from_sk, keyid_from_pk, fingerprint_from_pk, | David Shaw | 2003-12-10 | 2 | -51/+86 |
* | * keyid.c (do_fingerprint_md): Properly handle hashing of keys that we | David Shaw | 2003-12-10 | 2 | -28/+64 |
* | Removed accidential added file | Werner Koch | 2003-12-09 | 1 | -16/+0 |
* | * configure.ac: Add a min_automake_version. | Werner Koch | 2003-12-09 | 2 | -15/+64 |
* | * gpg.sgml: Fix a few missing semicolons in & entities. Noted by | David Shaw | 2003-12-09 | 2 | -30/+38 |
* | * gpgsplit.c (write_part): Split off decompression code. (handle_zlib): | David Shaw | 2003-12-06 | 2 | -81/+182 |
* | * http.c (send_request): Add a Host: header for virtual hosts. | David Shaw | 2003-12-06 | 2 | -5/+7 |
* | * Makefile.am: Reenable tests now that the Elgamal signature keys are | David Shaw | 2003-12-05 | 8 | -878/+822 |
* | * miscutil.c (answer_is_yes_no_default, answer_is_yes_no_quit): Don't use | David Shaw | 2003-12-05 | 2 | -5/+12 |
* | * config.links: Show target in asm-syntax.h file and include targets for | David Shaw | 2003-12-05 | 2 | -2/+11 |
* | * cipher.h: Make cipher list match 2440bis-09. | David Shaw | 2003-12-04 | 2 | -6/+9 |
* | * pubkey.c (setup_pubkey_table): Don't allow signatures to and from | David Shaw | 2003-12-04 | 2 | -7/+46 |
* | * g10.c (strusage, main): Show development version warning in --version | David Shaw | 2003-12-04 | 2 | -7/+30 |
* | * options: Remove emulate-md-encode-bug. | David Shaw | 2003-12-04 | 2 | -1/+4 |
* | * options.h, g10.c (main), main.h, seskey.c (do_encode_md, | David Shaw | 2003-12-04 | 7 | -35/+18 |
* | * NEWS: Note --disable-rsa. | David Shaw | 2003-12-01 | 4 | -10/+62 |
* | * pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined. | David Shaw | 2003-12-01 | 2 | -3/+14 |
* | * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. | David Shaw | 2003-12-01 | 2 | -14/+18 |
* | * mainproc.c (proc_symkey_enc, proc_encrypted): Add ability to use | David Shaw | 2003-11-30 | 2 | -65/+105 |
* | * trustdb.c (validate_keys): Reset the trustdb before checking if we have | David Shaw | 2003-11-30 | 4 | -22/+20 |
* | post release version number bumb | Werner Koch | 2003-11-27 | 2 | -1/+5 |
* | (TESTS): Temporary remove tests using ElG signatures.V1-3-4 | Werner Koch | 2003-11-27 | 2 | -7/+21 |
* | about to release 1.3.4 | Werner Koch | 2003-11-27 | 12 | -1526/+1603 |
* | * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key any | David Shaw | 2003-11-27 | 2 | -2/+8 |
* | Minor additions | Werner Koch | 2003-11-27 | 2 | -1/+5 |
* | * pubkey.c (pubkey_sign): Return an error if an ElGamal key is used. | Werner Koch | 2003-11-27 | 3 | -27/+43 |
* | * pkclist.c (build_pk_list): Do not allow an empty PK list in interactive | David Shaw | 2003-11-27 | 3 | -4/+12 |