You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2024/02/12 17:52:59 UTC

(tika) branch main updated: [TIKA-4194] Fix for unrecognized pkcs12 keystores (#1589)

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new c2acd713b [TIKA-4194] Fix for unrecognized pkcs12 keystores (#1589)
c2acd713b is described below

commit c2acd713bb31b88419ebc70dd31c4bfb23bd390f
Author: Lonzak <tv...@nepatec.de>
AuthorDate: Mon Feb 12 18:52:54 2024 +0100

    [TIKA-4194] Fix for unrecognized pkcs12 keystores (#1589)
---
 tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index 2930fa720..675ba1180 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -5253,6 +5253,8 @@
     <!-- Always seem to have a version integer as their first entry, -->
     <!--  normally 00, 01 or 02, check for that -->
     <magic priority="40">
+      <match value="0x3080020100" type="string"
+              mask="0xFFFFFFFFFC" offset="0"/>
       <match value="0x3081FF020100" type="string"
               mask="0xFFFF00FFFFFC" offset="0"/>
       <match value="0x3082FFFF020100" type="string"