Re: [openssl-dev] OpenSSL source reformat

2015-01-07 Thread Matt Caswell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/01/15 07:58, Frey (Wei) Fu wrote: Hi Matt, I've checked the util dir in your branch and official branch, but the openssl-format-source script file seems unavailable. Would you please point out the exact location? Did you look in the

[openssl-dev] [openssl.org #3644] Encoding of EC private key is broken in all version

2015-01-07 Thread Annie Yousar via RT
Dear all, all versions of OpenSSL do not encode private EC key correctly. This shows up every time the private key is at least one byte shorter than the order. If the private key has full length then the encoding looks correct. Consider the following three ECPrivateKey encondings: -BEGIN EC

Re: [openssl-dev] OpenSSL source reformat

2015-01-07 Thread Frey (Wei) Fu
Hi Matt, I've checked the util dir in your branch and official branch, but the openssl-format-source script file seems unavailable. Would you please point out the exact location? Thanks, Frey -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of

[openssl-dev] [openssl.org #3645] openssl-1.0.1h-cmp - Linking issue

2015-01-07 Thread Syed Ajim Hussain via RT
Hi I am using Open SSL Code version openssl-1.0.1h-cmp , I am getting some linking problem , all the symbols sk_CMP_XXX is missing . Can you please help me which file contains sk_CMP_XXX functions , do i need to do something at compilation. Below is the

[openssl-dev] Make errors broken in s3_clnt.c

2015-01-07 Thread John Foley
It appears there's another error num breakage in ssl/s3_clnt.c at line 1544. Please see the details at the bottom of the following log: http://173.39.238.160:8080/job/1_0_1_make_errors/1/console Please see my comment under commit 37580f43b5a39f5f4e920d17273fab9713d3a744 in github with the