aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/commoncrypto/secure_transport.py
Commit message (Collapse)AuthorAgeFilesLines
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-308/+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
* 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.