[Pkg-privacy-commits] [msva-perl] 08/15: http and ssh do not use TLS, avoid claiming they should
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository msva-perl.
commit 15089aeb43abc975714c4e81bb8682d277cd903b
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Fri Aug 23 10:18:10 2013 -0400
http and ssh do not use TLS, avoid claiming they should
---
openpgp2x509 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/openpgp2x509 b/openpgp2x509
index 31f6265..d88a149 100755
--- a/openpgp2x509
+++ b/openpgp2x509
@@ -341,7 +341,7 @@ sub makeX509CertForUserID {
# and on the usage flags of the key in question.
# if 'a' is present
- # if protocol =~ /^http|ssh|smtps?|postgresql|imaps?|submission$/ then set TLS server eKU + ???
+ # if protocol =~ /^https|smtps?|postgresql|imaps?|submission$/ then set TLS server eKU + ???
# if protocol eq 'ike' then ??? (ask micah)
# if protocol =~ /^smtps?$/ then set TLS client + ???
# if defined($humanname) then set TLS client + ???
@@ -433,7 +433,6 @@ foreach $cert ( @{ makeX509CertForUserID($ARGV[0]) } ) {
system('(gpg --export-options export-reset-subkey-passwd --export-secret-subkeys "0x$FPR"\! |'.
'openpgp2ssh "$FPR" && printf "%s" "$CERTOUTPUT") |'.
'openssl pkcs12 -export -name "$OPENPGP_UID"');
-
} else {
printf("-----BEGIN CERTIFICATE-----\n%s-----END CERTIFICATE-----\n", encode_base64($cert->{'der'}));
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git
More information about the Pkg-privacy-commits
mailing list