• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Feb-2022-

Makefile.wolfcrypt.incH A D10-Feb-20221.2 KiB1917

README.mdH A D10-Feb-2022987 2216

include.amH A D10-Feb-2022319 118

user_settings.hH A D10-Feb-202213.5 KiB631345

user_settings.h-cert2425H A D10-Feb-20224.3 KiB178161

wolfssl_netos_custom.cH A D10-Feb-20222.4 KiB9855

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