test mail

2004-07-01 Thread gsubramanian
GuruGnanam Subramanian, iNautix Technologies, Chennai, India Tel: 91-44-2254 6000 Ext: 1099 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECT

Fw: Convert x509 to ASN.1/DER Format

2004-06-17 Thread gsubramanian
Can any body help me..Please Thanks, GuruGnanam Subramanian, iNautix Technologies, Chennai, India Tel: 91-44-2254 6000 Ext: 1099 - Forwarded by Gurugnanam Subramanian/Chennai/iNautix on 06/18/04 11:37 AM -

Convert x509 to ASN.1/DER Format

2004-06-17 Thread gsubramanian
I have some problems in using the certificates provided by our ThirdParty for SSO. We are using openssl library to Encrypt and our ThirdParty uses BouncyCastle/java to decrypt. We have issues in understanding the Certificate file send by our Third Party. They provided the key as a certificate.

DESede/CBC/PKCS5Padding

2004-05-20 Thread gsubramanian
Hi, How should I use the PKCS5 padding for TDESede_cbc_encrypt ()? i.e: What is the function in openssl corresponding to DESede/CBC/PKCS5Padding of java/Bouncy Castle Thanks, GuruGnanam Subramanian, iNautix Technologies, Chennai, India Tel: 91-44-2254 6000 Ext: 1099 __

Re: Converting .cer to .pem

2004-05-13 Thread gsubramanian
Hi, Still i am getting the same Error. openssl x509 -inform der -in TF.cer -out TF.pem unable to load certificate 6439:error:0D09F007:asn1 encoding routines:d2i_X509:expecting an asn1 sequence:x_x509.c:102:address=1500880 offset=0 Thanks Janardhan, Please let me know if you have more idea. Tha

Converting .cer to .pem

2004-05-13 Thread gsubramanian
Hi , I got the below error when I was trying to convert a .cer certificate file to .pem using the openssl cmd. openssl x509 -in TF.cer -inform d -out TF.pem unable to load certificate6384:error:0D09F007:asn1 encoding routines:d2i_X509:expecting an asn1 sequence:x_x509.c:102:address=1500880 offset

OAEP for Private Encryption

2004-05-12 Thread gsubramanian
Hi, openssl private_encrypt function does not handle the RSA_PKCS1_OAEP_PADDING. But the public_encrypt () has this PADDING handled. Is there any specific reasons behind this? How to use OAEP padding with PrivateEncyption? openssl library function: openssl-0.9.6c/crypto/rsa/rsa_eay.c /* signing