Bug 459894 - plague-client broken with new user certs
Summary: plague-client broken with new user certs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: plague
Version: 9
Hardware: All
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-23 22:08 UTC by Chris Weyl
Modified: 2008-09-03 12:31 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-03 12:31:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Weyl 2008-08-23 22:08:28 UTC
See the recent thread on fedora-devel.  Appears to be fixed by:

 --- plague-client~      2008-01-31 15:08:22.000000000 +0100
 +++ plague-client       2008-08-23 12:24:53.000000000 +0200
 @@ -133,7 +133,7 @@
                 print "%s does not exist or is not readable." % certfile
                 sys.exit(1)
             f = open(certfile, "r")
 -            buf = f.read(8192)
 +            buf = f.read()
             f.close()
             cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, buf)
             cert_email = cert.get_subject().emailAddress
 [


Patch posted on fedora-devel by Michael Schwendt <mschwendt>.


Note You need to log in before you can comment on or make changes to this bug.