Skip to content

Commit

Permalink
Merge pull request #597 from jvoisin/fingerprint_subject_freebox
Browse files Browse the repository at this point in the history
Add a fingerprint for the freebox' x509_subjects
  • Loading branch information
adungo-r7 authored Feb 5, 2024
2 parents 9f9c72d + d9ecbde commit 17ce7c2
Showing 1 changed file with 11 additions and 1 deletion.
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

0 comments on commit 17ce7c2

Please sign in to comment.