summaryrefslogtreecommitdiffstats
path: root/net/base/x509_util_ios.h
Commit message (Collapse)AuthorAgeFilesLines
* Port certificate verification to iOS.droger@chromium.org2012-09-261-1/+29
| | | | | | | | | | | Certificate verification relies on NSS implementation on iOS. BUG=145954 Review URL: https://chromiumcodereview.appspot.com/10983023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158787 0039d316-1c4b-4281-b951-d872f2087c98
* Support x509 certificate on iOS.droger@chromium.org2012-09-181-0/+43
The iOS implementation uses both NSS and system API. This CL creates x509_certificate_nss_util to allow iOS to share code with the NSS implementation. The iOS specific code is in x509_certificate_ios. BUG=145954 Review URL: https://chromiumcodereview.appspot.com/10928107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157325 0039d316-1c4b-4281-b951-d872f2087c98