aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 15:08:36 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 15:08:36 +0000
commitacfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42 (patch)
tree99315c0f5ce3f6936ec0602603b49b3f364c4e45
parentf7f9ba1ef7d3acee0e92b9d693e453daa0b0ae59 (diff)
downloadperl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar
perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.gz
perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.bz2
perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.xz
perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.zip
Document URPM::verify_signature()
-rw-r--r--URPM.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 7953b46..cfa2d56 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -334,6 +334,12 @@ Recognized options are:
nodigests => 0 / 1
nosignatures => 0 / 1
+=item URPM::verify_signature($file)
+
+Verifies the signature of an RPM file. Returns a string that will contain "OK"
+or "NOT OK" as well as a description of the found key (if successful) or of the
+error (if signature verification failed.)
+
=item $urpm->import_pubkey(%options)
Import a key in the RPM database.