Skip to content

Commit

Permalink
Introduce IDE-FIPS director
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 30, 2024
1 parent 72306b9 commit 09ecf4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions IDE-FIPS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# IDE-FIPS

This directory contains FIPS-only IDE builds to better isolate from non-FIPS environments.

When adding a new environment, remember to edit the local [include.am](./include.am) file
and probably create a new `IDE-FIPS/<NEW-OE>/include.am` file as well.
8 changes: 8 additions & 0 deletions IDE-FIPS/include.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root

# For example, when WIN-SRTP-KDF-140-3 is ready:
# include IDE-FIPS/WIN-SRTP-KDF-140-3/include.am

EXTRA_DIST+= IDE-FIPS/README.md
2 changes: 2 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
For FIPS builds not found here, see the IDE-FIPS directory.

0. Building on *nix from git repository

Run the autogen script to generate configure, then proceed to step 1.
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ include mcapi/wolfssl.X/nbproject/include.am
include mcapi/zlib.X/nbproject/include.am
include tirtos/include.am
include IDE/include.am
include IDE-FIPS/include.am
endif
include scripts/include.am

Expand Down

0 comments on commit 09ecf4b

Please sign in to comment.