Hacker News new | ask | show | jobs
by pretz 4326 days ago
> "The SSL layer instead handled a raw file descriptor and, consequently, lifetime handling was not automatically synchronized ... We worked with the networking team and fixed this issue within hours."

Why on earth is Facebook writing their own SSL layer for iOS?

3 comments

SPDY (pre-Apple's version) + Open Source SSL Library + Perf Mods
I would guess one of NIH or SPDY. And they may not be (probably aren't is my guess) writing their own, just packaging one up that they know works with whatever depends on it.
Stock SSL on iOS doesn't have NPN, which is needed to negotiate SPDY on the internet.