Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone AppStore encryption export for openssl usage - How? [duplicate]

Possible Duplicate:
Using SSL in an iPhone App - Export Compliance

I am in Germany, and I am using OpenSSL for encryption on my iPhone App.

How is the best way to get the app in the app store? Should I get a TSU-Notification, SNAP-R, or something else?

like image 922
x2on Avatar asked Feb 15 '11 10:02

x2on


People also ask

Does your app use encryption Apple HTTPS?

App Uses Non-Exempt Encryption : No If you are making use of ATS or making a call to HTTPS, you are required to submit a year-end self classification report to the US government. Export laws require that products containing encryption must be properly authorized for export.

Is HTTPS exempt from export compliance?

Typically, the use of encryption that's built into the operating system—for example, when your app makes HTTPS connections using URLSession —is exempt from export documentation upload requirements, whereas the use of proprietary encryption is not.

Does HTTPS count as encryption?

HTTPS uses an encryption protocol to encrypt communications. The protocol is called Transport Layer Security (TLS), although formerly it was known as Secure Sockets Layer (SSL).

Does firebase use encryption iOS?

The Firebase Emulator Suite uses un-encrypted networking connections in order to enable fast, uncomplicated setup. However iOS by default requires encrypted networking connections.


1 Answers

Please see this question:

Using SSL in an iPhone App - Export Compliance

JosephH's answer to that question is probably quite relevant: it appears that these days Apple is accepting ERNs and you don't need CCATS. (However, Apple's current iTunes connect document still references the need for CCATS.)

This question is also related:

Does my application "contain encryption"?

like image 159
occulus Avatar answered Oct 24 '22 15:10

occulus