Stefan Krah <stefan-use...@bytereef.org> added the comment:

It worked out of the box for me. These are the versions I use:

# openssl version:
svn export http://svn.python.org/projects/external/openssl-1.0.1c

# nasm version (installer):
nasm-2.10.01-installer.exe


Let me see what I did:

cd openssl-1.0.1c
nmake -f ms\nt.mak clean
nmake -f ms\nt64.mak clean
cd ..\cpython
Tools\buildbot\clean.bat
Tools\buildbot\clean-amd64.bat
Tools\buildbot\build-amd64.bat
cd PCbuild\amd64

python_d.exe -m test -uall test_hmac
[1/1] test_hmac
1 test OK.
[111184 refs]


python_d.exe -m test -uall test_ssl
[...]
  File "C:\Users\stefan\pydev\cpython\lib\ssl.py", line 513, in do_handshake
    self._sslobj.do_handshake()
ConnectionResetError: [Error 10054] An existing connection was forcibly closed 
by the remote host


Now I get this error but it seems quite unrelated.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to