Re: [openssl.org #3532] FW: [openssl] Build on Windows fails if cloned with git (#174)

2014-11-12 Thread Support
Hi Eugene, I think that Matt is right. I'm using git on Windows and I don't have any issues. Not for any (shared) repository. Please make sure that *all* of your git settings are correct: git config --list --local git config --list --system git config --list --global If you don't like to change

RE: [openssl.org #3532] FW: [openssl] Build on Windows fails if cloned with git (#174)

2014-11-12 Thread esado...@eniks.com via RT
Matt, It is not just my problem. Google that error and you will find plenty of other people having this issue as far back as 5 years ego. I already have solution in place and I do not require any fixing but all the people on Windows platform who checked code out through git will have this issue

[openssl.org #3592] bug report. Crash. Critical? Security bug?

2014-11-12 Thread Matt Caswell via RT
On Thu Nov 06 10:38:23 2014, v.badal...@open-bs.ru wrote: > HI all > > CentOS x86_64 release 6.6 (Final) > > OpenSSL> version > OpenSSL 1.0.1e-fips 11 Feb 2013 > > # rpm -qa | grep openssl > openssl-devel-1.0.1e-30.el6_6.2.x86_64 > openssl-debuginfo-1.0.1e-30.el6_6.2.x86_64 > openssl-1.0.1e-30.el6_

[openssl.org #3532] FW: [openssl] Build on Windows fails if cloned with git (#174)

2014-11-12 Thread Matt Caswell via RT
I think this is more of a problem with your git config than with OpenSSL. >From an OpenSSL git repo on Windows try this: git config core.autocrlf false git config core.eol lf git checkout . Matt __ OpenSSL Project

[openssl.org #3599] [PATCH] Fixes a typo in the docs for EVP_EncryptUpdate

2014-11-12 Thread Matt Caswell via RT
Many thanks. Patch applied: https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=5211e094dec9486a540ac480f345df1a8d2b2862 Matt __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #3535] TS high-precision time malformation

2014-11-12 Thread Matt Caswell via RT
Many thanks for the report and patch. Applied here: https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=ae64fb528ecc1bc0452842c5217e5989df1177ad Matt __ OpenSSL Project http://www.openssl.org

[openssl.org #3595] Free of garbage pointer in ec_wNAF_mul (crypto/ec/ec_mult.c)

2014-11-12 Thread Matt Caswell via RT
Many thanks for the report. Fixed in this commit: https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=e04d426bf98ebb22abf0f15b6f09d333a6e8b2ad Matt __ OpenSSL Project http://www.openssl.org D

RE: AW: [openssl.org #3598] Windows Phone & OpenSSL.

2014-11-12 Thread Gilles Khouzam
Stefan, Pierre, Have you looked at our openSSL fork for Windows Phone and Windows Store? http://github.com/microsoft/openSSL We have make the changes to build for both mobile platforms. Including changes to the test suite, build environment and scripts. I would love to converge on one implemen

[openssl.org #3600] When compiling with enable-ec_nistp_64_gcc_128, then EC_GROUP_have_precompute_mult always returns 0

2014-11-12 Thread David Bar via RT
When compiling with enable-ec_nistp_64_gcc_128, then EC_GROUP_have_precompute_mult always returns 0 for the optimized curves (p256, p224, p521). This was seen on 1.0.1j and 1.0.1i, I believe it has been there since the introduction of enable-ec_nistp_64_gcc_128 a few years ago. The root cause is t

Re: AW: [openssl.org #3598] Windows Phone & OpenSSL.

2014-11-12 Thread Pierre
Le 12 nov. 2014 à 14:41, "stefan.n...@t-online.de" a écrit : > Hello, > >> I think that my patched version for WCE should work for windows phone : >> https://www.mail-archive.com/openssl-dev@openssl.org/msg35958.html > > Mostly (probably) yes, however (see my patch), I don't think th

[openssl.org #3582] Request openssl-1.0.1j Makefile: move build_tests to do in test

2014-11-12 Thread Matt Caswell via RT
We have no plans to change this. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager maj

AW: [openssl.org #3598] Windows Phone & OpenSSL.

2014-11-12 Thread stefan.n...@t-online.de
Hello, > I think that my patched version for WCE should work for windows phone : > https://www.mail-archive.com/openssl-dev@openssl.org/msg35958.html Mostly (probably) yes, however (see my patch), I don't think the random number generation used for WCE works for Windows Phone and I reall

[openssl.org #3592] bug report. Crash. Critical? Security bug?

2014-11-12 Thread Matt Caswell via RT
That link just asks me to log in? __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager ma

[openssl.org #3599] [PATCH] Fixes a typo in the docs for EVP_EncryptUpdate

2014-11-12 Thread Alok Menghrajani via RT
The doc says that EVP_EncryptUpdate's outl should contain inl + cipher_block_size - 1 bytes, but the output buffer is called out, not outl. Patch is attached to this email and also viewable on github: https://github.com/openssl/openssl/pull/195 Alok 0001-Fixes-a-minor-typo-in-the-EVP-docs.patc