Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 10-Feb-2022 | - | ||||
Makefile.wolfcrypt.inc | H A D | 10-Feb-2022 | 1.2 KiB | 19 | 17 | |
README.md | H A D | 10-Feb-2022 | 987 | 22 | 16 | |
include.am | H A D | 10-Feb-2022 | 319 | 11 | 8 | |
user_settings.h | H A D | 10-Feb-2022 | 13.5 KiB | 631 | 345 | |
user_settings.h-cert2425 | H A D | 10-Feb-2022 | 4.3 KiB | 178 | 161 | |
wolfssl_netos_custom.c | H A D | 10-Feb-2022 | 2.4 KiB | 98 | 55 |
README.md
1Developer notes about files in this directory: 2 3NOTE: These files are for use with the wolfCrypt FIPS module and are not 4 intended or designed for use in a generic NETOS use-case. Adjustments 5 to the user_settings.h will be necessary for use in non-FIPS scenarios. 6 7Makefile.wolfcrypt.inc: 8This was developed for a specific customer for inclusion by their recursive 9Makefile solution. This file is to be included by the top level Makefile and is 10used to preserve the FIPS module order when linked. 11 12user_settings.h: 13For use with cert 3389: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3389 14 15user_settings.h-cert2425: 16DEPRECATED (preserved for posterity) 17For use with expired cert 2425: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/2425 18 19wolfssl_netos_custom.c: 20Functions in this file may be modified without risk of effecting the FIPS 21validation, these APIs' are external to the FIPS module boundary. 22