Commits on Source 6
-
GitLab Renovate Bot authored
-
-
Steve Xuereb authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.91 See merge request !213 Merged-by:
Steve Xuereb <sxuereb@gitlab.com> Approved-by:
Steve Xuereb <sxuereb@gitlab.com> Co-authored-by:
GitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
-
João Pereira authored
Merge branch 'renovate/registry.gitlab.com-gitlab-com-gl-infra-common-ci-tasks-images-golang-fips-1.x' into 'master' chore(deps): update registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/golang-fips docker tag to v1.25.0 See merge request !211 Merged-by:
João Pereira <jpereira@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Co-authored-by:
GitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
-
Stan Hu authored
Previously ED25519 was not on the default public key algorithms, but this is actually allowed in FIPS 140-3. `curve25519-sha256` is not an allowed key exchange, but as the FIPS 140-3 PDF mentions: mentions: Curves that are included in SP 800-186 but not included in SP 800-56Arev3 are not approved for key agreement. E.g., the ECDH X25519 and X448 key agreement schemes (defined in RFC 7748) that use Curve25519 and Curve448, respectively, are not compliant to SP 800-56Arev3.
-
Steve Xuereb authored
fix: allow ED25519 public key algorithm in FIPS mode See merge request !216 Merged-by:
Steve Xuereb <sxuereb@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Steve Xuereb <sxuereb@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>