mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Merge branch 'master' into gniibe/t6275
This commit is contained in:
commit
ac87fc1a9b
50 changed files with 1123 additions and 292 deletions
|
@ -984,8 +984,8 @@ make_db_file_name (const char *issuer_hash)
|
|||
|
||||
|
||||
/* Hash the file FNAME and return the MD5 digest in MD5BUFFER. The
|
||||
caller must allocate MD%buffer wityh at least 16 bytes. Returns 0
|
||||
on success. */
|
||||
* caller must allocate MD5buffer with at least 16 bytes. Returns 0
|
||||
* on success. */
|
||||
static int
|
||||
hash_dbfile (const char *fname, unsigned char *md5buffer)
|
||||
{
|
||||
|
|
|
@ -504,8 +504,11 @@ check_signature_core (ctrl_t ctrl, ksba_cert_t cert, gcry_sexp_t s_sig,
|
|||
goto leave;
|
||||
}
|
||||
|
||||
gcry_log_debugsxp ("sig ", s_sig);
|
||||
gcry_log_debugsxp ("hash", s_hash);
|
||||
if (DBG_CRYPTO)
|
||||
{
|
||||
gcry_log_debugsxp ("sig ", s_sig);
|
||||
gcry_log_debugsxp ("hash", s_hash);
|
||||
}
|
||||
|
||||
err = gcry_pk_verify (s_sig, s_hash, s_pkey);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue