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
Chrome sets its own EV bits, separate from the OS' underlying trust store. This isn't captured anywhere in tl-create. It may or may not be desired to do so, but I at least wanted to note it.
The text was updated successfully, but these errors were encountered:
I would just like to note that tl-create is already parsing HTML for apple, so I don't think that parsing C source is bad as a practice.
I have looked at this in the past, and the only issue I can think of is that we would just fetch the EV CAs which is not consistent with the rest of the trust stores. However, since google chrome doesn't maintain a full trust store I don't think there is a real problem here.
I would be glad to implement this when I find some time.
Chrome sets its own EV bits, separate from the OS' underlying trust store. This isn't captured anywhere in
tl-create
. It may or may not be desired to do so, but I at least wanted to note it.The text was updated successfully, but these errors were encountered: