RFC: FIPS mode #59051
alhirzel
started this conversation in
RFC: features for discussion
RFC: FIPS mode
#59051
Replies: 1 comment
-
#54903 seems related |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if there are any efforts or ideas for bringing an easily-audited FIPS mode to Julia. This would likely involve enabling some of the
USE_SYSTEM_LIB*
family of build options. This could involve some slick audit assistance tool(s) that would focus attention on things like macros, eval calls, and code paths thru un-audited packages. This could involve tracking justifications for each instance (perhaps use a code hash to relate to explanation or justification artifacts). Perhaps a build-time option plus something likeFIPSCompliance.jl
could comprise this idea, or it could all just be relegated to the latter which would flag non-compliant build options.Looking for ideas, experience, and the opinion of the primary Julia developers.
Beta Was this translation helpful? Give feedback.
All reactions