Re: Use of certificates

2008-03-17 Thread David Hostetter
Do you want to do it inline or not. If not I can send the commands. EL HACHIMI Driss wrote: Hello, I have to setup an SSL communication between a client and a server. I have bought the OpenSSL book and I have downloaded the last OpenSSL release version. I think the first think to do is to se

Re: Verisign CA Self-Signed Cert Error?

2008-02-29 Thread David Hostetter
I am using s_client and s_server right now and it is working for me. I specify the -certs file and the CAfile for the root. Josh wrote: Hello, We are getting an odd self-signed cert error when using openssl s_client to test the connection for a web service on an internal server. This servic

Getting error running s_client program

2008-02-28 Thread David Hostetter
I am using the s_client() program in openssl to test my certificates. Anyone ever see this error? subject=/C=US/ST=Colorado/L=Louisville/O=SUN/OU=Storage Group/CN=topeka issuer=/C=US/ST=Colorado/L=Louisville/O=SUN/OU=Storage Group/CN=RootCA --- No client certificate CA names sent --- SSL handsh

Creating certificates inline

2008-02-19 Thread David Hostetter
Can someone point me to some documentation on how to create certificates during runtime in the code? I can use the openssl command from solaris at the terminal but how do I do it in the code? Thanx. Dave __ OpenSSL Project

Re: How use the puzzle of CRL in ssl connection

2008-02-15 Thread David Hostetter
After the accept do the following... BTW...are you using the pkcs11 engine? I am trying to find out the patch for 9.8g version. sbio=BIO_new_socket(socketFd, BIO_NOCLOSE); // Create a new SSL structure ssl=SSL_new(ctx); // Connect the read and write BIOs

pkcs11 engine

2008-02-15 Thread David Hostetter
I am using the latest 9.8g openssl on Solaris 10 update 3. The ssl handshake is working fine. I want to use the Niagra 2 chip to do my encryping but I need the pkcs11 engine. The 9.8g ENGINE_load_builtin_engines() does not have pkcs11. How do I get it and if there is a way then how do I instal