[Pkg-privacy-commits] [msva-perl] 06/15: openpgp2pem is prerelease, and openpgp2ssh produces the same output for secret key material

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 1fa5da3f129916e4253b6e854e38d6b4d5657cf1
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Feb 5 04:46:31 2013 -0500

    openpgp2pem is prerelease, and openpgp2ssh produces the same output for secret key material
---
 openpgp2x509 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openpgp2x509 b/openpgp2x509
index 21ac9c7..31f6265 100755
--- a/openpgp2x509
+++ b/openpgp2x509
@@ -431,7 +431,7 @@ foreach $cert ( @{ makeX509CertForUserID($ARGV[0]) } ) {
     # matter, in fact, this doesn't work if you emit the certificate
     # before you emit the key.
     system('(gpg --export-options export-reset-subkey-passwd --export-secret-subkeys "0x$FPR"\! |'.
-           'openpgp2pem "$FPR" && printf "%s" "$CERTOUTPUT") |'.
+           'openpgp2ssh "$FPR" && printf "%s" "$CERTOUTPUT") |'.
            'openssl pkcs12 -export -name "$OPENPGP_UID"');
  
   } else {

-- 
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