Re: How to get SSL DLL's compiling from Cygwin?

2005-05-03 Thread Tan Eng Ten
I think u get libcrypto.so and libssl.so instead Manel Rodero wrote: Hello, I'm trying to compile OpenSSL 0.9.7f under Windows 2000 (using Cygwin) but I don't know if I get all the files after the compilation process. For example, I don't have libeay32.dll nor ssleay32.dll. To setup the compilation

Need a sample code for decryption by DES alorithm using openssl library

2005-05-03 Thread Rajeev Aggarwal
I am encrypting a text file through Java program using DESede algorithm in CBC Mode and PCKS5 Padding. The key for encryption is 32 char long and i am using a single key. I need a sample code written in C language using openssl library ,decryption through Des algorithm in CBC mode. Could some

looking for an ssl windows telnet to control nessus.

2005-05-03 Thread Raymond Jacob
I hope to use an ssl telnet client to interactively control/poll/test rules and monitor the nessus server from my windows XP workstation. Using google to search for such clients I found that there appear to be 3 free clients: SemTel TerraTerm/TTXSSL SSLeay/SSLtel I could not easily tell if the

Problem with make test

2005-05-03 Thread Andrew Culver
I'm running Solaris 9 on sparc hardware using Sun's cc which is in a non-standard location. I modified the Configure script to point to my cc like so: "solaris-sparcv9-cc","/osexport/solaris/2.9/opt/SUNWspro/bin/cc:. It would be nice if Configure read the value of my CC shell variable *hint

non blocking SSL connect

2005-05-03 Thread Aftab Alam
Hi All,   I am trying to create a non blocking ssl connection.   I created a BIO and converted it to non blocking with ioctlsocket on windows and fcntl on linux   if i try http connection on this BIO it works fine and times out at specified time on addresses where it is unable to conn

Re: Key Encipherment (e0) & (a0)

2005-05-03 Thread Andrea Cogliati
On May 3, 2005, at 2:12 PM, Dr. Stephen Henson wrote: The a0/e0 is a hex representation of the bits above. If you remove the non repidiation usage from openssl.cnf the two should then be identical. Steve, you're right! It worked. Thanks, Andrea

Re: Key Encipherment (e0) & (a0)

2005-05-03 Thread Dr. Stephen Henson
On Tue, May 03, 2005, Andrea Cogliati wrote: > > On May 3, 2005, at 1:12 PM, Dr. Stephen Henson wrote: > > >>If I use Windows Certificate viewer, the certificate generated with > >>OpenSSL has Key Encipherment (e0) as a Key Usage, while a certificate > >>generated through MS Certificate Server h

Re: Key Encipherment (e0) & (a0)

2005-05-03 Thread Andrea Cogliati
On May 3, 2005, at 1:12 PM, Dr. Stephen Henson wrote: If I use Windows Certificate viewer, the certificate generated with OpenSSL has Key Encipherment (e0) as a Key Usage, while a certificate generated through MS Certificate Server has Key Encipherment (a0). What do you get in the keyUsage extensio

Problem in compiling openssl 0.9.7g on Windows

2005-05-03 Thread ahmad hassan
Hello, I am trying to build openssl 0.9.7g on windows, which i was successfully able to do using steps mentioned in INSTALL.W32 file. Now i would like to include libeay32 and ssleay32 source code as a workspace in my Visual C++ 6.0 project. For that i went to http://www.openssl.org/related/ and

Re: Key Encipherment (e0) & (a0)

2005-05-03 Thread Dr. Stephen Henson
On Tue, May 03, 2005, Andrea Cogliati wrote: > Guys, > > I've succesfully generated a Domain Controller certificate for Smart > Card logon in Windows with 0.9.8-dev. Now, I've found a little > discrepancy and I cannot find any clear (to me!) documentation about > it. > > If I use Windows Cert

Re: EVP Function call errors

2005-05-03 Thread Don C. Weber
SOLVED, thank you Michael D'Errico Cutaway Michael D'Errico wrote: >> g++ -o hasher hasher.o form1.o moc_form1.o -L/usr/qt/3/lib >> -L/usr/X11R6/lib -lqt -lXext -lX11 -lm > > > You need to add -lcrypto and maybe -lssl. > > Mike > _

Key Encipherment (e0) & (a0)

2005-05-03 Thread Andrea Cogliati
Guys, I've succesfully generated a Domain Controller certificate for Smart Card logon in Windows with 0.9.8-dev. Now, I've found a little discrepancy and I cannot find any clear (to me!) documentation about it. If I use Windows Certificate viewer, the certificate generated with OpenSSL has Key