wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

Introduce IDE-FIPS directory #8126

Open gojimmypi opened 3 weeks ago

gojimmypi commented 3 weeks ago

Description

Upon reconsideration after the merge of https://github.com/wolfSSL/wolfssl/pull/8090, I think it would be best to move all project files to the respective IDE/\<environment> directory, out of the respective source directories such as wolfcrypt/benchmark.

Additionally, it may be best to isolate FIPS and non-FIPS environments.

This PR proposes a new IDE-FIPS for all the FIPS-related builds in preparation for the moves.

Fixes zd# n/a

Testing

Not tested.

Checklist

gojimmypi commented 3 weeks ago

Jenkins retest this please