﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
184	testsuite failure with openssl 1.0.0d pyopenssl 0.12	Julian Taylor		"when running the testsuite with openssl 1.0.0d and pyopenssl 0.12 tub.TestCertFile.test_generate fails:
[FAIL]
Traceback (most recent call last):
  File ""/tmp/foolscap-0.6.1/foolscap/test/test_tub.py"", line 54, in test_generate
    self.failUnless(""BEGIN RSA PRIVATE KEY"" in certdata)
twisted.trial.unittest.FailTest: None

foolscap.test.test_tub.TestCertFile.test_generate

the reason is that:
python -c 'import foolscap.api; foolscap.api.Tub(certFile=""foo.pem"")'; cat foo.pem
now looks like this:
...
-----BEGIN PRIVATE KEY-----
MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBALXlzY4AbpVR8WXY
EKTcM9MmI+tKYai23LtP2pw6YOorXM7Cix55QlqBbSzAR87u1zUqp5rh7ke
...
-----END PRIVATE KEY-----


the testsuite expects BEGIN RSA PRIVATE KEY
using openssl 0.9.8o and pyopenssl 0.11 it the test succeedds"	defect	closed	major	0.6.2	unknown	0.6.1	fixed		Zooko davidsarah
