Hi Aaron,
If your openssl version supports sha256 and its version is less than
0.9.8l, then you should add OpenSSL_add_all_algorithms() in your code to
enable the same. Otherwise it will throw errors while doing any
digest operation with sha256.
By default sha256 is enabled on Openssl-0.9.8l
Dave,
Thank you for the quick and thorough response. This is good stuff.
Yes, so the files I will be encrypting will be over 100 bytes. I am aware
of the key size requirements - 1028 was only used as a placeholder for the
example commands I provided. Does this mean that I will be able to use RSA
o
Jeffrey,
This still did not fix my issue. Any other ideas?
Santhosh
On 11/20/12 4:14 PM, "Jeffrey Walton" wrote:
>On Tue, Nov 20, 2012 at 6:16 PM, Santhosh Kokala
> wrote:
>> Hi,
>> I am trying to build an application with the FIPS Object module. I
>>followed
>> the build instructions mentioned
I'm using OpenSSL 1.0.0 (RPM openssl-1.0.0-20.el6.x86_64)
on RedHat EL 6.2 and have the following repeatable problem:
OpenSSL is used by PostgreSQL. After a certain number of
bytes have been transferred, the database server renegotiates
encryption. This usually works fine here.
However, in a ce