Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5534

SCRAM-SHA-256 FIPS Compliance

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: Authentication
    • None
    • 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
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: