I'm working with the Debian/Ubuntu openssl package for Ubuntu 13.10, Saucy,
version 1.0.1e. I'm trying to adapt the Debian package-build to produce a
FIPS-linked openssl.
I've followed the procedure to download, build and install the FIPS canister
v2.0.1 which was successful:
$ ../../openssl-f
On Wed Sep 11 17:52:03 2013, deeng...@anl.gov wrote:
>
> Attached is a patch to move the definition of ecdsa_method
> from src/crypto/ecdsa/ecs_locl.h to ecdsa.h
> and move the definition if ecdh_method
> from src/crypto/ecdh/ech_locl.h to ecdh.h
>
It's been policy that we should avoiding direct s
On 9/11/2013 2:01 PM, Stephen Henson via RT wrote:
On Wed Sep 11 17:52:03 2013, deeng...@anl.gov wrote:
Attached is a patch to move the definition of ecdsa_method
from src/crypto/ecdsa/ecs_locl.h to ecdsa.h
and move the definition if ecdh_method
from src/crypto/ecdh/ech_locl.h to ecdh.h
It
Attached is a patch to move the definition of ecdsa_method
from src/crypto/ecdsa/ecs_locl.h to ecdsa.h
and move the definition if ecdh_method
from src/crypto/ecdh/ech_locl.h to ecdh.h
These mods expose the EC method definitions similar to how the
RSA method (rsa_meth_st) is defined in rsa.h.
Thi
On 9/11/2013 2:01 PM, Stephen Henson via RT wrote:
> On Wed Sep 11 17:52:03 2013, deeng...@anl.gov wrote:
>>
>> Attached is a patch to move the definition of ecdsa_method
>> from src/crypto/ecdsa/ecs_locl.h to ecdsa.h
>> and move the definition if ecdh_method
>> from src/crypto/ecdh/ech_locl.h to
(Responding to the list so that the solution gets archived with the rest of the
thread.)
Thanks for your response and the pointer to VMMap, a very useful tool which
helped me to figure out the problem. My application allocates a very large
chunk of memory, which (usually) included the address t