aboutsummaryrefslogtreecommitdiff
path: root/ssl/ffi.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update for * -> *const changeSteven Fackler2014-06-291-47/+47
|
* unused m libraryNoxivs2014-05-051-1/+0
|
* better linkageNoxivs2014-05-051-3/+6
|
* link win32Noxivs2014-05-051-0/+3
|
* Revert "Support the dynlock API"Steven Fackler2014-04-231-8/+4
| | | | | | | | This reverts commit af1a05678825e30a802ea09383658248d09d2dee. This seems to cause Travis to segfault every once in a while. I've never been able to reproduce the instability locally, so I'm just going to pull this.
* Update for libc splitSteven Fackler2014-04-061-1/+1
|
* Update to new inner attribute syntaxrust-0.10Steven Fackler2014-03-291-2/+1
|
* Update for vec API changesSteven Fackler2014-03-201-1/+1
|
* Support the dynlock APISteven Fackler2014-03-181-4/+8
| | | | Also actually run tests after compiling them >_>
* Add SSLv2 support behind a cfg flagSteven Fackler2014-02-271-0/+2
| | | | | Many OpenSSL distributions have SSLv2 support compiled out, so it should be opt-in.
* Stop complaining about FFI type namesSteven Fackler2014-02-221-0/+1
|
* Remove unused FFI bindingSteven Fackler2014-01-251-3/+0
|
* Prepare rust-ssl to merge into rust-opensslSteven Fackler2013-12-281-0/+159