Is it possible to create a FIPS 140-2 compliant server in Perl?

Posted by Nayruden on Stack Overflow See other posts from Stack Overflow or by Nayruden
Published on 2010-06-14T20:26:39Z Indexed on 2010/06/14 20:32 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

The question is pretty simple, is it possible to create a FIPS 140-2 compliant server in Perl? Especially, is it possible without modifying any of the C code for the modules? If it's not possible in straight Perl, what would be the easiest way to go about it from a C perspective?

I'm basically creating a mini-httpd that only serves up a single file, but due to security restrictions it needs to be served up on SSL under FIPS compliance.

© Stack Overflow or respective owner

Related posts about perl

Related posts about security