RE: Error copiling ssl: undefined reference

2010-02-27 Thread xabi esteban
A lot of thanks but I'm vey confused and my english is not good. I compile with ggc -o and you said that this is not enought, i need linket too? Put you put an example linking the libreres with gcc or example for a makefile? Thanks Date: Fri, 26 Feb 2010 13:15:19 -0800 From:

Re: Verify with RSA Public Key Fails

2010-02-27 Thread Mounir IDRASSI
Hi Paul, You say that the exponent is 1024 bit long. This means you are using the private exponent because usually the public exponent is much smaller: typically the public exponent is 3 or 65537. So in order to construct your RSA public key, replace the value of the private exponent you are

RE: Verify with RSA Public Key Fails

2010-02-27 Thread Paul Suhler
Hi, Mounir. I misspoke. The value of the public exponent is in fact 3. Any idea what is the purpose of the padding check or why it should fail? Thanks, Paul -Original Message- From: owner-openssl-us...@openssl.org on behalf of Mounir IDRASSI Sent: Sat 2/27/2010 4:15 AM To:

Re: Error copiling ssl: undefined reference

2010-02-27 Thread John R Pierce
xabi esteban wrote: A lot of thanks but I'm vey confused and my english is not good. I compile with ggc -o and you said that this is not enought, i need linket too? Put you put an example linking the libreres with gcc or example for a makefile? Thanks at a minimum, try adding -lssl -lcrypto