Changelog
v 5.5.0 (2022-09-17)
fix: Remove the OpenSSSL FIPS_mode check for Linux, Mac OS X and Windows.
feat: Rebuild the prebuilds for Mac OS X and Windows, using Node.js 16.17.0.
feat: Remove the prebuilds for Node.js 14.
Pull request 321 by @davidvujic
fix: remove code using FIPS_mode which is not available on all distros. Pull request 318 by @dreusel