aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2003-12-17* build-packet.c (write_fake_data, do_secret_key), seckey-cert.cDavid Shaw4-11/+17
2003-12-17* sig-check.c (cmp_help, do_check), sign.c (do_sign): Remove old unusedDavid Shaw4-80/+10
2003-12-13* sig-check.c (do_check): Move the signing algo and hash checks fromDavid Shaw2-12/+27
2003-12-11* packet.h, build-packet.c (hash_public_key): Remove function ...David Shaw7-140/+105
2003-12-10* keyid.c (do_fingerprint_md): Remove the rules to hash the old v3 ElgamalDavid Shaw2-22/+13
2003-12-10* keyid.c (keyid_from_sk, keyid_from_pk, fingerprint_from_pk,David Shaw2-51/+86
2003-12-10* keyid.c (do_fingerprint_md): Properly handle hashing of keys that weDavid Shaw2-28/+64
2003-12-04* g10.c (strusage, main): Show development version warning in --versionDavid Shaw2-7/+30
2003-12-04* options.h, g10.c (main), main.h, seskey.c (do_encode_md,David Shaw7-35/+18
2003-11-30* mainproc.c (proc_symkey_enc, proc_encrypted): Add ability to useDavid Shaw2-65/+105
2003-11-30* trustdb.c (validate_keys): Reset the trustdb before checking if we haveDavid Shaw4-22/+20
2003-11-27* pkclist.c (build_pk_list): Do not allow an empty PK list in interactiveDavid Shaw3-4/+12
2003-11-27* keygen.c (ask_algo): Remove ability to generate Elgamal sign+encryptDavid Shaw3-23/+26
2003-11-21* seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings.David Shaw3-3/+25
2003-11-18* options.h, g10.c (main), compress-bz2.c (init_uncompress): AddDavid Shaw4-1/+11
2003-11-15* compress.c (init_compress): Remove compress level 10 trick, since it isDavid Shaw4-7/+10
2003-11-15* options.h, g10.c (main), compress.c (init_compress), compress-bz2.cDavid Shaw9-52/+67
2003-11-15* encode.c (encode_simple), sign.c (sign_symencrypt_file): Properly useDavid Shaw3-3/+10
2003-11-15* options.h, trustdb.c (trust_model_string, init_trustdb): Add support forDavid Shaw4-8/+30
2003-11-14* options.h, g10.c, keyedit.c, keylist.c, mainproc.c: Clarify theDavid Shaw6-73/+81
2003-11-13* g10.c (main): Add --symmetric --sign --encrypt.David Shaw5-50/+128
2003-11-10* mainproc.c (proc_symkey_enc): Don't show algorithm information whenDavid Shaw3-8/+23
2003-11-10* pkclist.c (build_pk_list): When adding recipients interactively, allowDavid Shaw2-0/+6
2003-11-01* trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a keyid to theDavid Shaw7-43/+93
2003-10-31* misc.c (compress_algo_to_string, string_to_compress_algo,David Shaw12-40/+366
2003-10-30(close_ct_reader, close_pcsc_reader): Implemented.Werner Koch2-3/+17
2003-10-29* cardglue.c (open_card): Ask for card insertion.Werner Koch4-2/+156
2003-10-28* DETAILS: Add the 'a' value for field 12 and the new field 15.Werner Koch2-6/+46
2003-10-26* g10.c (main): Enhance the version-specific config file code to try forDavid Shaw2-7/+33
2003-10-26* g10.c (main): Add --symmetric --encrypt command. This generates aDavid Shaw5-54/+186
2003-10-25* ccid-driver.c (ccid_open_reader): Return an error if no USBWerner Koch3-1/+9
2003-10-25* g10.c (main) [ENABLE_CARD_SUPPORT]: Add a default forWerner Koch5-7/+27
2003-10-24(apdu_open_reader): Hacks for PC/SC under Windows.Werner Koch2-3/+33
2003-10-21* passphrase.c (ask_passphrase): Add optional promptid arg.Werner Koch12-116/+246
2003-10-14* import.c (import_one): Show the keyid when giving the Elgamal slowDavid Shaw3-3/+14
2003-10-14* keyedit.c (show_key_with_all_names): Ownertrust is only meaningful forDavid Shaw2-6/+18
2003-10-11Always enable the gen_card_key prototype.Werner Koch2-2/+4
2003-10-10(card_close): New.V1-3-3Werner Koch2-1/+15
2003-10-10About to release 1.3.3Werner Koch1-1/+1
2003-10-10* cardglue.c (card_close): New.Werner Koch8-12/+139
2003-10-10* primegen.c (gen_prime): Bail out if we try to generate a primeWerner Koch1-1/+1
2003-10-10* g10.c (main): Give a deprecated option warning for --show-keyring,David Shaw4-13/+73
2003-10-09* ccid-driver.c (ccid_transceive): Add T=1 chaining for sending.Werner Koch6-58/+159
2003-10-08* cardglue.c (pin_cb): Detect whether an admin or regular PIN isWerner Koch11-147/+552
2003-10-02* cardglue.c (learn_status_cb): Release values before assignmentWerner Koch15-338/+542
2003-10-01* g10.c (main): Add --no-groups to zero --group list.David Shaw5-46/+77
2003-09-30* options.h, g10.c (main), mainproc.c (check_sig_and_print): AddDavid Shaw4-15/+28
2003-09-30* gpgv.c (check_trustdb_stale): Stub.David Shaw5-40/+71
2003-09-30* keygen.c (do_add_key_flags, parse_parameter_usage): Add supportWerner Koch11-38/+188
2003-09-28* g10.c (main): New commands --card-edit, --card-status andWerner Koch15-2/+5576