Issue with SSL_connect

2008-10-24 Thread Chandra Sekhar Suram
t CA. Can some one help me in the correct way of calling the SSL_connect(). Regards Suram

Doubt regarding x509_verify_cert

2005-12-09 Thread Suram Chandra Sekhar
ubjectName in BridgeCA which is self-signed. Awaiting your valuable responses... Regards Suram __ OpenSSL Project http://www.openssl.org User Support Mailing Listope

Compatibility between RSA_sign and RSA_public_decrypt

2005-08-26 Thread Suram Chandra Sekhar
response.. Regards Suram __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL

Is OpenSSL Thread-Safe

2005-07-18 Thread Suram Chandra Sekhar
Hi, I have a question regarding how to compile Openssl to make it thread safe. What MACROS have to be enabled for this. Regards Suram __ OpenSSL Project http://www.openssl.org User Support

Re: how to sign as per PKCS1 v2.0.

2005-05-31 Thread Suram Chandra Sekhar
PKCS#1v2.0. Please clarify on this.  Regards Suram   At 09:37 PM 5/31/2005, Dr. Stephen Henson wrote: On Tue, May 31, 2005, Suram Chandra Sekhar wrote: > Hi, > Thank you very much for the reply. > I understood the schemes in PKCS#1v2.1. > > But some protocols wants the signature

Re: how to sign as per PKCS1 v2.0.

2005-05-31 Thread Suram Chandra Sekhar
Hi, Thank you very much for the reply. I understood the schemes in PKCS#1v2.1. But some protocols wants the signature scheme as that defined in PKCS#1v2.0 as it has only one encoding method defined EMSA_PKCS1v1.5. How can I do this using Openssl 0.9.7c? Regards Suram At 09:35 PM 5/30/2005

how to sign as per PKCS1 v2.0.

2005-05-30 Thread Suram Chandra Sekhar
Suram __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: Doubt regarding EMSA-PKCS1-v1_5

2005-05-26 Thread Suram Chandra Sekhar
this value. Awaiting your valuable response.. Regards Suram At 06:32 PM 5/25/2005, you wrote: On Wed, May 25, 2005, Suram Chandra Sekhar wrote: > Hi all, > Thank you very much for the reply. I was going through the man page of > RSA_sign(). It is indicating as follows... > If type i

Re: Doubt regarding EMSA-PKCS1-v1_5

2005-05-25 Thread Suram Chandra Sekhar
is not used in RSA_sign(). If my understanding is correct, can anyone please point out how to make RSA_sign() do this job. Regards Suram At 02:16 AM 5/25/2005, Nils Larsch wrote: Suram Chandra Sekhar wrote: Hi all, I have a doubt regarding EMSA-PKCS1-v1_5 usage in OpenSSL. My requirement is

Doubt regarding EMSA-PKCS1-v1_5

2005-05-24 Thread Suram Chandra Sekhar
uot; MUST contain the HASH pre-pended with the hex value defined or is there any function in OpenSSL which can be called to set this value. Awaiting your valuable response Regards Suram __ OpenS

Adding IPv6 addr to certificate

2005-04-26 Thread Suram Chandra Sekhar
Hi All, How do I add an IPv6 address to sub-alt name in a certificate. Does Openssl support ipv6 in certificates. Regards Suram __ OpenSSL Project http://www.openssl.org User Support Mailing List

Doubt regarding cert-chain validation (fwd)

2004-11-15 Thread Suram Chandra Sekhar
MAY verify need not be the ROOT CA. Is there any standard that indicates that the chain MUST be verified up to the ROOT CA. Is there any way where I can tell the function to return success even if the chain is not complete(upto ROOT CA). Awaiting your valuable responses Reg

Doubt regarding cert-chain validation

2004-11-12 Thread Chandra Sekhar Suram
erify need not be the ROOT CA. Is there any standard that indicates that the chain MUST be verified up to the ROOT CA. Is there any way where I can indicate the function to return success even if the chain is not complete. Awaiting your valuable responses.... Reg

Doubt regarding x509_verify_cert

2004-11-10 Thread Chandra Sekhar Suram
e ROOT CA. Is there any way where I can indicate the function to return success even if the chain is not complete. Awaiting your valuable responses.... Regards Suram __ OpenSSL Project http://www.o

Getting the Subject name length as a string.

2004-10-06 Thread suram
not getting the entire subject-name as a string. If the length of the subject-name can be known before hand, we can allocate that much memory and then call this function to read the subject name. Thanks in advance.. Regards Suram

How to convert Base-64 encoding into Url Encoding

2003-11-12 Thread Suram
Hi,I have a problem regarding the base-64 encoding.Base-64 encoding mandates to have a '\n' after every 64 bytes.  For sending an SCEP request, the transport protocol used is HTTP.  It uses the GET method and the "message" to the GET is the base64 encoded pkcs#7 request.  Are there any functions av

How to parse pkcs7 request using asn1parse

2003-10-23 Thread Suram
hat is the correct usage to get the complete information. Thank You in Advance Regards Suram -BEGIN PKCS7- MIIFKAYJKoZIhvcNAQcCoIIFGTCCBRUCAQExDDAKBggqhkiG9w0CBTCCAk8GCSqG SIb3DQEHAaCCAkAEggI8MIICOAYJKoZIhvcNAQcDoIICKTCCAiUCA

Basic doubt about certificates

2003-02-08 Thread Suram Chandra Sekhar
information about these details? Awaiting your valuable response.. Thanks in advance. Regards Suram __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Re: PRNG not seeded ERROR!!!!

2002-10-31 Thread Suram Chandra Sekhar
gards Suram > > Thanks Erwann: > > I checked my System and have installed PRNG. I checked it by using: > >— > # ps -ef | grep prng > root 47354 6518

Doubt regarding randomness

2002-10-19 Thread Chandra Sekhar Suram
. Kindly help me to come out of this problem.. Regards Suram __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Doubt regarding the cert that signs the CRL

2002-08-10 Thread Chandra Sekhar Suram
Hi all, I have a doubt regarding the certificate that signs the CRL. Should the certificate that signs the CRL be the same cert that signs the end-entity's certificates? or Can any other certificate(ie., authorised to do so) can sign the CRL? Awaiting your valuable response. Regards

How to use ExtensionRequest attribute.

2002-06-04 Thread Suram Chandra Sekhar
Hi, I have a question regarding the Extension Request attributes. 1. What is a ExtensionRequest attribute? 2. How to add ExtensionRequest attibute to a certificate request? Awaiting for your valuable response. Regards Suram

Please help me to find the differences......

2001-04-05 Thread suram
nks in advance...   Regards Suram

How to use the EVP_CIPHER functions...

2000-11-13 Thread suram
t; Can any one help me how to do this with checking the strength of the key.  If any one can provide me with some code it will be highly appreciated. Regards Suram Mr. Chandra Sekhar SuramIntoto Software (I) Pvt Ltd.Secunderabad - 500 015.