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

Initial bindings for OpenSSL ENGINE support. #98

Merged
merged 1 commit into from
Oct 9, 2013

Conversation

reaperhulk
Copy link
Member

These bindings are sufficient to allow a user to use the rdrand engine (if available) and set an instantiated engine as a default for various operations.

Also moved the ENGINE declaration from evp.py to engine.py now that we have a better place for it to go.

* These bindings are sufficient to allow a user to use the rdrand engine
  (if available) and set an instantiated engine as a default for various
  operations.
* Reminder: OpenSSL engines require careful management of both
  structural and functional references or else you'll leak memory.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 5b16077 on reaperhulk:openssl-engine-bindings into 7c26ce8 on pyca:master.

dstufft added a commit that referenced this pull request Oct 9, 2013
Initial bindings for OpenSSL ENGINE support.
@dstufft dstufft merged commit 5dd35ab into pyca:master Oct 9, 2013
@reaperhulk reaperhulk deleted the openssl-engine-bindings branch December 12, 2013 23:38
joerichter-stash pushed a commit to kiwigrid/cryptography that referenced this pull request Nov 15, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants