Certificate date validation

2005-04-06 Thread Bommareddy, Satish (Satish)
How do I check to see how many days are left for the validity of a certificate. Is there a openssl command which tells me the days or time left? X509_cmd_current_time returns a positive integer if a certificate is till valid? What does this signify? Is there a way to convert this to

RE: your mail

2004-03-11 Thread Bommareddy, Satish (Satish)
, Bommareddy, Satish (Satish) wrote: Here is what i am trying to do... Config file has these lines: [ CA_default ] .. x509_extensions = usr_cert [ usr_cert ] basicConstraints=CA:FALSE keyUsage = digitalSignature, keyEncipherment subjectKeyIdentifier=hash authorityKeyIdentifier=keyid

RE: Searching for Paddingfunction in SHA-1

2004-03-10 Thread Bommareddy, Satish (Satish)
crypto/rsa/rsa_pk1.c -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Steiert Sent: Wednesday, March 10, 2004 7:19 AM To: [EMAIL PROTECTED] Subject: Searching for Paddingfunction in SHA-1 Hello @ll, i'm currently having an intensive look at the

[no subject]

2004-03-10 Thread Bommareddy, Satish (Satish)
Here is what i am trying to do... Config file has these lines: [ CA_default ] .. x509_extensions = usr_cert [ usr_cert ] basicConstraints=CA:FALSE keyUsage = digitalSignature, keyEnciphermentsubjectKeyIdentifier=hashauthorityKeyIdentifier=keyid,issuer:always # Certificate

RE: Accelerating RSA Key Generation

2003-12-05 Thread Bommareddy, Satish (Satish)
PROTECTED] Subject: Re: Accelerating RSA Key Generation On Thu, Dec 04, 2003, Bommareddy, Satish (Satish) wrote: HI One of the applications we are working on requires us to generate RSA key pairs at a rate of about 20-25 key pairs/second is there any application out there which can do

Accelerating RSA Key Generation

2003-12-04 Thread Bommareddy, Satish (Satish)
HI One of the applications we are working on requires us to generate RSA key pairs at a rate of about 20-25 key pairs/second is there any application out there which can do this?? is using /dev/random, /etc/entropy or accelerator card with RNG any faster?? and can this achieve the speed

Equivalent API for X509_NAME_oneline

2003-11-25 Thread Bommareddy, Satish (Satish)
Is there an equivalent API to do exactly the opposite of what X509_NAME_oneline() does? if i have a issuer name in the form of a string, is there an API which will give me a pointer to/update the X509_NAME object? satish

RE: Dynamic Engine Loading Support

2003-09-03 Thread Bommareddy, Satish (Satish)
:08 PM To: [EMAIL PROTECTED] Cc: Bommareddy, Satish (Satish) Subject: Re: Dynamic Engine Loading Support On September 3, 2003 03:06 pm, Bommareddy, Satish (Satish) wrote: OpenSSL 0.9.7b how do i enable/build openssl with dynamic engine loading support? I am trying to load opensc engine using