aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/commoncrypto
Commit message (Expand)AuthorAgeFilesLines
* Removed kSecTrustResultConfirm, which breaks the build on 10.10 since it's de...Alex Gaynor2016-01-231-1/+0
* Move SecTrustCreateWithCertificates to MACROS.Cory Benfield2016-01-221-0/+4
* Fix indentation.Cory Benfield2016-01-221-8/+8
* Remove SecTrustCreateWithCertificates.Cory Benfield2016-01-221-1/+0
* 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
43'>143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190