STORE: Make it possible to tell the file loader to use secure memory#3483
Closed
levitte wants to merge 1 commit intoopenssl:masterfrom
Closed
STORE: Make it possible to tell the file loader to use secure memory#3483levitte wants to merge 1 commit intoopenssl:masterfrom
levitte wants to merge 1 commit intoopenssl:masterfrom
Conversation
8c418dd to
e0744a6
Compare
d4ba8a7 to
3bfc9ea
Compare
tmshort
reviewed
Jun 22, 2017
CHANGES
Outdated
Contributor
|
Copyrights need to be updated in various ways (likely just 2017?) |
tmshort
reviewed
Jun 22, 2017
util/mkdef.pl
Outdated
Contributor
There was a problem hiding this comment.
This change is likely unnecessary.
b03bfa4 to
1846c41
Compare
2 tasks
Member
|
Can we rebase this? |
Member
Author
|
Done. I am in the process of doing so with all the remaining STORE PRs |
mattcaswell
approved these changes
Jun 29, 2017
levitte
added a commit
that referenced
this pull request
Jun 29, 2017
Reviewed-by: Matt Caswell <[email protected]> (Merged from #3483)
Member
Author
|
Merged. 7852f58 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an add-on to #3542, to be able to tell the 'file' scheme loader to use secure memory when possible.
Please review #3542 first.