FIPS compliance
mbeeson
Posts: 1 New member
Is SmartAssembly FIPS compliant?
If FIPS is enabled on a client machine, when a error report is sent using ReportExceptionEventArgs.SendReport(), an error is returned: "ERR 2004: The implementation is not part of the Windows Platform FIPS validated cryptographic. The application it is hosted in is built against .NET 4.8. I see that SmartAssembly.SmartExceptionsCore in the GAC is built against .NET Framework 3.5.
I have also tried assembly binding with the appliesTo attribute, but it still can't send if the machine has FIPS enabled.
If FIPS is enabled on a client machine, when a error report is sent using ReportExceptionEventArgs.SendReport(), an error is returned: "ERR 2004: The implementation is not part of the Windows Platform FIPS validated cryptographic. The application it is hosted in is built against .NET 4.8. I see that SmartAssembly.SmartExceptionsCore in the GAC is built against .NET Framework 3.5.
I have also tried assembly binding with the appliesTo attribute, but it still can't send if the machine has FIPS enabled.