Top "Fips" questions

The term "fips" commonly refers to the Federal Information Processing Standards Publication 140 (FIPS 140), a document published by the National Institute of Standards and Technology (NIST), a U.S. government agency.

How to enable FIPS on windows 7

Have to test a c# application from client that is to work on a machine that has FIPS enbaled

windows windows-7 fips
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms when building an app with visual studio

I am trying to compile my program in visual studio and I am getting a FIPS Cryptographic algorithms error. I …

fips
How to check FIPS 140-2 support in OpenSSL?

We have a client which is asking about OpenSSL FIPS (Federal Information Processing Standard) 140-2 compliant support validated cryptography use. …

linux security openssl fips
Problem with FIPS Validated Cryptographic Algorithms

I am running Visual Studio 2008 Version 9.0.30729.1 SP with .NET 3.5 SP 1 under Windows XP Pro Version 2002 SP 3 with an Intel Core 2 …

c# .net wpf windows-xp fips
TLS handshake fails between a Java 1.8 client and a Java 1.7 TLS 1.1 server running in FIPS mode, even after disabling TLS 1.2 in the client side

The SSL / TLS handshake between a "Java 1.7 TLS 1.1 server" and a "Java 1.8 client" fails in my environment with the following …

security ssl java-8 fips nss
FIPS integrity verification test failed when iniating SSH session

I recently enabled the FIPS module under CentOS 6 (minimum install). Module is confirmed working: cat /proc/sys/crypto/fips_enabled …

ssh openssl centos centos6 fips
Which JCE providers are FIPS 140-2 compliant?

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

java cryptography jce fips
How can I ensure that curl uses openssl, and not nss?

Is it possible to ensure by a configuration parameter, that curl uses OpenSSL, and not NSS to retrieve https content? …

curl fips rhel6
How do you use FIPS validated cryptographic algorithms with Visual Studio 2010 and Windows 7?

I've enabled FIPS compliance mode in Windows 7, but now my code fails to compile with the following error: Source file …

c# visual-studio-2010 encryption fips
When will C# AES algorithm be FIPS compliant?

Right now the only way I can get the RijndaelManaged algorithm to work on a computer with the Local Security …

c# security rijndaelmanaged rijndael fips