| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
0x. Requested by Nelson H. F. Beebe.
|
|
|
|
|
| |
* gpg.sgml: Document --no-groups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* encode.c (encode_simple): Allow for 32 bytes (256 bits) of symmetrically
encrypted session key. Use --s2k-cipher-algo to choose cipher, rather
than --cipher-algo. This code is never actually called in stable, but
better to fix it here in case we branch in the future.
* parse-packet.c (parse_subkeyenc): Call it a "symmetrically encrypted
session key" since "session key decryption key" is just baffling. Neaten
--list-packets output.
* pubkey-enc.c (get_it): Always show cipher-not-in-prefs warning unless
--quiet is set.
|
|
|
|
|
| |
photos mean big keys. Document --rfc2440.
|
|
|
|
|
|
| |
decryption key is seen without salt. Show in --list-packets if a session
key decryption key is present.
|
| |
|
| |
|
|
|
|
|
|
| |
don't support it yet (--sign, --clearsign, --detach-sign, --symmetric, and
--store).
|
|
|
|
|
|
|
|
|
| |
--encrypt-files (plus --verify-files, --decrypt-files).
* encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440 directly to
check for MDC usability. Do not set the force_mdc or disable_mdc flags
since there is no point any longer.
|
|
|
|
|
| |
autoconf.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
compilers. Requested by Brian Gladman.
|
| |
|
|
|
|
|
| |
passphrase question, re-prompt for a new passphrase. This is bug #202.
|
|
|
|
|
| |
is deprecated.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
issuing the prompt. Requested by Todd Vierling.
* samplekeys.asc: Refreshed the keys.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
explain the roundrobin a bit better.
* sig-check.c (check_key_signature2), import.c (import_one,
import_revoke_cert, chk_self_sigs, delete_inv_parts, collapse_uids,
merge_blocks): Make much quieter during import of slightly munged, but
recoverable, keys. Use log_error for unrecoverable import failures.
|
|
|
|
|
|
|
|
| |
* sign.c (mk_notation_and_policy): Making a v3 signature with notations or
policy urls is an error, not an info (i.e. increment the errorcount).
Don't print the notation or policy url to stdout since it can be mixed
into the output stream when piping and munge the stream.
|
|
|
|
|
| |
Use NAME_OF_DEV_URANDOM.
|
|
|
|
|
|
| |
doesn't bork the RPM install if it cannot complete (necessary for some
upgrade scenarios).
|
|
|
|
|
|
| |
xxxx" warnings for experimental pk algorithms. An experimental algorithm
may not have a notion of (for example) a keyid (i.e. PGP's x.509 stuff).
|
| |
|
|
|
|
|
|
|
| |
to work properly with RPM 4.1 (all files in buildroot must be packaged).
Package and install info files. Tweak the English description. Do not
install gpgv and gpgsplit setuid root.
|
|
|
|
|
| |
comitted due to changed line numbers.
|
| |
|
| |
|
|
|
|
|
| |
building with native Windows compilers. On request by Brian Gladman.
|
| |
|
| |
|
|
|
|
|
| |
later. Suggested by Kurt Garloff.
|
| |
|
|
|
|
|
| |
* README: Note problem with gcc < 2.96 and non-gnu as.
|
|
|
|
|
| |
mode.
|
|
|
|
|
|
|
|
| |
--status-fd tag.
* README: Add a note about the SunOS symbol underscore problem and how to
fix it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provide a signing-key-is-revoked flag. Change all callers.
* status.h, status.c (get_status_string): New REVKEYSIG status tag for a
good signature from a revoked key.
* mainproc.c (do_check_sig, check_sig_and_print): Use it here.
* import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare actual
signatures on import rather than using keyid or class matching. This does
not change actual behavior with a key, but does mean that all sigs are
imported whether they will be used or not.
|
| |
|
|
|
|
|
|
|
| |
trustdb version record.
* keylist.c (public_key_list): Use it here for the new "tru" record.
|
|
|
|
|
|
|
| |
check_key_signature2): Allow passing NULLs for unused parameters in the x2
form of each function to avoid the need for dummy variables. getkey.c,
mainproc.c: Change all callers.
|
|
|
|
|
|
| |
(ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal subkeys.
(generate_keypair): Provide key flags for the default DSA/Elgamal keys.
|
|
|
|
|
|
|
|
| |
the primary key if the key making the signature is the primary key.
* parse-packet.c (parse_signature): No need to reserve 8 bytes for the
unhashed signature cache any longer.
|
|
|
|
|
|
|
|
| |
the signature flags (1-3/L/R/P/N/X), Document expandos %g and %p. Note
the default --personal-digest-preferences are "H2".
* DETAILS: Document the --attribute-fd data.
|
|
|
|
|
|
|
|
|
|
|
| |
and signer's primary fingerprint (%p).
* tdbio.h, tdbio.c (create_version_record, tdbio_write_nextcheck,
tdbio_read_record, tdbio_write_record): Force a 0 into the trust_model
field. This is to help smooth the 1.2->1.4 switchover, as otherwise a 1.4
trustdb could be rebuilt as classic on 1.2 while still claiming to be a
non-classic trust model.
|