Skip to content

[Meta] FIPS support

FIPS compliance is a requirement for the US Govt to utilize a piece of software. It is required for any FISMA system, and cannot be waived.

In order for GitLab to be directly usable within the US Govt, we need to be compliant:

  1. Inventory all locations we use cryptography within GitLab (https://gitlab.com/gitlab-org/gitlab-ee/issues/4429). Add any missing items to the list below.
  2. Quickly determine path forward for FIPS compliance for each item. (e.g. OpenSSL FIPS, something else)
  3. Determine MVP. Initial proposal: Git over SSH/HTTPS, and HTTPS to console. (Note: not all features need to be FIPS compliant on the first release, if these features can be disabled like CI.)

Areas that utilize encryption:

Areas that use MD5SUMs:

Edited by Nick Thomas