Re: openssl on NT

2001-01-24 Thread David Maurus
e it just speeds up some cryptographic routines. For testing purposes you can build the windows binaries of OpenSSL without using the optimized assembler code if you use the batch file ms\do_ms.bat instead of ms\do_masm.bat Best Regards, David Maurus

Re: RSA_public_encrypt isnt consistent in return value ??

2001-01-18 Thread David Maurus
[EMAIL PROTECTED] wrote: > when I call RSA_public_encrypt, it should return a char * of 256 chars, > right ? The returned char is not 256 chars long. > > I measure with pointer hopping like this > > while (*sp++) > ; > This way it should hop to the end of the unsigned char * and it returns the >

Re: Win32 binaries needed.

2000-09-25 Thread David Maurus
Craig Manley wrote: > Hi all, > I've got the free Borland C++ 5.5 compiler but I can't compile the > source on Win98. Has anybody got already compiled Win32 binaries (or a > complete setup) that I could download? You can grab them here (temporary): http://www.mailbag.de/Out32dll.zip The zip con

Re: openssl engine version beta2 compilation problems

2000-09-19 Thread David Maurus
I_FUNCTION * NETSTATGET) (LPWSTR, LPWSTR, DWORD, DWORD, LPBYTE*); typedef NET_API_STATUS (NET_API_FUNCTION * NETFREE)(LPBYTE); Regards, David Maurus Lin Geng wrote: > However, the file rand_win.c compiles if you make the following changes: > > 1. comment out the two typedefs > > ty