fork of boring2 with prefix patch
Go to file
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
crypto Delete crypto/hex 2013-12-28 20:15:15 -07:00
ssl Stop using atomics for OpenSSL global state 2013-12-29 10:42:18 -07:00
test Integrate everything 2013-12-28 18:39:07 -07:00
.gitignore Integrate everything 2013-12-28 18:39:07 -07:00
.travis.yml Merge remote-tracking branches 'rustcrypto/master' and 'rust-ssl/master' 2013-12-28 17:35:38 -07:00
LICENSE Integrate everything 2013-12-28 18:39:07 -07:00
Makefile Delete crypto/hex 2013-12-28 20:15:15 -07:00
lib.rs Add a crate_type attribute 2013-12-28 20:18:08 -07:00