[Bps-public-commit] GnuPG-Interface branch, work-with-both-gnupgs, updated. 0.52-27-g9c5f9d4

Brian Duggan brian at bestpractical.com
Tue Mar 27 12:58:47 EDT 2018


The branch, work-with-both-gnupgs has been updated
       via  9c5f9d4b99c031840606322e07ebc0775af5918f (commit)
      from  85acd916bbd6dfae0b630ef9072ff393aac75b50 (commit)

Summary of changes:
 lib/GnuPG/Key.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9c5f9d4b99c031840606322e07ebc0775af5918f
Author: Brian C. Duggan <brian at bestpractical.com>
Date:   Tue Mar 27 01:00:26 2018 -0400

    Update pubkey_data documentation
    
    The pubkey_data member on key objects is populated when listing secret
    keys in GnuPG >= 2.1.0.

diff --git a/lib/GnuPG/Key.pm b/lib/GnuPG/Key.pm
index 8f98f85..c450821 100644
--- a/lib/GnuPG/Key.pm
+++ b/lib/GnuPG/Key.pm
@@ -207,7 +207,8 @@ instantiated, and should always be undef.
 =item pubkey_data
 
 A list of Math::BigInt objects that correspond to the public key
-material for the given key (this member is empty on secret keys).
+material for the given key. This member is empty on secret keys in
+GnuPG < 2.1.0. It is populated on secret keys In GnuPG >= 2.1.0.
 
 For DSA keys, the values are: prime (p), group order (q), group generator (g), y
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list