Re: openssl on symbian

2008-12-01 Thread Mounir IDRASSI
Hi, You can find a procedure for compiling openssl on Symbian in the following discussion : http://discussion.forum.nokia.com/forum/showthread.php?t=93263 (the exacte steps are detailed here : http://discussion.forum.nokia.com/forum/showpost.php?p=262863&postcount=8 and here : http://discussion.fo

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
I loaded OpenSSL-0.9.8e  which worked for my putpose.   Thank You Don Dukelow --- On Mon, 12/1/08, David Schwartz <[EMAIL PROTECTED]> wrote: From: David Schwartz <[EMAIL PROTECTED]> Subject: RE: Installing openssl-fips-1.2 To: openssl-users@openssl.org Date: Monday, December 1, 2008, 1:31 PM > T

Re: valgrind and BIO_new_mem_buf

2008-12-01 Thread Ger Hobbelt
Should be Bingo! I went the other way around and from the code follows the need to call CRYPTO_cleanup_all_ex_data() at the very end, once all is done. Ger On Mon, Dec 1, 2008 at 8:27 PM, Scott Gifford <[EMAIL PROTECTED]> wrote: > "Shaun R." <[EMAIL PROTECTED]> writes: > >> valgrind --leak-check

Re: valgrind and BIO_new_mem_buf

2008-12-01 Thread Scott Gifford
"Shaun R." <[EMAIL PROTECTED]> writes: > valgrind --leak-check=yes shows the below message, trying to figure > out what i need to do to correct this. i do have > BIO_free(verify_bio); before the function returns Not sure if it addresses your problem directly, but this FAQ entry might be helpful:

valgrind and BIO_new_mem_buf

2008-12-01 Thread Shaun R.
valgrind --leak-check=yes shows the below message, trying to figure out what i need to do to correct this. i do have BIO_free(verify_bio); before the function returns ==29460== 280 bytes in 10 blocks are still reachable in loss record 1 of 1 ==29460==at 0x40053C0: malloc (vg_replace_mallo

RE: Installing openssl-fips-1.2

2008-12-01 Thread David Schwartz
> The only reasion I'm installing openSSL is because Perl SSH2 requires it. > Am I getting to deep into this or is there another way I can get the > library I need? Get OpenSSL-0.9.8e or any other version that SSH2 supports. > > Then how would I fix it so it would compil and not violation > > an

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
The only reasion I'm installing openSSL is because Perl SSH2 requires it.  Am I getting to deep into this or is there another way I can get the library I need?   --- On Mon, 12/1/08, David Schwartz <[EMAIL PROTECTED]> wrote: From: David Schwartz <[EMAIL PROTECTED]> Subject: RE: Installing openssl

RE: Installing openssl-fips-1.2

2008-12-01 Thread David Schwartz
> Then how would I fix it so it would compil and not violation any security policy Getting a FIPS build just right is a major pain and requires all kinds of trade offs. I just wouldn't bother unless you absolutely, positively must have a FIPS build for some reason. What you have to do is find s

Re: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
Then how would I fix it so it would compil and not violation any security policy --- On Mon, 12/1/08, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: From: Dr. Stephen Henson <[EMAIL PROTECTED]> Subject: Re: Installing openssl-fips-1.2 To: openssl-users@openssl.org Date: Monday, December 1, 2008,

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
Sorry afterr rereading this I think I miss understude what you said to do.  So let me restate what yiou said to make sure I understand.  I do want it all to be built in 64 bt if possable.   ./Configure solaris-sparcv9-cc  fipscanisterbuild make make install   Note: is this below a different down

openssl on symbian

2008-12-01 Thread waleed hassn
hi all how can i compile openssl for symbian operating system ? i download the source from openssl.org and when i am going to compiling source i got errors __ OpenSSL Project http://www.openssl.org U

Re: Installing openssl-fips-1.2

2008-12-01 Thread Dr. Stephen Henson
On Sat, Nov 29, 2008, Jatheen Anand wrote: > I think looking at the errors there is a mismatch between 32 and 64 bit > ( ELFCLASS32 error ). If you are using cc on solaris and want to > configure fips 32 you could use the ./Configure solaris-sparcv9-cc > fipscanisterbuild (fips binaries)..then