SSL Certificate vs Digital ID

2005-09-12 Thread Vipul Mistry
Hi, Can any one point me Difference between Digital ID (Microsoft) & SSL certificate. As I want to use OpenSSL to generate Digital ID so I can use it with PDF to encrypt. Best Regards Vipul __ OpenSSL Project

RE: Is this a memory leak?

2005-09-12 Thread David Schwartz
> When I run valgrind (valgrind --leak-check=full --leak-resolution=high > -v) I'm getting the following three memory leak errors reported. I > believe I am shutting OpenSSL down correctly and freeing all of the > memory I get back from these calls. Does anyone have any thoughts or > suggestions?

how to create client certificate with openssl & iis 5.1

2005-09-12 Thread Tao Lin
Hi, I am using Win XP Pro and IIS 5.1 I can successful create a server certificate using openssl and install it into IIS 5.1 by the follow reference: http://eal.us/blog/_archives/2003/6/2/25109.html But I don't know how to create a client certificate and make it work with my IIS 5.1 What I tr

RE: Support of X509 Attribute Certificates

2005-09-12 Thread Kiefer, Sascha
Do you have a sample certificate so i get the idea? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Godunko > Sent: Montag, 12. September 2005 19:10 > To: openssl-users@openssl.org > Subject: Support of X509 Attribute Certificates > > > Hell

Is this a memory leak?

2005-09-12 Thread David Brock
When I run valgrind (valgrind --leak-check=full --leak-resolution=high -v) I'm getting the following three memory leak errors reported. I believe I am shutting OpenSSL down correctly and freeing all of the memory I get back from these calls. Does anyone have any thoughts or suggestions? ==306

Re: Problem generating a X509 certificate with Public Key Algorithm: rsa

2005-09-12 Thread Dr. Stephen Henson
On Mon, Sep 12, 2005, [EMAIL PROTECTED] wrote: > Hello, > > I'm have to create a selfsigned certificate with : > > Public Key Algorithm: rsa > > insted of (seems zo be the default) > > Public Key Algorithm: rsaEncryption > > Why? That's just the OID used. The name rsaEncryption correspo

Support of X509 Attribute Certificates

2005-09-12 Thread Vadim Godunko
Hello, I am work on implementation of Security Service for PolyORB project (http://libre.adacore.com/polyorb), and I need to work with X509 Attribute Certificates. As I see OpenSSL don't provide it support for now. Are you planning to provide X509AC support in the future? Does exists any develop

Problem generating a X509 certificate with Public Key Algorithm: rsa

2005-09-12 Thread Martin
Hello, I'm have to create a selfsigned certificate with : Public Key Algorithm: rsa insted of (seems zo be the default) Public Key Algorithm: rsaEncryption Codesquence : ... EVP_PKEY * privatekey = EVP_PKEY_new(); X509 * x509 = NULL; RSA * rsa = NULL; X509_NAME * name = NULL

Re: Problem while parsing attribute certificate.

2005-09-12 Thread Hashim Saleem
Yes Peter,  you are right. The attribute certificate provided by me starts with Context 1 and not with a sequence. This is one mistake :)   Also, there were some mistakes in my declarations of attribute certificate ASN.1 structures (the .c file). After changing my .c file code according to Dr. Step

OpenSSL Certificate for Adobe PDF

2005-09-12 Thread Vipul Mistry
Dear List, I want to use Adobe Acrobat Certificate Security to encrypt PDF files with OpenSSL Certificate, Please suggest me which type of certificate I need to create which allow me to encrypt PDF file, Openssl Version -- 0.9.7e 25 oct 2004 Best Regards Vipul __