summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-02-02 13:05:18 +0100
committerDavid Faure <faure@kde.org>2012-02-02 13:05:18 +0100
commit293676528922041a58555c93c6ee9f0b79404d75 (patch)
treec972a0021975d11b11adff84481ccf5af57fa57a
parentcb0ef573058ec188a78c3e3c025224a0ced7b087 (diff)
downloadshared-mime-info-293676528922041a58555c93c6ee9f0b79404d75.tar.gz
application/pkcs7-mime: Fix comment, add glob patterns.
-rw-r--r--freedesktop.org.xml.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index a97eb962..eb120f6c 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -263,11 +263,14 @@ command to generate the output files.
<match type="string" value="-----BEGIN PGP SIGNATURE-----" offset="0"/>
</magic>
</mime-type>
+ <!-- defined in RFC 2311 -->
<mime-type type="application/pkcs7-mime">
- <_comment>S/MIME file</_comment>
- <acronym>S/MIME</acronym>
- <expanded-acronym>Secure/Multipurpose Internet Mail Extensions</expanded-acronym>
+ <_comment>PKCS#7 Message or Certificate</_comment>
+ <acronym>PKCS</acronym>
+ <expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<generic-icon name="text-x-generic"/>
+ <glob pattern="*.p7c"/>
+ <glob pattern="*.p7m"/>
</mime-type>
<mime-type type="application/pkcs7-signature">
<_comment>detached S/MIME signature</_comment>