Page MenuHome GnuPG

736_0001-Use-sks-keyservers-CA-by-default-for-the-hkps-pool.patch
AbandonedPublic

Authored by dkg on Dec 11 2015, 4:04 AM.

Details

Reviewers
None
Summary

From 00359778987a0d65dc01d5c9599963077bf50e50 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Mon, 19 Oct 2015 23:48:30 -0400
Subject: [PATCH] Use sks-keyservers CA by default for the hkps pool.

Ship the certificate for the sks-keyservers hkps pool. If the user
has specified that they want to use
hkps://hkps.pool.sks-keyservers.net, and they have not specified any
hkp-cacert explicitly, then initialize the trust path with this

specific trust anchor.

dirmngr/Makefile.am | 1 +
dirmngr/http.c | 22 +++++++++++++++++++++-
dirmngr/http.h | 3 ++-
dirmngr/ks-engine-hkp.c | 2 +-
dirmngr/ks-engine-http.c | 2 +-
dirmngr/t-http.c | 2 +-
6 files changed, 27 insertions(+), 5 deletions(-)

2.6.2

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped