OpenSSL Books for programmers

2005-09-19 Thread konark
Hi Great OpenSSL Users, I'm working in security from past 1.5 years But not with OpenSSL Now I want to start using OpenSSL . I have one good book "O'Reilly Network security with OpenSSL "... Please send me the tiles of other books, free Books And articles So that I can do programming usi

Re: Building Openssl in clearcase

2005-09-19 Thread Colin Hill
One would hope not but I've seen cases where hackish solutions like that are required. I couldn't really say if that's the issue here without some testing and I'm actually thrilled to say I don't have a clearcase installation I'm forced to deal with these days. -- Colin Haritha Kalluri wrote:

Re: Building Openssl in clearcase

2005-09-19 Thread Haritha Kalluri
Hi,    Thanks for ur reply colin... I had perl binaries installed in usr/bin... actually its not in clearcase structure but when i configure its taking the path of the perl binary which is /usr/bin.. Do we need to have that binary in clearcase structure also..   Thanks, Haritha.  On 9/19/05, Colin

Re: rsa_publiic_encrypt problem

2005-09-19 Thread Dr. Stephen Henson
On Mon, Sep 19, 2005, Chris Rutherford wrote: > Hi All, > > I have a strange problem with RSA_Public_Encrypt. Basically it only > produces decipherable information about 50% of the time, but with the > same clear text string. i.e. I have an RSA encrypt decrypt benchmark > program using a static

RE: rsa_publiic_encrypt problem

2005-09-19 Thread Steven Reddie
It sounds like a padding issue. Which padding mode are you specifying, what is the key length, and what is the length of the plaintext? To be clear, the encrypt succeeds all of the time, but the decrypt fails half of the time? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: Verifying a signed message...pkcs7 question.

2005-09-19 Thread Chevalier, Victor T.
The PKCS7_BINARY flags don't work on verify...only sign and encrypt. I wrote a function to do the conversion...but it takes more time to read a file twice... :( Any other ideas? Thanks for your help! Victor > When I use the function: > > PKCS7_verify(pkcs7, chain, store, pkcs7BIO, outBIO); It

rsa_publiic_encrypt problem

2005-09-19 Thread Chris Rutherford
Hi All, I have a strange problem with RSA_Public_Encrypt. Basically it only produces decipherable information about 50% of the time, but with the same clear text string. i.e. I have an RSA encrypt decrypt benchmark program using a static clear text char string. sometimes it works, but other tim

Re: Building Openssl in clearcase

2005-09-19 Thread Colin Hill
It sounds as though perl is not available from your clearcase FS. It may be as simple as updating paths, or as involved as having to include perl binaries within your clerarcase tree (to assure the ability to build from multiple machines. -- Colin Hill -- Scoophost.com - a service of Pinnacle

Building Openssl in clearcase

2005-09-19 Thread Haritha Kalluri
Hi,    I have Openssl which is to be integrated with Apache in my project.  I'm using clearcase servers.When i configure the openssl its happening fine. If i just do a "make" after that its giving error like   Makefile is older than Makefile.org.Reconfigure the source tree (via './config' or 'perl

Generate Certificate using openssl to be used with Outlook Express for sending signed emails

2005-09-19 Thread Bhupendra K Joshi
Hi,   Can some one help me with generating a certificate using openssl so that I can use it for email signing or atleast tell me the signature format?   Please help   Regards, Bhupendra Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Re: I have some question

2005-09-19 Thread Dr. Stephen Henson
On Sun, Sep 18, 2005, amineh salehi wrote: > hello every one > I have some question about 40 bits key, please reply me if you know the > answer. > 1.in applications that use openssl, the session keys are 40 bit or 128 bit? > 2.how can 40 bits key be changed to 128 bits in this application( for ex

I have some question

2005-09-19 Thread amineh salehi
hello every one I have some question about 40 bits key, please reply me if you know the answer. 1.in applications that use openssl, the session keys are 40 bit or 128 bit? 2.how can 40 bits key be changed to 128 bits in this application( for example IE & Mozilla) 3.if i can use openssl for applica