Page MenuHome GnuPG

890_0002-do_encode_dsa-make-digest-length-checks-match-those-.patch
AbandonedPublic

Authored by steven on Sep 23 2016, 9:15 PM.

Details

Reviewers
None
Summary

From f7740028c3842cc269c73ca01c5cf2ce8641d979 Mon Sep 17 00:00:00 2001
From: Steven Noonan <steven@uplinklabs.net>
Date: Fri, 23 Sep 2016 12:12:32 -0700
Subject: [PATCH 2/2] do_encode_dsa: make digest length checks match those in
g10/seskey.c

We currently allow signing (but not verifying) with certain digest
lengths. Since these verifications will always fail, reject the signing
request in the first place.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>

agent/pksign.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

2.10.0

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped