Skip to content
This repository was archived by the owner on Aug 11, 2019. It is now read-only.

Commit f856050

Browse files
authored
Create README.md
1 parent f52c60d commit f856050

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
OpenSSL for iOS
2+
===
3+
4+
I urge you to not use this project
5+
---
6+
7+
I am not supporting this project anymore. I have removed precompiled binaries and releases.
8+
9+
OpenSSL is not a good choice for getting access to crypto primitives or for SSL/TLS networking in iOS applications.
10+
11+
Instead, you should use the iOS provided libraries.
12+
13+
The native iOS Security and Networking Frameworks will always be more up to date and receive regular security fixes as part of iOS upgrades.
14+
15+
References
16+
---
17+
18+
* https://developer.apple.com/videos/play/wwdc2016/705/
19+
* https://developer.apple.com/security
20+
* https://www.apple.com/business/docs/iOS_Security_Guide.pdf
21+

0 commit comments

Comments
 (0)