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
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...
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
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
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_