14 Jun 2000

1.  SSL.Connection.makefile() returns an instance of BIO.IOBuffer, 
which is a file-like object. If you close the SSL.Connection, then 
try to read()/write() the BIO.IOBuffer, you'll get a core dump.

2.  m2_monitor.py works standalone, but doesn't work with Zope-2.1.6-src.

3.  SSL Python callbacks are not thread-safe.

4.  The https server in demo/https dies when IE calls.

5.  On Win32, the M2Crypto DLL built by Borland C++ 5.5 free compiler
tools and the one built by Microsoft VC++ 6.0 are problematic in 
different ways: see bin/README for details.


