aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/commoncrypto
Commit message (Collapse)AuthorAgeFilesLines
* Unconditional SecureTransport bindings, round 2. (#3059)Cory Benfield2016-07-231-0/+308
| | | | | | | | | | | | * Add the unconditional SecureTransport bindings * Looks like the PSK cipher suites got removed in 10.8 * Line-length. * Style. * Remove further troublesome bindings.
* Revert "Add the unconditional SecureTransport bindings" (#3058)Alex Gaynor2016-07-231-313/+0
|
* Add the unconditional SecureTransport bindings (#3054)Cory Benfield2016-07-231-0/+313
| | | | | | | | | | * Add the unconditional SecureTransport bindings * Line-length. * Looks like the PSK cipher suites got removed in 10.8 * Style.
* Removed kSecTrustResultConfirm, which breaks the build on 10.10 since it's ↵Alex Gaynor2016-01-231-1/+0
| | | | deprecated
* Move SecTrustCreateWithCertificates to MACROS.Cory Benfield2016-01-221-0/+4
| | | | Annoyingly, the type of the first parameter changed across versions.
* Fix indentation.Cory Benfield2016-01-221-8/+8
|
* Remove SecTrustCreateWithCertificates.Cory Benfield2016-01-221-1/+0
| | | | It's not present on 10.8.
* Dedent closing brace.Cory Benfield2016-01-221-1/+1
|
* New bindings for evaluating certificates.Cory Benfield2016-01-222-0/+46
|
* SecTrust for evaluating certificates.Cory Benfield2016-01-221-0/+15
|
* Basic mutable array bindings.Cory Benfield2016-01-221-0/+10
|
* Remove spaces.Cory Benfield2015-12-231-1/+1
|
* Add binding for CommonCrypto SecTrustCopyAnchorCertificatesCory Benfield2015-12-231-0/+22
|
* remove commoncrypto CONDITIONAL_NAMESPaul Kehrer2015-08-0311-22/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-0712-0/+628