wolfssl/IDE/NETOS
Kaleb Himes 6b66149edb
Merge branch 'master' into OE8-CHECK-IN
2025-04-14 15:24:28 -06:00
..
Makefile.wolfcrypt.inc OE8 NETOS 140-3 updates check-in 2024-11-07 17:04:32 -06:00
README.md Check-in non-FIPS specific porting changes for OE22 2021-10-22 15:01:14 -06:00
include.am OE8 NETOS 140-3 updates check-in 2024-11-07 17:04:32 -06:00
user_settings.h Merge branch 'master' into OE8-CHECK-IN 2025-04-14 15:24:28 -06:00
user_settings.h-cert2425 OE8 NETOS 140-3 updates check-in 2024-11-07 17:04:32 -06:00
user_settings.h-cert3389 OE8 NETOS 140-3 updates check-in 2024-11-07 17:04:32 -06:00
wolfssl_netos_custom.c Merge branch 'master' into OE8-CHECK-IN 2025-04-14 15:24:28 -06:00

README.md

Developer notes about files in this directory:

NOTE: These files are for use with the wolfCrypt FIPS module and are not intended or designed for use in a generic NETOS use-case. Adjustments to the user_settings.h will be necessary for use in non-FIPS scenarios.

Makefile.wolfcrypt.inc: This was developed for a specific customer for inclusion by their recursive Makefile solution. This file is to be included by the top level Makefile and is used to preserve the FIPS module order when linked.

user_settings.h: For use with cert 3389: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3389

user_settings.h-cert2425: DEPRECATED (preserved for posterity) For use with expired cert 2425: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/2425

wolfssl_netos_custom.c: Functions in this file may be modified without risk of effecting the FIPS validation, these APIs' are external to the FIPS module boundary.