You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexport various unused X509_OBJECT and X509_LOOKUP functions.
Some things of note:
- Anyone calling X509_OBJECT_up_ref_count is breaking X509_OBJECT's
internal invariants, or relying on someone else handing back an
X509_OBJECT with broken invariants.
- X509_LOOKUP_by_subject hands back an X509_OBJECT with broken internal
invariants. Fortunately, it is never called, so unexport it as a the
first step to cleaning this up.
Change-Id: Ia67693f802671cf857bf51aec6e20f27d1525212
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64130
Auto-Submit: David Benjamin <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Commit-Queue: David Benjamin <[email protected]>
(cherry picked from commit d9b81bb43a24b3adb6e8a616a4828e1bad89c486)
0 commit comments