wine software export to China restriction?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
linpf
Newbie
Newbie
Posts: 3
Joined: Tue Apr 27, 2010 7:01 pm

wine software export to China restriction?

Post by linpf »

Hi,

We want to include wine software and bundle our software to sell to China.
Does wine software (1.0.1) contain any encryption software in it?

What encryption algorithm is used in wine?

Does encryption algorithm used in wine prevent us to sell our software to China (subject to US exporting law)?

Thanks.
cnbiz850
Level 3
Level 3
Posts: 65
Joined: Sun Nov 08, 2009 9:54 pm

Post by cnbiz850 »

I can't answer your questions. But I am very curious on the status/prospects of Linux usage in China. Would you share some of your understanding about it? Is your software institutional or personal? I am based in China doing investments. I and my associates all use Linux and Wine to run securities analysis software. But my understanding is that we are the minorities. Most others in the industry use Windows as all software developers develop Windows software. I think they are crazy, so I advocate whenever possible about using/developing Linux. And they think I am crazy.
James McKenzie

wine software export to China restriction?

Post by James McKenzie »

linpf wrote:
Hi,

We want to include wine software and bundle our software to sell to China.
Does wine software (1.0.1) contain any encryption software in it?

What encryption algorithm is used in wine?

Does encryption algorithm used in wine prevent us to sell our software to China (subject to US exporting law)?
You really should get an export lawyer. This is WAY beyond the scope of
this project. However, Wine is being used in Hong Kong and mainland
China from what I've read here.

James McKenzie
quimkaos
Newbie
Newbie
Posts: 4
Joined: Thu Nov 05, 2009 6:14 pm

Post by quimkaos »

i don't think gnu/open source software can be restricted by US or UE (or any other country for that matter). isn't this US (land of the free that wish to free the oppressed) law restricted to companies and government institutions?

thou i think i can answer one of your question, maybe with another question: what encryption? you have all the source! no "proprietary" software here.

anyway like linpf "I am very curious on the status/prospects of Linux usage in China. " and specially this question!
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Re: wine software export to China restriction?

Post by DaVince »

linpf wrote:Hi,

We want to include wine software and bundle our software to sell to China.
Does wine software (1.0.1) contain any encryption software in it?

What encryption algorithm is used in wine?

Does encryption algorithm used in wine prevent us to sell our software to China (subject to US exporting law)?

Thanks.
No encryption, any sort of DRM, or usage restrictions on Wine itself, if that's what you're asking.

Before you include version 1.0.1 of Wine with your software, though, it might be a good idea to test out if the latest version (1.1.43) works better with your software. 1.1.43 generally runs a lot more software (and better) than the latest so-called "stable".
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Woops, another note... When I said "no usage restrictions" you still of course have to follow Wine's license... But doesn't contain any weird clauses like "cannot be used in this country". ;)
David C. Kerber

wine software export to China restriction?

Post by David C. Kerber »

There is obviously a market for both Windows and Linux development (and Apple and zOS as well). Equally obviously, the windows market is much larger than any of those others. So any business needs to decide which market to target: the larger one with more competiton, or the smaller one but which has less competition.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of cnbiz850
Sent: Tuesday, April 27, 2010 9:32 PM
To: [email protected]
Subject: [Wine] Re: wine software export to China restriction?

I can't answer your questions. But I am very curious on the
status/prospects of Linux usage in China. Would you share
some of your understanding about it? Is your software
institutional or personal? I am based in China doing
investments. I and my associates all use Linux and Wine to
run securities analysis software. But my understanding is
that we are the minorities. Most others in the industry use
Windows as all software developers develop Windows software.
I think they are crazy, so I advocate whenever possible about
using/developing Linux. And they think I am crazy.





=
linpf
Newbie
Newbie
Posts: 3
Joined: Tue Apr 27, 2010 7:01 pm

Post by linpf »

Just to be specific.

When I look at the release note of wine 1.1.41 (attached). I see these SHA-256, SHA-384 and SHA-512 algorithms there. Am I able to bundle wine software because these algorithms may contain "cryptographic function" and our bundled software is then Illegal for exporting to China.


The Wine development release 1.1.41 is now available.

What's new in this release:

* Support for SHA-256, SHA-384, and SHA-512 algorithms.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

linpf wrote:When I look at the release note of wine 1.1.41 (attached). I see these SHA-256, SHA-384 and SHA-512 algorithms there. Am I able to bundle wine software because these algorithms may contain "cryptographic function" and our bundled software is then Illegal for exporting to China.
Yes, Wine does contain cryptographic functions and heavily relies on cryptographic functionality from other libraries.

Are they prohibited from exporting to China? You won't get an authoritative answer here. Consult your lawyer.
Gert van den Berg

wine software export to China restriction?

Post by Gert van den Berg »

On Wed, Apr 28, 2010 at 21:47, linpf <[email protected]> wrote:
Just to be specific.

When I look at the release note of wine 1.1.41 (attached). I see these SHA-256, SHA-384 and SHA-512 algorithms there. Am I able to bundle wine software because these algorithms may contain "cryptographic function" and our bundled software is then Illegal for exporting to China.
From where? Wine is hosted in the US, but you are unlikely the be
subject to the US's restrictions if you are not located in the US.
Consult a lawyer...

See this as well: http://www.bis.doc.gov/encryption/checklistinstr.htm

Gert
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Wine is a user of crypt functions. So wine itself does not have export problems.

Now will all parts of wine work with the crypt functions libs missing most likely some stuff will not.

Correct question is what wine dependancies that wine can live without are on the wrong side of USA law. That is something past what I can answer.
Locked