fips

Session State FIPS Validation Error in ASP.NET

ε祈祈猫儿з 提交于 2020-01-16 12:36:07
问题 I am attempting to enable TLS 1.2 on our Windows 2008 R2 server for PCI compliance, and have managed to get it working by following this obscure blog post which requires turning on FIPS validation. Finally, after weeks of looking for a solution, click-once, .NET remoting, and MS Web Deploy are communicating over TLS 1.2. However, I also have web applications on the machine that quit functioning when I enabled FIPS validation with the following error: This implementation is not part of the

FIPS integrity verification test failed when iniating SSH session

爷,独闯天下 提交于 2020-01-14 09:30:21
问题 I recently enabled the FIPS module under CentOS 6 (minimum install). Module is confirmed working: cat /proc/sys/crypto/fips_enabled yields 1 openssl md5 somefile (fails) and openssl sha1 somefile (succeeds). openssl version yields OpenSSL 1.0.1e-fips 11 Feb 2013 When I attempt to ssh into a box I connect to daily, I now see a notice stating: FIPS integrity verification test failed The session continues and I am able to connect to the remote server. Is the connection still secure? 回答1: The

Android javax.net.ssl and FIPS compliance openSSL

放肆的年华 提交于 2020-01-07 07:43:08
问题 AFAIK Android javax.net.ssl classes uses openSSL/BoringSSL library at C/Low level for any SSL/TLS. Intention: Load FIPS compliance openSSL libaray in my application and make javax.net.ssl(okhttp) classes use the that library? Simlilar to WolfSSL provider,but its not JSSE compatible. is this feasible with FIPS openSSL+ android, what are configuration at android java level ? Thanks 回答1: This is untested because my Android toolchain is currently down, but I believe that you should be able to

How to set Oracle JDK support FIPS mode

五迷三道 提交于 2020-01-06 19:56:47
问题 Currently. I have to create client application to connect IBM MQ server which only support TLS. After google a lot. I know the JDK used have to support FIPS. Any one can help with how to set it up on Linux server? 回答1: You're right. FIPS is not supported as default in Oracle JDK. Download JCE from http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html Put the extracted jars to %JAVA_HOME%/jre/lib/security. But these jars are just interface. Install NSS as an FIPS