Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fingerprint for the freebox' x509_subjects #597

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion xml/x509_subjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
</fingerprint>

<fingerprint pattern="^CN=Freebox Intermediate CA,O=Freebox,ST=France,C=FR$">
<description>Freebox Device</description>
<description>Freebox Device - Intermediate CA</description>
<example>CN=Freebox Intermediate CA,O=Freebox,ST=France,C=FR</example>
<param pos="0" name="os.vendor" value="Freebox"/>
<param pos="0" name="os.product" value="Freebox OS"/>
Expand All @@ -1666,6 +1666,16 @@
<param pos="0" name="hw.device" value="Device"/>
</fingerprint>

<fingerprint pattern="^CN=[0-9a-z]+[.]fbxos[.]fr,C=FR$">
<description>Freebox Device</description>
<example>CN=d36ob5re.fbxos.fr,C=FR</example>
<param pos="0" name="os.vendor" value="Freebox"/>
<param pos="0" name="os.product" value="Freebox OS"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="hw.vendor" value="Freebox"/>
<param pos="0" name="hw.device" value="Device"/>
</fingerprint>

<fingerprint pattern="^CN=TP-LINK CA,O=TP-LINK Technologies CO.\\, LTD.,L=Shenzhen,ST=Guangdong,C=CN(?:,\S+)?$">
<description>TP-LINK Device</description>
<example>CN=TP-LINK CA,O=TP-LINK Technologies CO.\, LTD.,L=Shenzhen,ST=Guangdong,C=CN,1.2.840.113549.1.9.1=#0c16736572766963654074702d6c696e6b2e636f6d2e636e</example>
Expand Down
Loading