Requirements/Steps to add serpent to openssl

2014-02-10 Thread Shady Elhamy
Hi Guys, I am working on a project that needs to add serpent to openssl. I downloaded the source code and looked at ccgost engine, but i am not sure how to integrate serpent (as a new engine). Can you please tell me the requirements or the steps needed to add serpent to openssl ? (what files

Re: Requirements/Steps to add serpent to openssl

2014-02-10 Thread Dmitry Belyavsky
Hello Shady, Could you explain what is serpent and what do you want from addition serpent to openssl? On Sun, Feb 9, 2014 at 2:53 PM, Shady Elhamy shady.elh...@securemisr.netwrote: Hi Guys, I am working on a project that needs to add serpent to openssl. I downloaded the source code and

Re: Requirements/Steps to add serpent to openssl

2014-02-10 Thread Daniel Kahn Gillmor
On 02/10/2014 08:35 AM, Dmitry Belyavsky wrote: Could you explain what is serpent and what do you want from addition serpent to openssl? I suspect that Shady is asking for the Serpent block cipher, which was one of the AES finalists: https://en.wikipedia.org/wiki/Serpent_%28cipher%29 You

Re: OpenSSL obsolescence query

2014-02-10 Thread Steve Marquess
On 02/07/2014 12:47 PM, Trebilcock, Richard wrote: Hi, I am an ILS Engineer working for CGI IT UK Limited. At the present time I am looking at software obsolescence issues that relate to the CGI project I am working on. On this project we use OpenSSL FIPS 1.2 and FIPS 1.2.4. In order to

Re: [openssl.org #3261] AutoReply: ID1729

2014-02-10 Thread Marian Done via RT
Previous patch was incorrect, it includes a wrong null char test !!! I'm attaching a correct version. Thank you! On Mon, Feb 10, 2014 at 6:24 PM, The default queue via RT r...@openssl.orgwrote: Greetings, This message has been automatically generated in response to the creation of a

Re: [openssl.org #3261] AutoReply: ID1729

2014-02-10 Thread Roberto A. Foglietta
2014-02-10 17:33 GMT+01:00 Marian Done via RT r...@openssl.org: Previous patch was incorrect, it includes a wrong null char test !!! I'm attaching a correct version. Thank you! Looking at crypto/x509/by_dir.c in function add_cert_dir(), I can see that *p should be always different than zero,

FIPS2.0-Win /fixed fix?, was Re: Which OpenSSL version picked up check-in 22392?

2014-02-10 Thread Dave Thompson
From: owner-openssl-...@openssl.org On Behalf Of Parag Doke Sent: Sunday, February 09, 2014 01:16 What is the right way to build FIPS compliant OpenSSL binaries? I assumed the right way was: 1) Build FIPS module (say 2.0.5) using VS2008. Going by your reply, this should already have the