Commit Graph

8 Commits

Author SHA1 Message Date
Steven Fackler 89e79afaf9 Remove unused FFI binding 2014-01-25 17:10:53 -08:00
Steven Fackler dfa9a7e028 Use Once instead of hacky mutex thing. 2014-01-12 23:38:29 -08:00
Steven Fackler be3c164f8f Update for API changes 2014-01-09 20:39:09 -08:00
Steven Fackler 55f9feab47 Remove spurious extern "Rust" specifier 2013-12-29 17:46:23 -08:00
Steven Fackler 0aaeb3e067 Stop using atomics for OpenSSL global state
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.
2013-12-29 10:42:18 -07:00
Steven Fackler 4d7aa58680 Switch to real mutex for init. 2013-12-29 09:29:49 -07:00
Steven Fackler 9b3746260c Integrate everything 2013-12-28 18:39:07 -07:00
Steven Fackler 87da25240d Prepare rust-ssl to merge into rust-openssl 2013-12-28 16:57:54 -07:00