1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02:00
gnupg/g10
Werner Koch c5445cc323 * g10.c, options.h: Removed option --emulate-checksum-bug.
* misc.c (checksum_u16_nobug): Removed.
(checksum_u16): Removed the bug emulation.
(checksum_mpi): Ditto.
(checksum_mpi_counted_nbits): Removed and replaced all calls
with checksum_mpi.
* parse-packet.c (read_protected_v3_mpi): New.
(parse_key): Use it here to store it as an opaque MPI.
* seckey-cert.c (do_check): Changed the v3 unprotection to the new
why to store these keys.
(protect_secret_key): Likewise.
* build-packet.c (do_secret_key): And changed the writing.
2002-09-11 07:27:54 +00:00
..
armor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
build-packet.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
ChangeLog * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
cipher.c * encode.c (encode_simple): Fix problem with using compression algo 2 and 2002-08-13 19:00:23 +00:00
comment.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
compress.c * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
dearmor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
decrypt.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
delkey.c * delkey.c (do_delete_key): Always allow to delete a key in batch mode 2002-08-02 10:15:39 +00:00
encode.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
encr-data.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
exec.c * exec.c (expand_args): Remove loop left over from earlier implementation. 2002-09-10 18:03:40 +00:00
exec.h * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main), 2002-07-24 19:24:08 +00:00
export.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
filter.h * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
free-packet.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
g10.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
getkey.c * sig-check.c (do_check, do_check_messages): Emit the usual sig warnings 2002-08-23 20:59:48 +00:00
global.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
gpgv.c * g10.c (main): Try to set a default character set. Print the 2002-09-02 10:59:04 +00:00
helptext.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
hkp.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
hkp.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
import.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
kbnode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keydb.c * options.skel: Some language tweaks, and remove the load-extension 2002-08-09 02:23:42 +00:00
keydb.h * getkey.c (get_user_id_native): Renamed to .. 2002-08-19 08:28:00 +00:00
keyedit.c * pkclist.c (build_pk_list): Fail if any recipient keys are unusable. 2002-08-30 18:01:32 +00:00
keygen.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
keyid.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keylist.c * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into 2002-08-22 17:47:42 +00:00
keyring.c * options.skel: Some language tweaks, and remove the load-extension 2002-08-09 02:23:42 +00:00
keyring.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keyserver-internal.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keyserver.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
main.h * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
mainproc.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
Makefile.am The big extension module removal. 2002-08-03 10:50:53 +00:00
mdfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
misc.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
mkdtemp.c * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), 2002-07-01 16:40:52 +00:00
openfile.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
options.h * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
options.skel Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
packet.h Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
parse-packet.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
passphrase.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
photoid.c Cleanups and minor fixes. 2002-09-10 08:40:12 +00:00
photoid.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pipemode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pkclist.c * pkclist.c (build_pk_list): Add new status code to indicate an untrusted 2002-08-30 19:21:55 +00:00
plaintext.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pubkey-enc.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pubring.asc See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
revoke.c * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export a 2002-08-06 16:58:58 +00:00
seckey-cert.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
seskey.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
sig-check.c * sig-check.c (do_check_messages, do_check): Show keyid in error messages. 2002-08-28 19:34:58 +00:00
sign.c * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. 2002-08-20 12:45:57 +00:00
signal.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
skclist.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
status.c * g10.c (main): Try to set a default character set. Print the 2002-09-02 10:59:04 +00:00
status.h * g10.c (main): Try to set a default character set. Print the 2002-09-02 10:59:04 +00:00
tdbdump.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
tdbio.c * g10.c, options.h: Removed option --emulate-checksum-bug. 2002-09-11 07:27:54 +00:00
tdbio.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
textfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
trustdb.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
trustdb.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
verify.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00