Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is used to implement X509_STORE_CTX_set_default and some very messy "default" parameter, which has its own awkward quirks (see https://boringssl-review.googlesource.com/c/boringssl/+/64253/). We can't avoid X509_STORE_CTX_set_default, but if we resolve the mess around "default", then all the defined parameters will just be purpose and trust tuples. If we get to that point, we probably don't need to define actual X509_VERIFY_PARAM objects and can just store the purpose and trust values. But we can only do that if this function is gone. Update-Note: Removed unused function. Change-Id: I118f4a1ebff99f919d0f6ee63175633fe945822b Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64487 Reviewed-by: Bob Beck <[email protected]> Commit-Queue: David Benjamin <[email protected]> (cherry picked from commit 20f7eb1430ca03712441b78330ad320cb0134055)
- Loading branch information