> SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER is likely for those OSes (*glares
> at Windows in particular*) which require locking allocated memory in
> place, performing an operation on it, and then unlocking it (to allow
> the OS to manage the placement of the memory block in physical
> memory).

There are Windows functions (GlobalAlloc) that can allocate moveable
blocks of memory.  Their use is discouraged and only really exist for
legacy code compatibility. 

Mark
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to