Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all threading/locking code #109

Closed
4 tasks done
briansmith opened this issue Feb 13, 2016 · 1 comment
Closed
4 tasks done

Remove all threading/locking code #109

briansmith opened this issue Feb 13, 2016 · 1 comment

Comments

@briansmith
Copy link
Owner

briansmith commented Feb 13, 2016

  • Fix Issue Replace use of crypto/rand with more direct use of OS RNG #58, Replace use of crypto/rand, should remove the use of thread-local storage and static locks in the Rand code.
  • Fix Issue Simplify RSA signing code #99, Simplify RSA Signing Code, should remove the use of locks in the RSA code.
  • Move the CRYPTO_once- and/or static-initializer- based logic for the CPUID functionality to Rust-managed code.
  • Remove all the threading/locking primitives in crypto/internal.h and crypto/thread*.
@briansmith
Copy link
Owner Author

This was done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant