[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-08-22 Thread Páll Haraldsson
On Thursday, March 17, 2016 at 8:27:33 PM UTC, Naiyuan Chiang wrote: > > > Hi, > > I am working in United Technologies Research Center (UTRC), and currently > I am interested in using Julia for my researches. > According to the IT support of UTRC, I wonder if the distribution of > Julia comes

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-28 Thread Páll Haraldsson
Seems Julia is in the clear, even with git. I only looked at the SHA1/git side now, and assuming, git only has SHA1: http://www.apache.org/dev/crypto.html "DO DIGEST ALGORITHMS SUCH AS MD5 AND SHA1 REQUIRE NOTIFICATION? No. One-way

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-28 Thread Páll Haraldsson
On Friday, March 18, 2016 at 4:39:38 PM UTC, Tony Kelman wrote: > > No Julia packages are distributed by default, only the Julia code included > in Base. > > libgit2 is only used on julia master, command line git is included and > used on julia 0.4 and earlier versions. > I found:

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-20 Thread Páll Haraldsson
On Friday, March 18, 2016 at 10:11:38 AM UTC, Johan Sigfrids wrote: > > Since packages are installed over an encrypted connection Julia must ship > with some kind of crypto. > That is strictly not true. A. First *A* counterexample: download("https:// ") does work on my Linux machine.

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-19 Thread Tony Kelman
Palli, grep is case sensitive unless you call it with -i. Git for Windows includes openssl. Julia includes a bundled copy of git on Windows, but does not use it any more on 0.5 and I plan to remove it from the default binaries before release. On master we use libgit2, which uses the OS crypto

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-19 Thread Páll Haraldsson
On Thursday, March 17, 2016 at 8:27:33 PM UTC, Naiyuan Chiang wrote: > > > Hi, > > I am working in United Technologies Research Center (UTRC), and currently > I am interested in using Julia for my researches. > According to the IT support of UTRC, I wonder if the distribution of > Julia comes

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-19 Thread Naiyuan Chiang
> > > Hi guys, thanks a lot for all your replies. In order to reply my IT support teams, please allow me to summarize some main points. If my understanding of all your replies is correct, Julia uses libgit which uses the OS *pre-installed* crypto libraries on Windows and Mac. That means

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-19 Thread Johan Sigfrids
Since packages are installed over an encrypted connection Julia must ship with some kind of crypto. On Friday, March 18, 2016 at 11:39:11 AM UTC+2, Páll Haraldsson wrote: > > > On Thursday, March 17, 2016 at 8:27:33 PM UTC, Naiyuan Chiang wrote: >> >> >> Hi, >> >> I am working in United

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-19 Thread Tony Kelman
No Julia packages are distributed by default, only the Julia code included in Base. libgit2 is only used on julia master, command line git is included and used on julia 0.4 and earlier versions.

[julia-users] Re: [ECCN] What packages are included in the basic distribution of Julia

2016-03-18 Thread Páll Haraldsson
On Friday, March 18, 2016 at 9:39:11 AM UTC, Páll Haraldsson wrote: > > > On Thursday, March 17, 2016 at 8:27:33 PM UTC, Naiyuan Chiang wrote: >> >> >> > There is no reason for Julia to have crypto, since it is a language, and > as you say Crypto can be and is a package you can use. Others