twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

Remove custom setTLSTrustEvaluator #97

Open kgoodier opened 9 years ago

kgoodier commented 9 years ago

Remove the + (void)setTLSTrustEvaluator:(id)evaluator; stuff and just use the NSURL provided mechanism for auth challenges. It's more complicated but unifies the interface better.

NSProgrammer commented 9 years ago

+1

kgoodier commented 8 years ago

Just an update -- still think this is important, will help avoid auth bugs and oversights.

NSProgrammer commented 8 years ago

We hit a bug from this not going through NSURL mechanism... bump!