On Fri, Jun 10, 2011, Sam Theman wrote:
>
> Hello,
>
> First off, I AM trying to follow the FIPS/OPENSSL user guide
>
> What am I doing wrong:
>
> 1.) downloaded fips openssl 1.2.3
>
> 2) ./config fipscanisterbuild
> make
> make install
>
>
> 3.) ./config fips --with-fipslibdir=/usr
I fixed it. The certificate was not in the right form.
On 11.06.2011 18:16, Victor Sterpu wrote:
I tried to use this command from openssl examples:
openssl cms -sign -in message.txt -text -out mail.msg -signer
./ssl1/newkey.pem
The error is:
unable to load certificate
3076057772:error:0906D0
I have Linux Server which has been connected with a Windows XP client using
SSL Sockets. I am able to read and write through those sockets.
Recently my calls to SSL_Connect() waits for long time. And yes I am using
in Blocking mode. My search on that issue ended up with, "I have to use
non-blockin
I tried to use this command from openssl examples:
openssl cms -sign -in message.txt -text -out mail.msg -signer ./ssl1/newkey.pem
The error is:
unable to load certificate
3076057772:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:696:Expecting: TRUSTED CERTIFICATE
TO generate
hi all,
The Configure file has generic 32 bit configurations:
# Basic configs that should work on any (32 and less bit) box
"gcc", "gcc:-O3::(unknown):::BN_LLONG:::",
"cc", "cc:-O::(unknown)::",
What would be an equivalent generic configuration for 64 bit?
Best,
Mis
Hello,
First off, I AM trying to follow the FIPS/OPENSSL user guide
What am I doing wrong:
1.) downloaded fips openssl 1.2.3
2) ./config fipscanisterbuild
make
make install
3.) ./config fips --with-fipslibdir=/usr/local/ssl/fips1.2.3/lib
make
make install
4) build apache with
./