Re: serverFull and otherFull

2014-04-22 Thread Sri Ramya
Thanks for response. Regarding those even i am not able to figure out what they are but recently i came across those term. When ever i get a clarity over it i will get back to you. Thank you. On Tue, Apr 22, 2014 at 10:31 PM, Wim Lewis wrote: > > On 21 Apr 2014, at 10:27 PM, Sri Ramya wrote

How to include intermediate in pkcs12?

2014-04-22 Thread Edward Ned Harvey (openssl)
A bunch of things on the internet say to do "-cafile intermediate.pem -cafile root.pem" or "-certfile intermediate.pem -certfile root.pem" and they explicitly say that calling these command-line options more than once is ok and will result in both the certs being included in the final pkcs12...

Re: serverFull and otherFull

2014-04-22 Thread Wim Lewis
On 21 Apr 2014, at 10:27 PM, Sri Ramya wrote: > can any one explain me what is server full and theotherfull in openssl > terminology??? I think we need more context. Where are you seeing those terms? __ OpenSSL Project

RE: Verify Two Way SSL Certificates.

2014-04-22 Thread Dave Thompson
What exactly do you include in correctly? As that entry (rightly) explains, the (or each) server must have a key & cert from a CA trusted by the client, and the (or each) client must have a key & cert from a CA trusted by the server. Most clients trust the “well-known” CAs like Verisign a

SSL_do_handshake gets error WRONG VERSION NUMBER

2014-04-22 Thread zyf01...@gmail.com
I have made a programmer following this: OpenSSL Read/Write Handshake data with Memory BIOBut now the function call SSL_do_handshake gets the error wrong version number, do you have any idea?Here is the sample code.client,SSL_set_bio(pssl, rbio, wbio); SSL_set_connect_state(pssl); SSL_