RE: RSA_verify problem

2008-02-03 Thread Chris Brown
Hi, thanks again for your help. I am now consistently getting an error "0306E06C:bignum routines:BN_mod_inverse:no inverse" when calling RSA_verify. I am still taking the following steps: 1) Extracting the 'SignedInfo' node and creating a 20 byte SHA1 hash of the value of it and its contents

Re: Compiling on a Mac

2008-02-03 Thread Joel Christner
blowfish.c is a progam I wrote which contained a series of methods for initializing, encrypting, and decrypting. Joel On Feb 3, 2008 10:51 AM, David Schwartz <[EMAIL PROTECTED]> wrote: > > > > mac# gcc blowfish.c -o blowfish > > Where did you get this command from and what was it supposed to > a

Re: Compiling on a Mac

2008-02-03 Thread Michael Sierchio
Joel Christner wrote: The issue I'm seeing is when compiling: mac# openssl version OpenSSL 0.9.7l 28 Sep 2006 mac# gcc blowfish.c -o blowfish ... Undefined symbols: Basic C compiler/linker usage error. gcc blowfish.c -o blowfish -L -lcrypto or something very much like that. - M ___

RE: Compiling on a Mac

2008-02-03 Thread David Schwartz
> mac# gcc blowfish.c -o blowfish Where did you get this command from and what was it supposed to accomplish? DS __ OpenSSL Project http://www.openssl.org User Support Mailing List

Compiling on a Mac

2008-02-03 Thread Joel Christner
Hi everyone, I'm having a build issue on a Mac (10.5) that resembles the problem mentioned on the FAQ page: http://www.openssl.org/support/faq.html#BUILD9 I searched my HDD for a 'PROBLEMS' file and the only one I found was for emacs. Doesn't look like what I need. The issue I'm seeing is when