Re: Man in the middle proxy - Not working

2010-09-06 Thread Raj
I have tried so many methods to get the data from the webserver. But in all cases it doesnot seems to be get completed. Can you send me some code snippet to get the whole content. In normal proxying I have used the following method // This is the user defined function which returns true if t

RSA key generation and writing int to text file.

2010-09-06 Thread krishnamurthy santhanam
Hi , RSA *rsa; rsa=RSA_generate_key(2048,RSA_F4,NULL,NULL); I need to write public and private key into text file ...is it possible using BN? any suggestion and examples would be great helpful for me. thanks, kris

Re: Accessing PBKDF2 from command line

2010-09-06 Thread Anthony Thyssen
On Mon, 16 Nov 2009 00:11:59 -0500 Victor Duchovni wrote: | On Mon, Nov 16, 2009 at 01:45:07PM +1000, Anthony Thyssen wrote: | | > In Summery the "openssl" command is deficient. | > | > [ various limitations of enc(1) ] | | At the end of the day, OpenSSL is a *library*, not an end-user product

Re: OpenSSL verification SHA1 with RSA problem

2010-09-06 Thread tera tellence
Hi, Thank you for the reply. I now send the signature and original message as base64 format from System A(Java Machine) and now at System B I decode it using: openssl enc -d -in sig.b64 -out sig.bin But unfortunately, the output file is empty! I wonder why! Also, I do the same on my original