Re: OpenSSL FIPS Object Module 1.2.4 support for Apple iOS and OS X

2012-07-05 Thread Alex Chen
Thanks for the information, Steve. I do have some questions about the FIPS module. 1. What does 'support' mean? Does it involve source code change or is it simple changes in the configure script to make the code compile correctly in a specific OS and generate the proper library? 2. Since the

RE: Convert PKCS7_decrypt output to char*

2012-07-05 Thread Dave Thompson
_ From: Mohammad khodaei [mailto:m_khod...@yahoo.com] Sent: Wednesday, 04 July, 2012 07:12 To: openssl-users@openssl.org; dthomp...@prinpay.com Subject: Re: Convert PKCS7_decrypt output to char* Thanks a lot for the response. I applied the feedbacks you gave me. Now I changed the

rand in Windows

2012-07-05 Thread John
Hello. I have OpenSSL-Win64 version 1.0.1c installed on 64-bit Win7. I am trying to use it to create a random generated file for use in stunnel, using this command openssl rand -out filexyz.rnd -hex 2048 from the Windows CLI. Although it appears to succeed, but I also see this message when it

Re: rand in Windows

2012-07-05 Thread Thomas J. Hruska
On 7/5/2012 8:07 PM, John wrote: Hello. I have OpenSSL-Win64 version 1.0.1c installed on 64-bit Win7. I am trying to use it to create a random generated file for use in stunnel, using this command openssl rand -out filexyz.rnd -hex 2048 from the Windows CLI. Although it appears to succeed, but

Re: rand in Windows

2012-07-05 Thread John
Thomas J. Hruska shineli...@shininglightpro.com wrote in message news:4ff658d9.2010...@shininglightpro.com... On 7/5/2012 8:07 PM, John wrote: Hello. I have OpenSSL-Win64 version 1.0.1c installed on 64-bit Win7. I am trying to use it to create a random generated file for use in stunnel,