From a4f1447d998a00bcfc11c8f7bafc43dc3e2d1e22 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 12 Nov 2021 14:47:26 -0700 Subject: [PATCH] add FIPS 140-3 compatibility to 1.8.0 release notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bc75106..ac7b66ef 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Additional instructions can be found on the wolfSSL.com website: Release 1.8.0 has bug fixes and new features including: +* wolfCrypt FIPS 140-3 and FIPS Ready compatibility * Add Socket method wrappers, fixes behavior when inner Socket used with JSSE * Add wrappers to get FIPS verifyCore hash (FIPS error cb or directly) * Fix potential NullPointerException with several clone() methods