Re: Call for testing - FIPS object module

2011-07-08 Thread Nilesh Vaghela
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

OpenSSL PKCS12 (ASN1_ITEM_EX_D2I:unexpected eoc) error

2011-07-08 Thread openssl_user
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

Re: Occasionally incorrect MD5 hash result

2011-07-08 Thread Gene Kligerman
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

Re: CMS signing with engine

2011-07-08 Thread Dr. Stephen Henson
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

RE: CMS signing with engine

2011-07-08 Thread James Berry
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:

Re: Segmentation Fault when restarting apache with ssl

2011-07-08 Thread monloi perez
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