get info from my own certificate

2008-01-15 Thread Kiss Gábor
Dear Everybody, May I get some help about the following problem: Is there a function to get information about my own certificate? I would like to get the common name from my own certificate being in the SSL object. Is there a function for this probleme or can anybody suggest a

RE: get info from my own certificate

2008-01-15 Thread Kiss Gábor
Hello Ted, Thank you for your quick answer, but unfortunately, the openssl command can get the certificate only from a file but it is not useful in case of a smart card. I have made a library from the OpenVPN project, from which I am able to realise a point-to-point connect. This library is

RE: get info from my own certificate

2008-01-15 Thread Yair Elharrar
Hello Gabor, Try SSL_get_certificate(). Note, however, that having an SSL object does not necessarily mean you have a certificate. Yair -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 3:30 PM

[openssl.org #1634] [PATCH] FIPS186 PRNG for OpenSSL

2008-01-15 Thread Yair Elharrar via RT
Hello, Attached is an alternative pseudo-random number generator for OpenSSL, based upon the FIPS186-2 specification. Tested on x86 and PPC, linux-elf. Hope you find it useful. Yair --- diff -urN openssl-0.9.8-stable-SNAP-20080112/crypto/rand/Makefile

RE: [openssl.org #1634] [PATCH] FIPS186 PRNG for OpenSSL

2008-01-15 Thread Yair Elharrar
(Resending with attachment) Hello, Attached is an alternative pseudo-random number generator for OpenSSL, based upon the FIPS186-2 specification. Tested on x86 and PPC, linux-elf. Hope you find it useful. Yair This email and any files transmitted with it are confidential material.