FreeBSD Bugzilla – Attachment 150009 Details for
Bug 195513
lang/python32: Fix build with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Output of the test_ssl unit test
test_ssl.log (text/x-log), 3.56 KB, created by
Bernard Spil
on 2014-11-29 22:43:11 UTC
(
hide
)
Description:
Output of the test_ssl unit test
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2014-11-29 22:43:11 UTC
Size:
3.56 KB
patch
obsolete
>test_ssl: testing with 'LibreSSL 2.1' (1, 0, 1, 7, 15) > under 'FreeBSD-10.1-RELEASE-amd64-64bit-ELF' > HAS_SNI = True >test_ciphers (__main__.ContextTests) ... ok >test_constructor (__main__.ContextTests) ... ok >test_load_cert_chain (__main__.ContextTests) ... ok >test_load_verify_locations (__main__.ContextTests) ... ok >test_options (__main__.ContextTests) ... FAIL >test_protocol (__main__.ContextTests) ... ok >test_session_stats (__main__.ContextTests) ... ok >test_set_default_verify_paths (__main__.ContextTests) ... ok >test_verify (__main__.ContextTests) ... ok >test_DER_to_PEM (__main__.BasicSocketTests) ... ok >test_constants (__main__.BasicSocketTests) ... ok >test_errors (__main__.BasicSocketTests) ... ok >test_match_hostname (__main__.BasicSocketTests) ... ok >test_openssl_version (__main__.BasicSocketTests) ... FAIL >test_parse_cert (__main__.BasicSocketTests) ... >{'issuer': ((('countryName', 'XY'),), > (('localityName', 'Castle Anthrax'),), > (('organizationName', 'Python Software Foundation'),), > (('commonName', 'localhost'),)), > 'notAfter': 'Oct 5 23:01:56 2020 GMT', > 'notBefore': 'Oct 8 23:01:56 2010 GMT', > 'serialNumber': 'D7C7381919AFC24E', > 'subject': ((('countryName', 'XY'),), > (('localityName', 'Castle Anthrax'),), > (('organizationName', 'Python Software Foundation'),), > (('commonName', 'localhost'),)), > 'subjectAltName': (('DNS', 'localhost'),), > 'version': 3} > >{'issuer': ((('countryName', 'US'),), > (('organizationName', 'VeriSign, Inc.'),), > (('organizationalUnitName', 'VeriSign Trust Network'),), > (('organizationalUnitName', > 'Terms of use at https://www.verisign.com/rpa (c)10'),), > (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), > 'notAfter': 'Sep 20 23:59:59 2012 GMT', > 'notBefore': 'Sep 21 00:00:00 2011 GMT', > 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', > 'subject': ((('countryName', 'FI'),), > (('stateOrProvinceName', 'Espoo'),), > (('localityName', 'Espoo'),), > (('organizationName', 'Nokia'),), > (('organizationalUnitName', 'BI'),), > (('commonName', 'projects.developer.nokia.com'),)), > 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), > ('DNS', 'projects.forum.nokia.com')), > 'version': 3} >ok >test_random (__main__.BasicSocketTests) ... > RAND_status is 1 (sufficient randomness) >ok >test_refcycle (__main__.BasicSocketTests) ... ok >test_server_side (__main__.BasicSocketTests) ... ok >test_timeout (__main__.BasicSocketTests) ... ok >test_wrapped_unconnected (__main__.BasicSocketTests) ... ok > >====================================================================== >FAIL: test_options (__main__.ContextTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python32/work/Python-3.2.5/Lib/test/test_ssl.py", line 370, in test_options > self.assertEqual(ssl.OP_ALL, ctx.options) >AssertionError: 2147484671 != 2181039103 > >====================================================================== >FAIL: test_openssl_version (__main__.BasicSocketTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/ports/lang/python32/work/Python-3.2.5/Lib/test/test_ssl.py", line 184, in test_openssl_version > (s, t)) >AssertionError: False is not true : ('LibreSSL 2.1', (1, 0, 1, 7, 15)) > >---------------------------------------------------------------------- >Ran 20 tests in 0.038s > >FAILED (failures=2)
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 195513
:
150006
|
150007
|
150008
|
150009
|
164544
|
164548