[Pkg-gnupg-commit] [gpgme] 03/412: Updated string and key data

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 4fc123981514c7087114e08ee8ca63de1a1db59f
Author: Ben McGinnes <ben at adversary.org>
Date:   Sun May 17 02:30:13 2015 +1000

    Updated string and key data
    
    * Text changed to byte literals.
    * Changed key type to RSA/RSA.
    * Changed expiry to the future (2020).
---
 lang/py3-pyme/examples/genkey.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lang/py3-pyme/examples/genkey.py b/lang/py3-pyme/examples/genkey.py
index a987558..6c4b2d8 100755
--- a/lang/py3-pyme/examples/genkey.py
+++ b/lang/py3-pyme/examples/genkey.py
@@ -28,16 +28,16 @@ c.set_progress_cb(callbacks.progress_stdout, None)
 
 # This example from the GPGME manual
 
-parms = """<GnupgKeyParms format="internal">
-Key-Type: DSA
-Key-Length: 1024
-Subkey-Type: ELG-E
-Subkey-Length: 1024
+parms = b"""<GnupgKeyParms format="internal">
+Key-Type: RSA
+Key-Length: 2048
+Subkey-Type: RSA
+Subkey-Length: 2048
 Name-Real: Joe Tester
 Name-Comment: with stupid passphrase
 Name-Email: joe at foo.bar
 Passphrase: abcdabcdfs
-Expire-Date: 2010-08-15
+Expire-Date: 2020-12-31
 </GnupgKeyParms>
 """
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list