aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/commoncrypto/sectrust.py
Commit message (Collapse)AuthorAgeFilesLines
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-39/+0
| | | | | | | | | | | | | | | | * time to remove commoncrypto, fare thee well * remove even more * update the changelog * remove more things * don't need this function * remove CAST5 CTR tests since that was only supported in commoncrypto * assert a thing
* 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
|
* SecTrust for evaluating certificates.Cory Benfield2016-01-221-0/+15
|
* Remove spaces.Cory Benfield2015-12-231-1/+1
|
* Add binding for CommonCrypto SecTrustCopyAnchorCertificatesCory Benfield2015-12-231-0/+22