Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13669] libgpg failing on not detached signatures

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13669] libgpg failing on not detached signatures
  • Date: 31 Mar 2007 21:57:19 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13669


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Version|1.13.x |Untargetted future release




------- Additional Comments From acedit AT armory.com 2007-03-31 15:57 -------
The libgpg documentation has always specified detached signatures throughout
the
api. As such, this is an enhancement request, not a bug with the current
version
of stable sorcery.

#---------------------------------------------------------------------
## Low level routine for verifying a file given a signature and keyring.
## The keyring must contain the public key for the signature.
## @param signature of the file
## @param file to verify
## @param public keyring
##
## @return 0 on success, non-zero on failure:
## 1: verification failure
## 3: no signature file
## 4: no file to verify
## 5: no keyring
## 200: gpg isnt installed
##
## @stdout message when gpg is not installed
##
#---------------------------------------------------------------------
function gpg_verify_signature() { # $1 sig $2 file $3 pubring $4 algo var


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page