Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 915157 Details for
Bug 638877
ssl and crypto tests segfaults in fips mode
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Comment
comment_3191852.txt (text/plain), 66.34 KB, created by
Boris Ranto
on 2010-10-04 14:40:21 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
Boris Ranto
Created:
2010-10-04 14:40:21 UTC
Size:
66.34 KB
patch
obsolete
>Gdb suggested installing few other debuginfo packages so here is the result with all of them installed (I just hope I did the backtrace properly): > >[root@dhcp-31-190 borix]# prelink --undo --all >[root@dhcp-31-190 borix]# OPENSSL_FORCE_FIPS_MODE=1 gdb python >GNU gdb (GDB) Red Hat Enterprise Linux (7.1-29.el6) >Copyright (C) 2010 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu". >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>... >Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.6.debug...done. >done. >(gdb) run /usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py >Starting program: /usr/bin/python /usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py >[Thread debugging using libthread_db enabled] >/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py:1336: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module. > write, read = popen2(command, "b") >Detaching after fork from child process 14571. >Detaching after fork from child process 14572. >.Detaching after fork from child process 14573. >Detaching after fork from child process 14574. >.FEE.EE......Detaching after fork from child process 14575. >MAC verified OK >FDetaching after fork from child process 14576. >FDetaching after fork from child process 14577. >MAC verified OK >FE..Detaching after fork from child process 14578. >140737353996104:error:060740A0:digital envelope routines:EVP_PBE_CipherInit:unknown cipher:evp_pbe.c:181: >140737353996104:error:23077073:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 algor cipherinit error:p12_decr.c:83: >140737353996104:error:2306C067:PKCS12 routines:PKCS12_item_i2d_encrypt:encrypt error:p12_decr.c:168: >140737353996104:error:23073067:PKCS12 routines:PKCS12_pack_p7encdata:encrypt error:p12_add.c:202: >E......Detaching after fork from child process 14580. >MAC verified OK >FDetaching after fork from child process 14581. >MAC verified OK >F..E..EE.EEEEEEEEEEEEE..........E.... >Program received signal SIGSEGV, Segmentation fault. >crypto_X509_digest (self=<value optimized out>, args=<unknown at remote 0x85d810>) at src/crypto/x509.c:637 >637 sprintf(tmp+i*3,"%02X:",fp[i]); >(gdb) bt >#0 crypto_X509_digest (self=<value optimized out>, args=<unknown at remote 0x85d810>) at src/crypto/x509.c:637 >#1 0x00007ffff7b03b01 in call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3750 >#2 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#3 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#4 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#5 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#6 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7ffff7ee6c60, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x733b40, kwcount=0, defs= > 0x7fffee27ab28, defcount=1, closure=0x0) at Python/ceval.c:3000 >#7 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee2842a8>, arg= > (<X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/si...(truncated), kw={}) at Objects/funcobject.c:524 >#8 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee2842a8>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#9 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#10 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#11 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7ffff7ee6cd8, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#12 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee284320>, arg= > (<X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/si...(truncated), kw=0x0) at Objects/funcobject.c:524 >#13 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee284320>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#14 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee284320>, arg= > (<X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/si...(truncated), kw=0x0) at Objects/classobject.c:2579 >#15 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7b2140>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#16 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1479, in test_dump_privatekey_passphraseCallback\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", cb)\nValueError: Invalid cipher name\n'), (<FunctionTests(_te...(truncated), kwds=0x0) at Objects/typeobject.c:5373 >#17 0x00007ffff7a68e13 in PyObject_Call (func= > <X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#18 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#19 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#20 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#21 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee275738, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x77bf20, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#22 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee284c08>, arg= > (<TestSuite(_tests=[<X509Tests(_testMethodDoc='\n L{X509} takes no arguments and returns an instance of L{X509Type}.\n ', _testMethodName='test_construction') at remote 0x7b6b10>, <X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notAfter} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notAfter') at remote 0x7b6a90>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notBefore} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notBefore') at remote 0x7b6a50>, <X509Tests(_testMethodDoc='\n The serial number of an L{X509Type} can ...(tru---Type <return> to continue, or q <return> to quit--- >ncated), kw={}) at Objects/funcobject.c:524 >#23 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee284c08>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#24 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#25 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#26 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee2757b0, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#27 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee284c80>, arg= > (<TestSuite(_tests=[<X509Tests(_testMethodDoc='\n L{X509} takes no arguments and returns an instance of L{X509Type}.\n ', _testMethodName='test_construction') at remote 0x7b6b10>, <X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notAfter} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notAfter') at remote 0x7b6a90>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notBefore} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notBefore') at remote 0x7b6a50>, <X509Tests(_testMethodDoc='\n The serial number of an L{X509Type} can ...(truncated), kw=0x0) at Objects/funcobject.c:524 >#28 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee284c80>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#29 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee284c80>, arg= > (<TestSuite(_tests=[<X509Tests(_testMethodDoc='\n L{X509} takes no arguments and returns an instance of L{X509Type}.\n ', _testMethodName='test_construction') at remote 0x7b6b10>, <X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notAfter} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notAfter') at remote 0x7b6a90>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notBefore} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notBefore') at remote 0x7b6a50>, <X509Tests(_testMethodDoc='\n The serial number of an L{X509Type} can ...(truncated), kw=0x0) at Objects/classobject.c:2579 >#30 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7b20f0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#31 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1479, in test_dump_privatekey_passphraseCallback\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", cb)\nValueError: Invalid cipher name\n'), (<FunctionTests(_te...(truncated), kwds=0x0) at Objects/typeobject.c:5373 >#32 0x00007ffff7a68e13 in PyObject_Call (func= > <TestSuite(_tests=[<X509Tests(_testMethodDoc='\n L{X509} takes no arguments and returns an instance of L{X509Type}.\n ', _testMethodName='test_construction') at remote 0x7b6b10>, <X509Tests(_testMethodDoc='\n L{X509.digest} returns a string giving ":"-separated hex-encoded words\n of the digest of the certificate.\n ', _testMethodName='test_digest') at remote 0x7b6ad0>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notAfter} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notAfter') at remote 0x7b6a90>, <X509Tests(_testMethodDoc='\n L{X509Type.get_notBefore} returns a string in the format of an ASN1\n GENERALIZEDTIME even for certificates which store it as UTCTIME\n internally.\n ', _testMethodName='test_get_notBefore') at remote 0x7b6a50>, <X509Tests(_testMethodDoc='\n The serial number of an L{X509Type} can b...(truncated), arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#33 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#34 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#35 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#36 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee275738, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x7d19b0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#37 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee284c08>, arg= > (<TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, <FunctionTests(_testMethodDoc='\n L{...(truncated), kw={}) at Objects/funcobject.c:524 >#38 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee284c08>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#39 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#40 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#41 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee2757b0, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#42 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee284c80>, arg= > (<TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encr---Type <return> to continue, or q <return> to quit--- >ypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, <FunctionTests(_testMethodDoc='\n L{...(truncated), kw=0x0) at Objects/funcobject.c:524 >#43 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee284c80>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#44 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee284c80>, arg= > (<TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, <FunctionTests(_testMethodDoc='\n L{...(truncated), kw=0x0) at Objects/classobject.c:2579 >#45 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7b20a0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#46 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1404, in test_dump_privatekey_passphrase\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", passphrase)\nValueError: Invalid cipher name\n'), (<FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", line 1479, in test_dump_privatekey_passphraseCallback\n pem = dump_privatekey(FILETYPE_PEM, key, "blowfish", cb)\nValueError: Invalid cipher name\n'), (<FunctionTests(_te...(truncated), kwds=0x0) at Objects/typeobject.c:5373 >#47 0x00007ffff7a68e13 in PyObject_Call (func= > <TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the correct passphrase.\n ', _testMethodName='test_dump_privatekey_passphraseCallback') at remote 0x7b4350>, <FunctionTests(_testMethodDoc='\n L{l...(truncated), arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#48 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#49 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#50 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#51 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#52 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#53 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#54 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#55 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#56 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#57 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee27e198, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=1, kws=0x0, kwcount=0, defs=0x7fffee28dfc8, > defcount=5, closure=0x0) at Python/ceval.c:3000 >#58 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee285de8>, arg= > (<TestProgram(verbosity=1, progName='test_crypto.py', module=<module at remote 0x7ffff7fde6a8>, testRunner=<type at remote 0x752340>, defaultTest=None, test=<TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the...(truncated), kw=0x0) at Objects/funcobject.c:524 >#59 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee285de8>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#60 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee285de8>, arg= > (<TestProgram(verbosity=1, progName='test_crypto.py', module=<module at remote 0x7ffff7fde6a8>, testRunner=<type at remote 0x752340>, defaultTest=None, test=<TestSuite(_tests=[<TestSuite(_tests=[<FunctionTests(_testMethodDoc='\n L{dump_certificate} writes PEM, DER, and text.\n ', _testMethodName='test_dump_certificate') at remote 0x7b4450>, <FunctionTests(_testMethodDoc='\n L{dump_certificate_request} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_certificate_request') at remote 0x7b4410>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes a PEM, DER, and text.\n ', _testMethodName='test_dump_privatekey') at remote 0x7b43d0>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a passphrase.\n ', _testMethodName='test_dump_privatekey_passphrase') at remote 0x7b4390>, <FunctionTests(_testMethodDoc='\n L{dump_privatekey} writes an encrypted PEM when given a callback which\n returns the...(truncated), kw=0x0) at Objects/classobject.c:2579 >#61 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7b2050>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#62 0x00007ffff7ac187e in slot_tp_init (self=<value optimized out>, args=(), kwds=0x0) at Objects/typeobject.c:5633 >#63 0x00007ffff7ac0318 in type_call (type=<value optimized out>, args=(), kwds=0x0) at Objects/typeobject.c:742 >#64 0x00007ffff7a68e13 in PyObject_Call (func=<type at remote 0x72a890>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#65 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >---Type <return> to continue, or q <return> to quit--- >#66 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#67 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#68 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee273cd8, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=0, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#69 0x00007ffff7b056a2 in PyEval_EvalCode (co=<value optimized out>, globals=<value optimized out>, locals=<value optimized out>) at Python/ceval.c:541 >#70 0x00007ffff7b206ec in run_mod (mod=<value optimized out>, filename=<value optimized out>, globals= > {'dump_privatekey': <built-in function dump_privatekey>, 'X509Req': <type at remote 0x7fffede49fa0>, 'cleartextCertificateRequestPEM': '-----BEGIN CERTIFICATE REQUEST-----\nMIIBnjCCAQcCAQAwXjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQH\nEwdDaGljYWdvMRcwFQYDVQQKEw5NeSBDb21wYW55IEx0ZDEXMBUGA1UEAxMORnJl\nZGVyaWNrIERlYW4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANp6Y17WzKSw\nBsUWkXdqg6tnXy8H8hA1msCMWpc+/2KJ4mbv5NyD6UD+/SqagQqulPbF/DFea9nA\nE0zhmHJELcM8gUTIlXv/cgDWnmK4xj8YkjVUiCdqKRAKeuzLG1pGmwwF5lGeJpXN\nxQn5ecR0UYSOWj6TTGXB9VyUMQzCClcBAgMBAAGgADANBgkqhkiG9w0BAQUFAAOB\ngQAAJGuF/R/GGbeC7FbFW+aJgr9ee0Xbl6nlhu7pTe67k+iiKT2dsl2ti68MVTnu\nVrb3HUNqOkiwsJf6kCtq5oPn3QVYzTa76Dt2y3Rtzv6boRSlmlfrgS92GNma8JfR\noICQk3nAudi6zl1Dix3BCv1pUp5KMtGn3MeDEi6QFGy2rA==\n-----END CERTIFICATE REQUEST-----\n', 'X509ReqType': <type at remote 0x7fffede49fa0>, 'FunctionTests': <type at remote 0x7e0eb0>, 'X509Tests': <type at remote 0x7ddad0>, 'popen2': <function at remote 0x7ffff7efb668>, 'X509Extension': <type at remote 0x7fffede4a540>, 'datet...(truncated), locals= > {'dump_privatekey': <built-in function dump_privatekey>, 'X509Req': <type at remote 0x7fffede49fa0>, 'cleartextCertificateRequestPEM': '-----BEGIN CERTIFICATE REQUEST-----\nMIIBnjCCAQcCAQAwXjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQH\nEwdDaGljYWdvMRcwFQYDVQQKEw5NeSBDb21wYW55IEx0ZDEXMBUGA1UEAxMORnJl\nZGVyaWNrIERlYW4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANp6Y17WzKSw\nBsUWkXdqg6tnXy8H8hA1msCMWpc+/2KJ4mbv5NyD6UD+/SqagQqulPbF/DFea9nA\nE0zhmHJELcM8gUTIlXv/cgDWnmK4xj8YkjVUiCdqKRAKeuzLG1pGmwwF5lGeJpXN\nxQn5ecR0UYSOWj6TTGXB9VyUMQzCClcBAgMBAAGgADANBgkqhkiG9w0BAQUFAAOB\ngQAAJGuF/R/GGbeC7FbFW+aJgr9ee0Xbl6nlhu7pTe67k+iiKT2dsl2ti68MVTnu\nVrb3HUNqOkiwsJf6kCtq5oPn3QVYzTa76Dt2y3Rtzv6boRSlmlfrgS92GNma8JfR\noICQk3nAudi6zl1Dix3BCv1pUp5KMtGn3MeDEi6QFGy2rA==\n-----END CERTIFICATE REQUEST-----\n', 'X509ReqType': <type at remote 0x7fffede49fa0>, 'FunctionTests': <type at remote 0x7e0eb0>, 'X509Tests': <type at remote 0x7ddad0>, 'popen2': <function at remote 0x7ffff7efb668>, 'X509Extension': <type at remote 0x7fffede4a540>, 'datet...(truncated), flags=<value optimized out>, arena=<value optimized out>) at Python/pythonrun.c:1339 >#71 0x00007ffff7b207c0 in PyRun_FileExFlags (fp=0x681870, filename=0x7fffffffe579 "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", start=<value optimized out>, globals= > {'dump_privatekey': <built-in function dump_privatekey>, 'X509Req': <type at remote 0x7fffede49fa0>, 'cleartextCertificateRequestPEM': '-----BEGIN CERTIFICATE REQUEST-----\nMIIBnjCCAQcCAQAwXjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQH\nEwdDaGljYWdvMRcwFQYDVQQKEw5NeSBDb21wYW55IEx0ZDEXMBUGA1UEAxMORnJl\nZGVyaWNrIERlYW4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANp6Y17WzKSw\nBsUWkXdqg6tnXy8H8hA1msCMWpc+/2KJ4mbv5NyD6UD+/SqagQqulPbF/DFea9nA\nE0zhmHJELcM8gUTIlXv/cgDWnmK4xj8YkjVUiCdqKRAKeuzLG1pGmwwF5lGeJpXN\nxQn5ecR0UYSOWj6TTGXB9VyUMQzCClcBAgMBAAGgADANBgkqhkiG9w0BAQUFAAOB\ngQAAJGuF/R/GGbeC7FbFW+aJgr9ee0Xbl6nlhu7pTe67k+iiKT2dsl2ti68MVTnu\nVrb3HUNqOkiwsJf6kCtq5oPn3QVYzTa76Dt2y3Rtzv6boRSlmlfrgS92GNma8JfR\noICQk3nAudi6zl1Dix3BCv1pUp5KMtGn3MeDEi6QFGy2rA==\n-----END CERTIFICATE REQUEST-----\n', 'X509ReqType': <type at remote 0x7fffede49fa0>, 'FunctionTests': <type at remote 0x7e0eb0>, 'X509Tests': <type at remote 0x7ddad0>, 'popen2': <function at remote 0x7ffff7efb668>, 'X509Extension': <type at remote 0x7fffede4a540>, 'datet...(truncated), locals= > {'dump_privatekey': <built-in function dump_privatekey>, 'X509Req': <type at remote 0x7fffede49fa0>, 'cleartextCertificateRequestPEM': '-----BEGIN CERTIFICATE REQUEST-----\nMIIBnjCCAQcCAQAwXjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQH\nEwdDaGljYWdvMRcwFQYDVQQKEw5NeSBDb21wYW55IEx0ZDEXMBUGA1UEAxMORnJl\nZGVyaWNrIERlYW4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANp6Y17WzKSw\nBsUWkXdqg6tnXy8H8hA1msCMWpc+/2KJ4mbv5NyD6UD+/SqagQqulPbF/DFea9nA\nE0zhmHJELcM8gUTIlXv/cgDWnmK4xj8YkjVUiCdqKRAKeuzLG1pGmwwF5lGeJpXN\nxQn5ecR0UYSOWj6TTGXB9VyUMQzCClcBAgMBAAGgADANBgkqhkiG9w0BAQUFAAOB\ngQAAJGuF/R/GGbeC7FbFW+aJgr9ee0Xbl6nlhu7pTe67k+iiKT2dsl2ti68MVTnu\nVrb3HUNqOkiwsJf6kCtq5oPn3QVYzTa76Dt2y3Rtzv6boRSlmlfrgS92GNma8JfR\noICQk3nAudi6zl1Dix3BCv1pUp5KMtGn3MeDEi6QFGy2rA==\n-----END CERTIFICATE REQUEST-----\n', 'X509ReqType': <type at remote 0x7fffede49fa0>, 'FunctionTests': <type at remote 0x7e0eb0>, 'X509Tests': <type at remote 0x7ddad0>, 'popen2': <function at remote 0x7ffff7efb668>, 'X509Extension': <type at remote 0x7fffede4a540>, 'datet...(truncated), closeit=1, flags=0x7fffffffe160) at Python/pythonrun.c:1325 >#72 0x00007ffff7b21c5c in PyRun_SimpleFileExFlags (fp=0x681870, filename=0x7fffffffe579 "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_crypto.py", closeit=1, flags=0x7fffffffe160) > at Python/pythonrun.c:935 >#73 0x00007ffff7b2e2bd in Py_Main (argc=<value optimized out>, argv=<value optimized out>) at Modules/main.c:572 >#74 0x00007ffff6e1cc5d in __libc_start_main (main=0x400710 <main>, argc=2, ubp_av=0x7fffffffe288, init=<value optimized out>, fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end= > 0x7fffffffe278) at libc-start.c:226 >#75 0x0000000000400649 in _start () >(gdb) > > >[root@dhcp-31-190 borix]# OPENSSL_FORCE_FIPS_MODE=1 gdb python >GNU gdb (GDB) Red Hat Enterprise Linux (7.1-29.el6) >Copyright (C) 2010 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. Type "show copying" >and "show warranty" for details. >This GDB was configured as "x86_64-redhat-linux-gnu". >For bug reporting instructions, please see: ><http://www.gnu.org/software/gdb/bugs/>... >Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.6.debug...done. >done. >(gdb) run /usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py >Starting program: /usr/bin/python /usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py >[Thread debugging using libthread_db enabled] >......E.. >Program received signal SIGSEGV, Segmentation fault. >CRYPTO_set_ex_data (ad=0xd0, idx=0, val=0x792940) at ex_data.c:601 >601 if (ad->sk == NULL) >(gdb) bt >#0 CRYPTO_set_ex_data (ad=0xd0, idx=0, val=0x792940) at ex_data.c:601 >#1 0x00007fffedd0aeb5 in ssl_Context_init (self=0x792940, i_method=<value optimized out>) at src/ssl/context.c:1133 >#2 0x00007fffedd0af67 in ssl_Context_new (subtype=0x7fffedf10580, args=<unknown at remote 0xd0>, kwargs=0x0) at src/ssl/context.c:1178 >#3 0x00007ffff7ac02d3 in type_call (type=0x7fffedf10580, args=(1,), kwds=0x0) at Objects/typeobject.c:726 >#4 0x00007ffff7a68e13 in PyObject_Call (func=<type at remote 0x7fffedf10580>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#5 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#6 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#7 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#8 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#9 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#10 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#11 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7ffff7ee6c60, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x7a7860, kwcount=0, defs= > 0x7fffee339628, defcount=1, closure=0x0) at Python/ceval.c:3000 >#12 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee33f2a8>, arg= > (<ContextTests(_testMethodDoc='\n L{Context} can be instantiated with one of L{SSLv2_METHOD},\n L{SSLv3_METHOD}, L{SSLv23_METHOD}, or L{TLSv1_METHOD}.\n ', _testMethodName='test_method') at remote 0x79fbd0>, <_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream...(truncated), kw={}) at Objects/funcobject.c:524 >#13 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33f2a8>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#14 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#15 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#16 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7ffff7ee6cd8, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#17 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee33f320>, arg= > (<ContextTests(_testMethodDoc='\n L{Context} can be instantiated with one of L{SSLv2_METHOD},\n L{SSLv3_METHOD}, L{SSLv23_METHOD}, or L{TLSv1_METHOD}.\n ', _testMethodName='test_method') at remote 0x79fbd0>, <_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream...(truncated), kw=0x0) at Objects/funcobject.c:524 >#18 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33f320>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#19 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee33f320>, arg= > (<ContextTests(_testMethodDoc='\n L{Context} can be instantiated with one of L{SSLv2_METHOD},\n L{SSLv3_METHOD}, L{SSLv23_METHOD}, or L{TLSv1_METHOD}.\n ', _testMethodName='test_method') at remote 0x79fbd0>, <_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream...(truncated), kw=0x0) at Objects/classobject.c:2579 >#20 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7c7cd0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#21 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fba1e0>) at remote 0x7cf510>, descriptions=1, showAll=False, failures=[], shouldStop=False) at remote 0x7cf550>,), kwds=0x0) at Objects/typeobject.c:5373 >#22 0x00007ffff7a68e13 in PyObject_Call (func= > <ContextTests(_testMethodDoc='\n L{Context} can be instantiated with one of L{SSLv2_METHOD},\n L{SSLv3_METHOD}, L{SSLv23_METHOD}, or L{TLSv1_METHOD}.\n ', _testMethodName='test_method') at remote 0x79fbd0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#23 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#24 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#25 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#26 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee332738, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x7ac700, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#27 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee33fc08>, arg= > (<TestSuite(_tests=[<ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} accepts an L{X509} instance to add to\n the certificate chain.\n ', _testMethodName='test_add_ext---Type <return> to continue, or q <return> to quit--- >ra_chain_cert') at remote 0x79fd10>, <ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} raises L{TypeError} if called with\n other than one argument or if called with an object which is not an\n instance of L{X509}.\n ', _testMethodName='test_add_extra_chain_cert_invalid_cert') at remote 0x79fcd0>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a file name and uses the\n certificates within for verification purposes.\n ', _temporaryFiles=['./tmpn4t...(truncated), kw={}) at Objects/funcobject.c:524 >#28 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33fc08>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#29 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#30 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#31 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee3327b0, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#32 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee33fc80>, arg= > (<TestSuite(_tests=[<ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} accepts an L{X509} instance to add to\n the certificate chain.\n ', _testMethodName='test_add_extra_chain_cert') at remote 0x79fd10>, <ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} raises L{TypeError} if called with\n other than one argument or if called with an object which is not an\n instance of L{X509}.\n ', _testMethodName='test_add_extra_chain_cert_invalid_cert') at remote 0x79fcd0>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a file name and uses the\n certificates within for verification purposes.\n ', _temporaryFiles=['./tmpn4t...(truncated), kw=0x0) at Objects/funcobject.c:524 >#33 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33fc80>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#34 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee33fc80>, arg= > (<TestSuite(_tests=[<ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} accepts an L{X509} instance to add to\n the certificate chain.\n ', _testMethodName='test_add_extra_chain_cert') at remote 0x79fd10>, <ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} raises L{TypeError} if called with\n other than one argument or if called with an object which is not an\n instance of L{X509}.\n ', _testMethodName='test_add_extra_chain_cert_invalid_cert') at remote 0x79fcd0>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a file name and uses the\n certificates within for verification purposes.\n ', _temporaryFiles=['./tmpn4t...(truncated), kw=0x0) at Objects/classobject.c:2579 >#35 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7c7c80>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#36 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fba1e0>) at remote 0x7cf510>, descriptions=1, showAll=False, failures=[], shouldStop=False) at remote 0x7cf550>,), kwds=0x0) at Objects/typeobject.c:5373 >#37 0x00007ffff7a68e13 in PyObject_Call (func= > <TestSuite(_tests=[<ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} accepts an L{X509} instance to add to\n the certificate chain.\n ', _testMethodName='test_add_extra_chain_cert') at remote 0x79fd10>, <ContextTests(_testMethodDoc='\n L{Context.add_extra_chain_cert} raises L{TypeError} if called with\n other than one argument or if called with an object which is not an\n instance of L{X509}.\n ', _testMethodName='test_add_extra_chain_cert_invalid_cert') at remote 0x79fcd0>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, <ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a file name and uses the\n certificates within for verification purposes.\n ', _temporaryFiles=['./tmpn4ta...(truncated), arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#38 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#39 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#40 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#41 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee332738, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x80ad00, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#42 0x00007ffff7a93aed in function_call (func=<function at remote 0x7fffee33fc08>, arg= > (<TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_TICKET} is 0x4000, the value of\n I{SSL_OP_NO_TICKET} defined by I{openssl/ssl.h}.\n ', _tes...(truncated), kw={}) at Objects/funcobject.c:524 >#43 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33fc08>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#44 0x00007ffff7b023f2 in ext_do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:4063 >#45 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2452 >#46 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee3327b0, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=2, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#47 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee33fc80>, arg= >---Type <return> to continue, or q <return> to quit--- > (<TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_TICKET} is 0x4000, the value of\n I{SSL_OP_NO_TICKET} defined by I{openssl/ssl.h}.\n ', _tes...(truncated), kw=0x0) at Objects/funcobject.c:524 >#48 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee33fc80>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#49 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee33fc80>, arg= > (<TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_TICKET} is 0x4000, the value of\n I{SSL_OP_NO_TICKET} defined by I{openssl/ssl.h}.\n ', _tes...(truncated), kw=0x0) at Objects/classobject.c:2579 >#50 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7c7c30>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#51 0x00007ffff7ac1c44 in slot_tp_call (self=<value optimized out>, args= > (<_TextTestResult(dots=True, errors=[(<ContextTests(_testMethodDoc='\n L{Context.load_verify_locations} accepts a directory name and uses\n the certificates within for verification purposes.\n ', _temporaryFiles=['./tmpg9xe5e'], _testMethodName='test_load_verify_directory') at remote 0x79fc90>, 'Traceback (most recent call last):\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 235, in test_load_verify_directory\n self._load_verify_locations_test(None, capath)\n File "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", line 190, in _load_verify_locations_test\n ssl.do_handshake()\nError: [(\'SSL routines\', \'SSL3_GET_SERVER_CERTIFICATE\', \'certificate verify failed\')]\n')], testsRun=10, stream=<_WritelnDecorator(stream=<file at remote 0x7ffff7fba1e0>) at remote 0x7cf510>, descriptions=1, showAll=False, failures=[], shouldStop=False) at remote 0x7cf550>,), kwds=0x0) at Objects/typeobject.c:5373 >#52 0x00007ffff7a68e13 in PyObject_Call (func= > <TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_TICKET} is 0x4000, the value of\n I{SSL_OP_NO_TICKET} defined by I{openssl/ssl.h}.\n ', _test...(truncated), arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#53 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#54 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#55 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#56 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#57 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#58 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#59 0x00007ffff7b0452d in fast_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3836 >#60 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3771 >#61 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#62 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee33e198, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=1, kws=0x0, kwcount=0, defs=0x7ffff7ee8788, > defcount=5, closure=0x0) at Python/ceval.c:3000 >#63 0x00007ffff7a939f0 in function_call (func=<function at remote 0x7fffee341de8>, arg= > (<TestProgram(verbosity=1, progName='test_ssl.py', module=<module at remote 0x7ffff7fde6a8>, testRunner=<type at remote 0x715590>, defaultTest=None, test=<TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n ...(truncated), kw=0x0) at Objects/funcobject.c:524 >#64 0x00007ffff7a68e13 in PyObject_Call (func=<function at remote 0x7fffee341de8>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#65 0x00007ffff7a7e2ef in instancemethod_call (func=<function at remote 0x7fffee341de8>, arg= > (<TestProgram(verbosity=1, progName='test_ssl.py', module=<module at remote 0x7ffff7fde6a8>, testRunner=<type at remote 0x715590>, defaultTest=None, test=<TestSuite(_tests=[<TestSuite(_tests=[<ConnectionTests(_testMethodDoc='\n L{Connection} and L{ConnectionType} refer to the same type object and\n can be used to create instances of that type.\n ', _testMethodName='test_type') at remote 0x79f850>]) at remote 0x79f810>, <TestSuite(_tests=[<ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_COOKIE_EXCHANGE} is 0x2000, the value\n of I{SSL_OP_COOKIE_EXCHANGE} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_cookie_exchange') at remote 0x79f950>, <ConstantsTests(_testMethodDoc='\n The value of L{OpenSSL.SSL.OP_NO_QUERY_MTU} is 0x1000, the value of\n I{SSL_OP_NO_QUERY_MTU} defined by I{openssl/ssl.h}.\n ', _testMethodName='test_op_no_query_mtu') at remote 0x79f910>, <ConstantsTests(_testMethodDoc='\n ...(truncated), kw=0x0) at Objects/classobject.c:2579 >#66 0x00007ffff7a68e13 in PyObject_Call (func=<instancemethod at remote 0x7c7be0>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#67 0x00007ffff7ac187e in slot_tp_init (self=<value optimized out>, args=(), kwds=0x0) at Objects/typeobject.c:5633 >#68 0x00007ffff7ac0318 in type_call (type=<value optimized out>, args=(), kwds=0x0) at Objects/typeobject.c:742 >---Type <return> to continue, or q <return> to quit--- >#69 0x00007ffff7a68e13 in PyObject_Call (func=<type at remote 0x716150>, arg=<value optimized out>, kw=<value optimized out>) at Objects/abstract.c:2492 >#70 0x00007ffff7b028b1 in do_call (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3968 >#71 call_function (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:3773 >#72 PyEval_EvalFrameEx (f=<value optimized out>, throwflag=<value optimized out>) at Python/ceval.c:2412 >#73 0x00007ffff7b055a4 in PyEval_EvalCodeEx (co=0x7fffee32ccd8, globals=<value optimized out>, locals=<value optimized out>, args=<value optimized out>, argcount=0, kws=0x0, kwcount=0, defs=0x0, > defcount=0, closure=0x0) at Python/ceval.c:3000 >#74 0x00007ffff7b056a2 in PyEval_EvalCode (co=<value optimized out>, globals=<value optimized out>, locals=<value optimized out>) at Python/ceval.c:541 >#75 0x00007ffff7b206ec in run_mod (mod=<value optimized out>, filename=<value optimized out>, globals= > {'dump_privatekey': <built-in function dump_privatekey>, 'OP_NO_SSLv2': 16777216, 'root_cert_pem': '-----BEGIN CERTIFICATE-----\nMIIC7TCCAlagAwIBAgIIPQzE4MbeufQwDQYJKoZIhvcNAQEFBQAwWDELMAkGA1UE\nBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdU\nZXN0aW5nMRgwFgYDVQQDEw9UZXN0aW5nIFJvb3QgQ0EwIhgPMjAwOTAzMjUxMjM2\nNThaGA8yMDE3MDYxMTEyMzY1OFowWDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklM\nMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdUZXN0aW5nMRgwFgYDVQQDEw9U\nZXN0aW5nIFJvb3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPmaQumL\nurpE527uSEHdL1pqcDRmWzu+98Y6YHzT/J7KWEamyMCNZ6fRW1JCR782UQ8a07fy\n2xXsKy4WdKaxyG8CcatwmXvpvRQ44dSANMihHELpANTdyVp6DCysED6wkQFurHlF\n1dshEaJw8b/ypDhmbVIo6Ci1xvCJqivbLFnbAgMBAAGjgbswgbgwHQYDVR0OBBYE\nFINVdy1eIfFJDAkk51QJEo3IfgSuMIGIBgNVHSMEgYAwfoAUg1V3LV4h8UkMCSTn\nVAkSjch+BK6hXKRaMFgxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJJTDEQMA4GA1UE\nBxMHQ2hpY2FnbzEQMA4GA1UEChMHVGVzdGluZzEYMBYGA1UEAxMPVGVzdGluZyBS\nb290IENBggg9DMTgxt659DAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GB\nAGGCDazMJGoWNBpc03u6+smc95dEead2KlZXB...(truncated), locals= > {'dump_privatekey': <built-in function dump_privatekey>, 'OP_NO_SSLv2': 16777216, 'root_cert_pem': '-----BEGIN CERTIFICATE-----\nMIIC7TCCAlagAwIBAgIIPQzE4MbeufQwDQYJKoZIhvcNAQEFBQAwWDELMAkGA1UE\nBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdU\nZXN0aW5nMRgwFgYDVQQDEw9UZXN0aW5nIFJvb3QgQ0EwIhgPMjAwOTAzMjUxMjM2\nNThaGA8yMDE3MDYxMTEyMzY1OFowWDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklM\nMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdUZXN0aW5nMRgwFgYDVQQDEw9U\nZXN0aW5nIFJvb3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPmaQumL\nurpE527uSEHdL1pqcDRmWzu+98Y6YHzT/J7KWEamyMCNZ6fRW1JCR782UQ8a07fy\n2xXsKy4WdKaxyG8CcatwmXvpvRQ44dSANMihHELpANTdyVp6DCysED6wkQFurHlF\n1dshEaJw8b/ypDhmbVIo6Ci1xvCJqivbLFnbAgMBAAGjgbswgbgwHQYDVR0OBBYE\nFINVdy1eIfFJDAkk51QJEo3IfgSuMIGIBgNVHSMEgYAwfoAUg1V3LV4h8UkMCSTn\nVAkSjch+BK6hXKRaMFgxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJJTDEQMA4GA1UE\nBxMHQ2hpY2FnbzEQMA4GA1UEChMHVGVzdGluZzEYMBYGA1UEAxMPVGVzdGluZyBS\nb290IENBggg9DMTgxt659DAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GB\nAGGCDazMJGoWNBpc03u6+smc95dEead2KlZXB...(truncated), flags=<value optimized out>, arena=<value optimized out>) at Python/pythonrun.c:1339 >#76 0x00007ffff7b207c0 in PyRun_FileExFlags (fp=0x63c180, filename=0x7fffffffe57c "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", start=<value optimized out>, globals= > {'dump_privatekey': <built-in function dump_privatekey>, 'OP_NO_SSLv2': 16777216, 'root_cert_pem': '-----BEGIN CERTIFICATE-----\nMIIC7TCCAlagAwIBAgIIPQzE4MbeufQwDQYJKoZIhvcNAQEFBQAwWDELMAkGA1UE\nBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdU\nZXN0aW5nMRgwFgYDVQQDEw9UZXN0aW5nIFJvb3QgQ0EwIhgPMjAwOTAzMjUxMjM2\nNThaGA8yMDE3MDYxMTEyMzY1OFowWDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklM\nMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdUZXN0aW5nMRgwFgYDVQQDEw9U\nZXN0aW5nIFJvb3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPmaQumL\nurpE527uSEHdL1pqcDRmWzu+98Y6YHzT/J7KWEamyMCNZ6fRW1JCR782UQ8a07fy\n2xXsKy4WdKaxyG8CcatwmXvpvRQ44dSANMihHELpANTdyVp6DCysED6wkQFurHlF\n1dshEaJw8b/ypDhmbVIo6Ci1xvCJqivbLFnbAgMBAAGjgbswgbgwHQYDVR0OBBYE\nFINVdy1eIfFJDAkk51QJEo3IfgSuMIGIBgNVHSMEgYAwfoAUg1V3LV4h8UkMCSTn\nVAkSjch+BK6hXKRaMFgxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJJTDEQMA4GA1UE\nBxMHQ2hpY2FnbzEQMA4GA1UEChMHVGVzdGluZzEYMBYGA1UEAxMPVGVzdGluZyBS\nb290IENBggg9DMTgxt659DAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GB\nAGGCDazMJGoWNBpc03u6+smc95dEead2KlZXB...(truncated), locals= > {'dump_privatekey': <built-in function dump_privatekey>, 'OP_NO_SSLv2': 16777216, 'root_cert_pem': '-----BEGIN CERTIFICATE-----\nMIIC7TCCAlagAwIBAgIIPQzE4MbeufQwDQYJKoZIhvcNAQEFBQAwWDELMAkGA1UE\nBhMCVVMxCzAJBgNVBAgTAklMMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdU\nZXN0aW5nMRgwFgYDVQQDEw9UZXN0aW5nIFJvb3QgQ0EwIhgPMjAwOTAzMjUxMjM2\nNThaGA8yMDE3MDYxMTEyMzY1OFowWDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAklM\nMRAwDgYDVQQHEwdDaGljYWdvMRAwDgYDVQQKEwdUZXN0aW5nMRgwFgYDVQQDEw9U\nZXN0aW5nIFJvb3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPmaQumL\nurpE527uSEHdL1pqcDRmWzu+98Y6YHzT/J7KWEamyMCNZ6fRW1JCR782UQ8a07fy\n2xXsKy4WdKaxyG8CcatwmXvpvRQ44dSANMihHELpANTdyVp6DCysED6wkQFurHlF\n1dshEaJw8b/ypDhmbVIo6Ci1xvCJqivbLFnbAgMBAAGjgbswgbgwHQYDVR0OBBYE\nFINVdy1eIfFJDAkk51QJEo3IfgSuMIGIBgNVHSMEgYAwfoAUg1V3LV4h8UkMCSTn\nVAkSjch+BK6hXKRaMFgxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJJTDEQMA4GA1UE\nBxMHQ2hpY2FnbzEQMA4GA1UEChMHVGVzdGluZzEYMBYGA1UEAxMPVGVzdGluZyBS\nb290IENBggg9DMTgxt659DAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GB\nAGGCDazMJGoWNBpc03u6+smc95dEead2KlZXB...(truncated), closeit=1, flags=0x7fffffffe160) at Python/pythonrun.c:1325 >#77 0x00007ffff7b21c5c in PyRun_SimpleFileExFlags (fp=0x63c180, filename=0x7fffffffe57c "/usr/lib64/python2.6/site-packages/OpenSSL/test/test_ssl.py", closeit=1, flags=0x7fffffffe160) > at Python/pythonrun.c:935 >#78 0x00007ffff7b2e2bd in Py_Main (argc=<value optimized out>, argv=<value optimized out>) at Modules/main.c:572 >#79 0x00007ffff6e1cc5d in __libc_start_main (main=0x400710 <main>, argc=2, ubp_av=0x7fffffffe288, init=<value optimized out>, fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end= > 0x7fffffffe278) at libc-start.c:226 >#80 0x0000000000400649 in _start () >(gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 638877
: 915157