dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.57k forks source link

Document which encryption libraries are used for HTTPS calls, and whether and when we use the OS #41467

Open antonshi opened 4 years ago

antonshi commented 4 years ago

If this library is used to make HTTPS calls, what is an answer to the question "Does your app implement any standard encryption algorithms instead of, or in addition to, using or accessing the encryption in Apple’s OS" on providing Export Compliance Information in Apple's AppStore?

natebosch commented 4 years ago

This is a question for the flutter team or the Dart SDK.

This package does not implement any encryption algorithm. The Dart SDK might.

cc @mehmetf

I'll transfer the issue to the Dart SDK as a documentation request.

BenelliFurtado commented 1 year ago

Is there any update here?