Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed kSecTrustResultConfirm, which breaks the build on 10.10 since it's ↵ | Alex Gaynor | 2016-01-23 | 1 | -1/+0 |
| | | | | deprecated | ||||
* | Move SecTrustCreateWithCertificates to MACROS. | Cory Benfield | 2016-01-22 | 1 | -0/+4 |
| | | | | Annoyingly, the type of the first parameter changed across versions. | ||||
* | Fix indentation. | Cory Benfield | 2016-01-22 | 1 | -8/+8 |
| | |||||
* | Remove SecTrustCreateWithCertificates. | Cory Benfield | 2016-01-22 | 1 | -1/+0 |
| | | | | It's not present on 10.8. | ||||
* | Dedent closing brace. | Cory Benfield | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | SecTrust for evaluating certificates. | Cory Benfield | 2016-01-22 | 1 | -0/+15 |
| | |||||
* | Remove spaces. | Cory Benfield | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Add binding for CommonCrypto SecTrustCopyAnchorCertificates | Cory Benfield | 2015-12-23 | 1 | -0/+22 |