How to support ECB mode with RSA encryption

2008-12-08 Thread liansm
Hi All, Does anybody know how to enable the ECB mode with the RSA encryption? I know there are some function to support the ECB mode for the symmetric ciphers, but I didn't find any function to support ECB/CBC mode for the RSA encryption, I am wondering if there is any option to support differe

X509_policy_check() dumps core

2008-12-08 Thread Bin Lu
Hi, I am using 0.9.8d. I am getting the following error when verifying a cert: #0 0xb7b163ab in X509_policy_check (ptree=0xbfffd310, pexplicit_policy=0xbfffd314, certs=0x81c0f58, policy_oids=0x0, flags=172) at pcy_tree.c:313 313 pcy_tree.c: No such file or directory. in pcy_tree.

RE: [FWD] How to add X509v3 Subject Alternative Name into cert createdby openssl

2008-12-08 Thread Carlo Milono
...and the relevant doc is here: http://www.openssl.org/docs/apps/x509v3_config.html#Subject_Alternative_Name_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlo Milono Sent: Monday, December 08, 2008 1:48 PM To: openssl-users@openssl.org Cc: mohammed k

RE: [FWD] How to add X509v3 Subject Alternative Name into cert createdby openssl

2008-12-08 Thread Carlo Milono
For example: set emailAddress in [ req_distinguished_name ] of your configuration, then direct it in [ usr_cert ] with subjectAltName=email:copy ... X509v3 Subject Alternative Name: email:[EMAIL PROTECTED] ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

serpent

2008-12-08 Thread xpdf
What encrypt char[] via serpent cipher? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Converting hex key string into .pem format

2008-12-08 Thread Nikhil Gautam
Hi, I am very new to OpenSSL and cryptography. I have a ECDSA p-192 key in hex string format and I am trying to convert it into .pem format so that I can use it to do some command line operations. Is there a way to do this on OpenSSL command line? I have my key in a text file with just key inform

Updated FIPS User Guide, 0.9.8j

2008-12-08 Thread Steve Marquess
Thanks to input from multiple sources several errors and omissions have been corrected in the draft FIPS 140-2 Object Module User Guide. I've updated it and dropped the draft designation. It's available at http://www.openssl.org/docs/fips/UserGuide-1.2.pdf. The upcoming 0.9.8j will be the fi

[FWD] How to add X509v3 Subject Alternative Name into cert created by openssl

2008-12-08 Thread Lutz Jaenicke
Forwareded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from mohammed khan <[EMAIL PROTECTED]> - DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Versi

Help using OpenSSL to decrypt .odt

2008-12-08 Thread John Young
Hello OpenSSL mail list, I am trying to write a program to decrypt .odt documents using OpenSSL. When testing the code I wrote, I can decrypt any of the test strings I encrypt, but when I try to decrypt one of the encrypted files from an .odt document it only spits out gibberish. Following the spe