I know this doesn't have anything to do with the problem you are
facing, or with openssl for that matter (I'm afraid I can't help with
that), but isn't %m exclusive to the syslog() call? Does it also work
with printf() ?
Regards,
Felipe
On 20 May 2010, at 16:43, Doug Kehn wrote:
Hi All,
y software and use SSL directly
over unix sockets. Now it works like a charm.
Cheers,
Felipe
On Mon, Feb 1, 2010 at 8:55 PM, Felipe Franciosi wrote:
> Dear Kyle, David and Dr.Henson, thanks for all your replies.
>
> I will have a look on the debug generated by s_client and probably po
igned certificates),
BIO_do_handshake() actually succeeds. The error I get is that
SSL_get_peer_certificate() actually returns NULL (when I believe it
should return my client's certificate instead).
My best regards,
Felipe
On 1 Feb 2010, at 19:08, Dr. Stephen Henson wrote:
On Mon, Feb 01, 20
nd any feedback is appreciated as I am completely
stuck! =(
Regards,
Felipe
On 1 Feb 2010, at 14:18, Eisenacher, Patrick wrote:
Hi Felipe,
-Original Message-
From: Felipe Franciosi
[snip]
SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER |
SSL_VERIFY_FAIL_IF_NO_PEER_CERT | SSL_VERIFY_ONCE,
Dear list,
This is too basic for not having been discussed here before, but
despite the fact I keep looking in the archives, manual pages and
tutorials, I simply can't find a solution. :(
Basically, I wrote a C server and a client and I want them to
authenticate each other using X509 cert