fips Questions
7
Solved
We have a client which is asking about OpenSSL FIPS (Federal Information Processing Standard) 140-2 compliant support validated cryptography use. How do I check whether OpenSSL has FIPS complains i...
5
Solved
I am trying to compile my program in visual studio and I am getting a FIPS Cryptographic algorithms error. I have checked the registry key and it is set to false.
Any suggestions?
Roach asked 24/1, 2013 at 19:39
1
Solved
OpenSSL: 3.0.8
Python: 3.9.16
I enabled FIPS using below script but FIPS functionality is not working when I use custom libcrypto path but working fine if I use default path.
custom path:/tmp/fips_...
Muckraker asked 2/4, 2023 at 15:54
1
Python: 3.9.16
OpenSSL: 3.0.8
fips_ccode.c
#include <stdio.h>
#include <stdlib.h>
#include <openssl/provider.h>
#include "openssl/md5.h"
int main(void)
{
OSSL_PROVID...
Howells asked 30/3, 2023 at 14:26
2
Solved
Context: I was reading multiple articles about making my golang app FIPS compliant (in other words, making my app use boringcrypto instead of the native golang crypto):
https://kupczynski.info/pos...
2
Solved
I am investigating FIPS compliance for our platform. nginx is one of the components and we use nginx 1.15.1. I found the documentation about nginx plus being FIPS compliant.
When NGINX Plus is exe...
1
We have some Java library performing AES and RSA encryptions (using javax.crypto.Cipher).
A new requirement came in to make the code FIPS 140-2 compliant. Reading some articles what I understood is...
1
I'm trying to enable FIPS mode using SUNPKCS11 with NSS in Java 11. I got this exception java.security.NoSuchAlgorithmException: PKCS11 KeyStore not available.
When I tried to enable FIPS in Java ...
2
Solved
Is there a way to determine from the .NET framework whether or not the FIPS policy is being enforced on the windows computer?
1
Solved
According to Python Cryptography library's documentation [1], it is possible to build a custom cryptography wheel with OpenSSL statically linked. I tried doing this with an OpenSSL installation bui...
Bronchiectasis asked 4/10, 2019 at 0:30
8
I'm running into an issue with an ASP.NET 2.0 application. Our network folks just upped our security, and now I get the floowing error whenever I try to access the app:
"This implementation is n...
Particolored asked 16/12, 2008 at 14:46
4
I'm trying to set up a web application to work in an environment where the FIPSAlgorithmPolicy is set to 1 in the Windows registry (specifically, HKLM/SYSTEM/CurrentControlSet/Control/Lsa). When th...
3
Right now the only way I can get the RijndaelManaged algorithm to work on a computer with the Local Security Setting for FIPS turned on, is to disable it. It is a government computer, so I'm not su...
Dionysiac asked 2/6, 2009 at 11:37
1
Solved
I am trying to implement the FIPS_mode and FIPS_mode_set functions in Python's ssl module since those are not present by default. A patch for Python 3.4 has already been submitted and rejected due ...
Tilford asked 26/3, 2018 at 14:12
0
I am hoping to get some guidance on enabling openssl fips mode for nginx.
So far I followed the openssl guide for enabling fips mode on the openssl.
That part works well:
# /usr/local/openssl/bin...
3
Can someone please specify the steps to enable FIPS on Postgres Database? I have googled but was not able to find anything concrete.
Sorcerer asked 21/8, 2012 at 14:23
0
We moved to BC FIPS version 1.0.1 and since then RSA Key Helper hangs for extended periods of time (stack below).
We had a similar issue in Linux that was solved by increasing entropy (urandom/hav...
Schistosome asked 4/5, 2017 at 16:8
2
Is it possible to ensure by a configuration parameter, that curl uses OpenSSL, and not NSS to retrieve https content? I need to ensure this, in order to enforce compliance with FIPS140-2, which RHE...
2
Solved
My project require to keep all data encrypted, so MSMQ needs to be encrypted too. But as it is known from the article (https://msdn.microsoft.com/en-us/library/ms704178(v=vs.85).aspx ) messages fro...
Nestling asked 17/12, 2015 at 12:27
1
I want to disalbe fips in asp .net x64 application. In web.config I added
<runtime>
<enforceFIPSPolicy enabled = "false">
</runtime>
I set debug to false.
However my applica...
3
Solved
What Java Cryptography Extension (JCE) providers are FIPS 140-2 compliant? More specifically, does the Sun/Oracle provider qualify?
Landwehr asked 18/2, 2011 at 20:55
1
I am using .net 3.5 and I'm trying to make my app FIPS compliant.I don't use any of the non FIPS algorithms but I still get this error when I run it on the production server.
This implementation...
Wast asked 29/9, 2015 at 5:48
1
Solved
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 exception on the server side:
java.security.NoSuchAlgorithmExceptio...
1
Solved
I am working on a security related project and have to make sure it is under FIPS compliance.
According to my understanding, FIPS compliance is compliance at hardware as well as software level. Cu...
1
I cross compiled the FIPS for armv7 using the instructions from
http://opensslfoundation.com/testing/validation-2.0/platforms/ios/
I am having difficulties cross compiling openssl dependency on fi...
Fluorosis asked 14/9, 2012 at 21:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.