Hi,
We are interested in testing FIPS + DTLS. Can we test DTLS + FIPS ?
--Nilesh.
Stratacache Inc.(Santa Clara Office)
Systems Architect
O: 408-844-9810(2110)
M: 408-202-5401
- Original Message -
From: "Steve Marquess"
To: openssl-...@openssl.org, openssl-users@openssl.org
Se
Hello
I am working on
1) Linux 2.6 OS
2) OpenSSL 0.9.8r 8 Feb 2011
Trying to import PKCS12 from the stdin (redirecting from a file), using
1) fread to a buffer (stack)
2) writing to a character array (character by character) (Heap)
BIO *bio = BIO_new_mem_buf((void *)buffer, len);
#buffer is t
Hi Jeff,
I added the calls to pthread_mutex_lock and pthread_mutex_unlock around
the calls to EVP_DigestInit_ex, EVP_DigestUpdate, and EVP_DigestFinal_ex.
Serializing access to EVP_* took care of the problem I was seeing.
Thank you very much for your help!
Regards,
Gene
From:
Jeffrey Walto
On Fri, Jul 08, 2011, James Berry wrote:
> Steve, I'm sorry but I don't understand can you be a bit more explicit?
>
Something like this:
openssl cms -sign -engine engine_name -keyform engine \
-signer cert.pem -inkey some_key_id ...other options...
Where "cert.pem" is
Steve, I'm sorry but I don't understand can you be a bit more explicit?
Best wishes
James
-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org]
On Behalf Of Dr. Stephen Henson
Sent: 06 July 2011 20:26
To: openssl-users@openssl.org
Subject: Re:
Hi everyone.
Any idea on this error?
I have run Apache with SSL due to this issue.
Thanks,
Mon
From: monloi perez
To: openssl-users@openssl.org
Sent: Wed, July 6, 2011 8:11:22 PM
Subject: Segmentation Fault when restarting apache with ssl
Hi,
I'm new to t