This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients alex, christian.heimes, dstufft, geoffreyspear, jramnani, mark.dickinson, ncoghlan, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2014-04-16.16:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397666868.93.0.532157283789.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
That does indeed make the test now pass on OS X 10.9:

test_default_ecdh_curve (test.test_ssl.ThreadedTests) ...  server:  new connection from ('127.0.0.1', 60758)
 server: connection cipher is now ('AECDH-AES256-SHA', 'TLSv1/SSLv3', 256)
 server: selected protocol is now None
ok

Thsnks, Antoine!
History
Date User Action Args
2014-04-16 16:47:48ned.deilysetrecipients: + ned.deily, mark.dickinson, ncoghlan, pitrou, vstinner, christian.heimes, alex, skrah, geoffreyspear, python-dev, jramnani, dstufft
2014-04-16 16:47:48ned.deilysetmessageid: <1397666868.93.0.532157283789.issue21015@psf.upfronthosting.co.za>
2014-04-16 16:47:48ned.deilylinkissue21015 messages
2014-04-16 16:47:48ned.deilycreate