Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port certificate verification to iOS. | droger@chromium.org | 2012-09-26 | 1 | -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.org | 2012-09-18 | 1 | -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 |