On Wed, Mar 05, 2008, Jari Niskala wrote:
> Hi Steve,
>
> Thanks for your response... I've now managed to 'work around' the
> cross-compilation by using the fips_standalone_sha1.exe from a win32 build
> to generate the sha1 values used during the build and then disabling the
> 'self' tests.
>
>
On Fri, Mar 07, 2008, Kevin Guise wrote:
> Greetings,
>
> I would like to use openssl to encrypt large volumes of neuroimaging data.
> These data are organized into separate directories, each containing hundreds
> of files.
>
> What I want to do is to write a script that finds each file in the d
please notice that the "privateExponent" section of the output below
is only 127 bytes long. My investigation of this keyset determined
that the privateExponent was missing a trailing '00'. (when I added a
'00' to the tail I was able to encrypt/decrypt.)
Looking at the code I was not abl