lordgamez commented on code in PR #2223:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2223#discussion_r3673086877


##########
conanfile.py:
##########
@@ -59,6 +59,7 @@ def requirements(self):
         self.requires("lz4/1.10.0", force=True)
         self.requires("libcurl/8.20.0", force=True)
         self.requires("openssl/3.6.2", force=True)
+        self.requires("openssl-fips/3.1.2@minifi/develop")
         self.requires("zlib/1.3.2", force=True)

Review Comment:
   We use a separate OpenSSL FIPS library from a FIPS validated OpenSSL version 
(3.1.2) and it is compatible with OpenSSL 3.6.2.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to