krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

Privacy Manifest and Signature #188

Closed jzilske closed 3 months ago

jzilske commented 7 months ago

As per the Upcoming third-party SDK requirements using OpenSSL in an App on the App Store will require a privacy manifest (cf. Privacy manifest files) starting next spring. Since the package comes with precompiled libraries a code signature may also be required. Is that something that you would consider providing?

krzyzanowskim commented 7 months ago

yes. technically. theoretically Iā€™m not the author of OpenSSL

jzilske commented 7 months ago

Yes, that's what I thought as well. šŸ™‚ Do you think this should rather be taken to the OpenSSL foundation then?

FilDevTronic commented 5 months ago

@krzyzanowskim would you be able to provide an update on this issue? Will you be adding the required privacy manifest by the April deadline in this project? šŸ™šŸ»

jzilske commented 5 months ago

FWIW, a discussion about this has been started on the official OpenSSL repo: https://github.com/openssl/openssl/discussions/23262

corentios commented 5 months ago

Following this

jzilske commented 4 months ago

FWIW, a discussion about this has been started on the official OpenSSL repo: openssl/openssl#23262

...and it seems there's nothing coming: https://github.com/openssl/openssl/discussions/23262#discussioncomment-8516593

BaroneX commented 4 months ago

It looks like we need to fork this repository, add our own privacy manifest, and sign it ourselves.

krzyzanowskim commented 4 months ago

looks like you can also propose changes to the build script in a PR

thapovand commented 3 months ago

@krzyzanowskim Please Look into #195 for the Privacy Manifest

krzyzanowskim commented 3 months ago

Shipped with 3.1.5 https://github.com/krzyzanowskim/OpenSSL/releases/tag/3.1.5000

jzilske commented 3 months ago

Thank you very much @krzyzanowskim!