Re: PKCS12 client

2005-06-10 Thread Heikki Toivonen
david kine wrote: > How does one load verify locations into a SSL_CTX from > in-memory X509 certificates? I believe you are after X509_STORE_add_cert(). You can use SSL_CTX_get_cert_store() to get the store from an SSL_CTX. -- Heikki Toivonen signature.asc Description: OpenPGP digital signat

Re: PKCS12 client

2005-06-10 Thread Goetz Babin-Ebell
david kine wrote: I am writing an SSL client which utilizes a PKCS12 keystore. I am able to create the keystore using OpenSSL utilities, read the .p12 file using d2i_PKCS12_fp(), and parse it using PKCS12_parse(). The X509 and STACK_OF( X509 ) return parameters are all correct. The next thing

Passing Arbitrary Linker Arguments - Openssl 0.9.7g

2005-06-10 Thread Rush Manbert
Hello, My platform is Mac OS X, but I don't think that really matters for the question I am asking. It turns out that I need to pass a parameter to the linker that is neither a library name (-lname) nor a library path (-Lpath). The only way that I have found to do this is by using the option

PKCS12 client

2005-06-10 Thread david kine
I am writing an SSL client which utilizes a PKCS12 keystore. I am able to create the keystore using OpenSSL utilities, read the .p12 file using d2i_PKCS12_fp(), and parse it using PKCS12_parse(). The X509 and STACK_OF( X509 ) return parameters are all correct. The next thing I need to do is set

SSL_connect() blocks on nonblocking socket...

2005-06-10 Thread ron . muck
Current System is:        OS:                Windows XP SP2        Compiler:        MSVC++ 6 SP5        OpenSSL:        0.9.7e 25 Oct 2004 I am able to establish a socket connection in a very timely matter and I then I set the handle to NON-BLOCKING prior to making the SSL hand shaking cal