Re: RSA signature and padding

2009-01-12 Thread Chevalier Dev
Hello Mounir: Agreed: your version appears cleaner and more to the point. The EVP_* interfaces are not so easy to understand, but maybe this is just me :-) Thanks again for helping -- Chev On Fri, Jan 9, 2009 at 3:03 AM, Mounir IDRASSI mounir.idra...@idrix.net wrote: As far as I know, it's

Re: Obtaining EVP Cipher List

2009-01-12 Thread Steve Chaplin
Ger Hobbelt said the following on 01/09/09 17:34: On Fri, Jan 9, 2009 at 10:20 AM, Steve Chaplin steve.chap...@coppereye.com wrote: OBJ_NAME_do_all_sorted() etc, in enc.c. Is this really the recommended way to do this? Does this OBJ_ stuff form part of the published API and, if so, is it

Re: Uninstall Problems

2009-01-12 Thread Thomas J. Hruska
Ben Dimick wrote: Thanks for the tips. I thought this seemed strange, but it was the only culprit I could produce. I had previously tried reinstalling the binaries and had no success. I decided to try again because I think it was the light installed I tried the second time. I did the full

Re: which algorithms are enabled by default with fips?

2009-01-12 Thread Steve Marquess
PGNet wrote: On Sun, Jan 11, 2009 at 3:42 PM, Steve Marquess marqu...@oss-institute.org wrote: Long story short, OpenSSH really needs some source mods to gracefully invoke and run in FIPS mode. Hrm ... I'd have thought that openssh would be amoong the 1st/best @ compliance. Me too. I

RE: Problems with decrypting using openssl-0.9.8b and windows 64 (x64). Same test works on windows 32 bit os

2009-01-12 Thread Mark Allison
Thanks for the help Thomas. I have not tried the 0.9.8j but have tried the canned 0.9.8e for win64. I will try the source build for j and see if that helps. Mark -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Thomas J.

Problem building Openssl-0.9.8j with fips

2009-01-12 Thread Blasdel, Jerry
I am having a problem trying to build OpenSSL-0.9.8j fips enabled. If I do not add ${EX_LIBS) to the end of the line below I get errors building fips_standalone_sha1. It cannot find socket and connect functions. Am I missing some environment variables or something else?

Memory Paging

2009-01-12 Thread Bram Cymet
Hi, I am writing an application that using openssl to do some encryption and decryption. I am wondering if there is a way, on the command line or otherwise, to make sure that no memory that OPENSSL is using is ever paged out to disk? I want to make sure that after the program is done there is no

RE: reducing the size of openssl package

2009-01-12 Thread Mark Lavi
I typically remove the ssl/man directory contents when I have multiple builds of OpenSSL e.g. (in Phing, which is like ANT): delete dir=${deploy.dir}/ssl/man / Hope this helps you! .. Mark Lavi, Senior Web Producer @ SGI ml...@sgi.com || tel: +1.408.524.7347 ||

RE: Problems with decrypting using openssl-0.9.8b and windows 64 (x64). Same test works on windows 32 bit os

2009-01-12 Thread Mark Allison
Thanks for the reply Tim. The outputs from running the Win 32 bit is the correct length of the original secret key once the decrypt is run (77). For the Win 64 bit, the decrypt function returns -1. I did try and change the SIXTY_FOUR_BIT flag to undefined and THIRTY_TWO_BIT flag to define

RE: Memory Paging

2009-01-12 Thread David Schwartz
Hi, I am writing an application that using openssl to do some encryption and decryption. I am wondering if there is a way, on the command line or otherwise, to make sure that no memory that OPENSSL is using is ever paged out to disk? I want to make sure that after the program is done there

Re: Problem building Openssl-0.9.8j with fips

2009-01-12 Thread Dr. Stephen Henson
On Mon, Jan 12, 2009, Blasdel, Jerry wrote: I am having a problem trying to build OpenSSL-0.9.8j fips enabled. If I do not add ${EX_LIBS) to the end of the line below I get errors building fips_standalone_sha1. It cannot find socket and connect functions. Am I missing some

Problem building Openssl-0.9.8j with fips

2009-01-12 Thread Justin A
Hi All, I am getting this error ( below)  while building fips capable  OpenSSL on version 0.9.8j on WIN-IA64  showing possible loss of data and bails out. 1) I did NOT have any issues building the fips - 1.2 ( fipscanister build - FIPS MODULE ) on the same environment. 2) When building the