Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-6283

SCRAM-SHA-256 FIPS Compliance

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Authentication
    • Hide

      DRIVERS-2931:
      Summary of necessary driver changes

      •  Driver authors ensure that, where possible, the driver implementation of SCRAM-SHA-256 (SCRAM-SHA-1 can likely come along for the ride) delegates implementation of key derivation is delegated to a cryptographic provider that already is or can be configured to be FIPS-compliant. The algorithm name to look for is PBKDF2WithHmacSHA256 (and PBKDF2WithHmacSHA1 for SCRAM-SHA-1 )..

      Commits for syncing spec/prose tests
      (and/or refer to an existing language POC if needed)

      Context for other referenced/linked tickets

      Show
      DRIVERS-2931: Summary of necessary driver changes  Driver authors ensure that, where possible, the driver implementation of SCRAM-SHA-256 (SCRAM-SHA-1 can likely come along for the ride) delegates implementation of key derivation is delegated to a cryptographic provider that already is or can be configured to be FIPS-compliant. The algorithm name to look for is PBKDF2WithHmacSHA256 (and PBKDF2WithHmacSHA1 for SCRAM-SHA-1 ).. Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed) https://github.com/mongodb/mongo-java-driver/pull/1448 Context for other referenced/linked tickets   JAVA-5507

      This ticket was split from DRIVERS-2931, please see that ticket for a detailed description.

            Assignee:
            Unassigned Unassigned
            Reporter:
            dbeng-pm-bot PM Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: