Rework crypto/x509's x509_lu.c to work with STORE, take 2 (the radical take)#2697
Closed
levitte wants to merge 1 commit intoopenssl:masterfrom
Closed
Rework crypto/x509's x509_lu.c to work with STORE, take 2 (the radical take)#2697levitte wants to merge 1 commit intoopenssl:masterfrom
levitte wants to merge 1 commit intoopenssl:masterfrom
Conversation
569a4a0 to
fcd292e
Compare
fcd292e to
e941c43
Compare
7ad184d to
281ab18
Compare
2 tasks
2230366 to
362df67
Compare
362df67 to
1d8d770
Compare
df248af to
d65e92e
Compare
d65e92e to
5ffc28d
Compare
5ffc28d to
fe23ef7
Compare
dbe85fb to
f749060
Compare
2 tasks
56634e0 to
6922769
Compare
6922769 to
bcf5047
Compare
This removes X509_LOOKUP_METHODs entirely, except as a dummy to preserve the ABI.
bcf5047 to
7aae2c6
Compare
Member
Author
|
Closing this in favor of #8442, which simply adds another X.509 lookup method for OSSL_STORE. |
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 removes X509_LOOKUP_METHODs entirely, except as a dummy to
preserve the ABI.
Checklist
Description of change
One of the benefits of STORE ( #3542 and #2688 ) is that it can do much of the work previously done in X509_LOOKUP_METHODs while providing an interface to add new methods to load data.
This is a radical version of these changes. #2696 is a lighter take on this.
This will not build properly until #1961, #3542 and #2688 are merged into master.