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

Certificate parser update #1981

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 14, 2023

  1. '#1978 Add support to "application/x-x509-cert", as tika started to

    classify DER and PEM encoded certificates as this kind of mimetype.
    Other minor formatting changes were included.
    patrickdalla committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e532223 View commit details
    Browse the repository at this point in the history
  2. '#1978 Creates specific category to pkcs7 files as it can me configured

    to be expanded and have its certificates extracted as subitems.
    patrickdalla committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1bca2ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574eca4 View commit details
    Browse the repository at this point in the history
  4. '#1978 Reconfigure and change CertificateParser to extract certificates

    as subitems if in format PKCS7 and to be used in conjunction with tika
    PKCS7Parser.
    patrickdalla committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    535cab0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f8d6a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e64b6b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e7be84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6d8312 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. '#1981 Internationalization of strings, html visual improvement and

    certification details included.
    patrickdalla committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    da9068b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    280c412 View commit details
    Browse the repository at this point in the history
  2. '#1981 ignores exception for content parsing when files are PKCS7

    certificates with full certification path and no CMS signed data.
    patrickdalla committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9cfc007 View commit details
    Browse the repository at this point in the history