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

[JENKINS-73334] make plugin FIPS-140 compliant by blocking PKCS#12 certificates when in FIPS mode #539

Merged
merged 3 commits into from
Jul 5, 2024

Commits on Jun 20, 2024

  1. [JENKINS-73334] Block the use of PKCS#12 when in FIPS mode

    PKCS#12 is not FIPS compliant as such we need to block these certificate
    uploades when in FIPS mode.
    jtnord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ac377cd View commit details
    Browse the repository at this point in the history
  2. leave a (temporary) warning if there are no KeyStoreSources

    This is expected to be a temporary measure pending JENKINS-73335
    as such no tests are introduced for this, rather manual testing was
    performed.
    jtnord committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e3108d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    800d92c View commit details
    Browse the repository at this point in the history