summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-04-17 07:16:31 +0200
committerStef Walter <stefw@redhat.com>2014-04-19 22:29:49 +0200
commite4ff968b99ee6bb8e00bf668353d064f3b9f6ea6 (patch)
tree5d3901847761d118f6d746727cfbcaff7dc2f46b
parentc4537dfccbccf8aea2873f2a3a2459b5a6cc8b01 (diff)
ui: Add support for EC private PEM keys to our mime magic
-rw-r--r--ui/gcr-crypto-types.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gcr-crypto-types.xml b/ui/gcr-crypto-types.xml
index c92577c..4b5037b 100644
--- a/ui/gcr-crypto-types.xml
+++ b/ui/gcr-crypto-types.xml
@@ -162,6 +162,7 @@
<magic priority="75">
<match type="string" value="-----BEGIN RSA PRIVATE KEY-----" offset="0"/>
<match type="string" value="-----BEGIN DSA PRIVATE KEY-----" offset="0"/>
+ <match type="string" value="-----BEGIN EC PRIVATE KEY-----" offset="0"/>
</magic>
</mime-type>
</mime-info>