Commit 74b627a
This commit fixes a bug when validating an intermediate CA
to remove the increment inside of the loop, since it
is incremented outside the loop already.
Don't check the certificate thumbprint against
the CA thumbprint if it's already been found.
Fixes #4717
Co-authored-by: Russ Cam <russ.cam@elastic.co>
1 parent 94215d0 commit 74b627a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
0 commit comments