aboutsummaryrefslogtreecommitdiff
path: root/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Update to new inner attribute syntaxrust-0.10Steven Fackler2014-03-291-2/+1
|
* Update for vec API changesSteven Fackler2014-03-203-5/+3
|
* Clean up locking code a bitSteven Fackler2014-03-181-18/+10
|
* Support the dynlock APISteven Fackler2014-03-182-6/+34
| | | | Also actually run tests after compiling them >_>
* SSL session closure should be treated like EOFSteven Fackler2014-03-171-2/+2
|
* De-~[] sslSteven Fackler2014-03-152-10/+11
|
* Add a configure option for SSLv2 supportSteven Fackler2014-03-091-2/+2
|
* Properly propogate errorsSteven Fackler2014-03-092-18/+24
|
* Add SSLv2 support behind a cfg flagSteven Fackler2014-02-273-1/+18
| | | | | Many OpenSSL distributions have SSLv2 support compiled out, so it should be opt-in.
* Remove deriving(ToStr)Steven Fackler2014-02-241-2/+2
|
* Stop complaining about FFI type namesSteven Fackler2014-02-221-0/+1
|
* Remove useless Option wrapperSteven Fackler2014-02-161-3/+3
|
* Update to new mutex APISteven Fackler2014-02-161-5/+5
|
* extra::sync was moved to sync crateMatthijs van der Vleuten2014-02-061-1/+1
|
* Update for IO API updateSteven Fackler2014-02-043-16/+26
| | | | The error handling needs to be redone still.
* Remove unused FFI bindingSteven Fackler2014-01-251-3/+0
|
* Use Once instead of hacky mutex thing.Steven Fackler2014-01-121-15/+4
|
* Update for API changesSteven Fackler2014-01-091-19/+1
|
* Remove spurious extern "Rust" specifierSteven Fackler2013-12-291-2/+2
|
* Stop using atomics for OpenSSL global stateSteven Fackler2013-12-291-13/+7
| | | | | | The synchronization in init and when passing contexts cross-task is sufficient to guarantee enough of an ordering that the values of VERIFY_IDX and MUTEXES will be visible when they should be.
* Switch to real mutex for init.Steven Fackler2013-12-291-21/+22
|
* Integrate everythingSteven Fackler2013-12-284-60/+4
|
* Prepare rust-ssl to merge into rust-opensslSteven Fackler2013-12-286-0/+990