哪些 JCE 提供商符合 FIPS 140-2?

发布于 2024-10-18 03:22:21 字数 71 浏览 11 评论 0原文

哪些 Java 加密扩展 (JCE) 提供程序符合 FIPS 140-2?更具体地说,Sun/Oracle 提供商是否符合资格?

What Java Cryptography Extension (JCE) providers are FIPS 140-2 compliant? More specifically, does the Sun/Oracle provider qualify?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

掩饰不了的爱 2024-10-25 03:22:21

根据此页面:

  1. IBM 和 RSA 拥有经过 FIPS 140-2 验证的 JCE 提供商。
  2. BouncyCastle 拥有适用于 Java 7 和 Java 7 的经过 FIPS 140-2 验证的 JCE 提供程序。 8.(请参阅 The Legion of the Bouncy Castle - FIPS 资源页面。鼓励捐款!)
  3. Sun 的 JCE 提供商不在 FIPS 140-2 验证模块的列表中。

但是,Oracle 确实有一个经过验证的模块,称为“Oracle Cryptographic Libraries for SSL”。描述并没有说这是一个 JCE 提供程序......但它可能是。

此外,Oracle 似乎没有任何用于 FIPS 140-2 验证的“正在进行的模块”。

According to this information on this page:

  1. IBM and RSA have FIPS 140-2 validated JCE providers.
  2. BouncyCastle have FIPS 140-2 validated JCE providers for Java 7 & 8. (See The Legion of the Bouncy Castle - FIPS Resources Page. Donations are encouraged!)
  3. Sun's JCE providers are not on the list of FIPS 140-2 validated modules.

However, Oracle do have a validated module called "Oracle Cryptographic Libraries for SSL". The description does not say this is a JCE provider ... but it might be.

Also, Oracle don't appear to have any "modules in progress" for FIPS 140-2 validation.

新一帅帅 2024-10-25 03:22:21

根据此页面,java 6可以是通过 NSS 或 SunJSSE 符合 FIPS 140。

According to this page, java 6 can be made FIPS 140 compliant via either NSS or SunJSSE.

不羁少年 2024-10-25 03:22:21

实际上 Sun PKCS#11 Provider 看起来确实如此就像它符合 FIPS 140-2 一样。它基于网络安全服务。我很确定这就是证书 1278、1279 和 1280 NIST 链接Oracle 文档有点模糊关于合规性,但这是迄今为止我发现的最好的。

Actually the Sun PKCS#11 Provider does look like it is FIPS 140-2 compliant. It is based on Network Security Services. I'm pretty sure that is what certificates 1278, 1279 and 1280 are on that NIST link that @stephen-c posted. The Oracle docs are a little vague regarding compliance but this is the best I have found so far.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文