Const correctness in OpenSSL

2007-10-21 Thread Markus Schaber
Hi, Some OpenSSL functions use char* pointers where I think that const char* pointers would be better. So I always get warnings like the following: foo.cpp:23: warning: invalid conversion from 'const char*' to 'char*' foo.cpp:42: warning: deprecated conversion from string constant to 'char*' Ex

test message

2007-10-21 Thread Paul Levin
test message __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: ECDSA and ECICS with OpenSSL

2007-10-21 Thread Eman Abu Samra
Hi Marek, As I mentioned before, I am using the openSSL directory for its support for the ECDSA. Which I need to implement the AACS standard. I am not sure you are familiar with it, but in short the problem I am encountering right now is that in the AACS Std the signatures are represented as 40 by

problems building the FIPS OpenSSL

2007-10-21 Thread Paul Levin
I am trying to build FIPS OpenSSL 1.1.1 for Windows, as per the instructions in the UserGuide-1.1.1.pdf. For the most part it goes ok, but when I get to step 7, in section 4.3.2, there are several problems. there is no directory called /usr/local/ssl/lib in MSYS. in step 10 I can find most

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-21 Thread Thomas J. Hruska
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f: