On 25. Jun 2018, at 13:13, Mallik Soupati <malli...@gmail.com> wrote:
I would like to build netty-tcnative project locally, to generate openssl-static jar. In fact, I was able to do it, and it works fine. But, my requirement include to link OpenSSL with FIPS to netty-tcnative. Is there an easy way to do that, by changing the build process/scripts. Or please let me know if that feature is already in place.thanks.
--
You received this message because you are subscribed to the Google Groups "Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netty+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/abdeac16-dcb9-4c31-977e-98e05a40b131%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/af1879ae-2b53-4ea7-82c3-522d604c95c1%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/f2b950cc-7111-4199-b942-e44848593fd0%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/97c36b82-f6f8-414c-a219-fedd823f3374%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/82e39498-91ff-4bd1-844b-6e7fb7f133aa%40googlegroups.com.
[root@localmail netty-tcnative]# pwd
/home/eng/tcnative-src/netty-tcnative
[root@localmail netty-tcnative]# git diff
diff --git a/openssl-static/pom.xml b/openssl-static/pom.xml
index 146292b..420529c 100644
--- a/openssl-static/pom.xml
+++ b/openssl-static/pom.xml
@@ -228,7 +228,7 @@
<mkdir dir="${sslHome}" />
<exec executable="config" failonerror="true" dir="${opensslBuildDir}" resolveexecutable="true">
- <arg line="-O3 -fno-omit-frame-pointer -fPIC no-ssl2 no-ssl3 no-shared no-comp -DOPENSSL_NO_HEARTBEATS --prefix=${sslHome} --openssldir=${sslHome}" />
+ <arg line="fips --with-fipsdir=/data/ssl/fips2.0 -O3 -fno-omit-frame-pointer -fPIC no-ssl2 no-ssl3 no-shared no-comp -DOPENSSL_NO_HEARTBEATS --prefix=${sslHome} --open
</exec>
<exec executable="make" failonerror="true" dir="${opensslBuildDir}" resolveexecutable="true">
<arg value="depend" />
diff --git a/pom.xml b/pom.xml
index 35a5e1f..2dfe98c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
- Record the sha256: sha1sum -a 256 libressl-{libresslVersion}.tar.gz (shasum on osx)
-->
<libresslSha256>1e3a9fada06c1c060011470ad0ff960de28f9a0515277d7336f7e09362517da6</libresslSha256>
- <opensslMinorVersion>1.1.0</opensslMinorVersion>
- <opensslPatchVersion>h</opensslPatchVersion>
+ <opensslMinorVersion>1.0.2</opensslMinorVersion>
+ <opensslPatchVersion>o</opensslPatchVersion>
<opensslVersion>${opensslMinorVersion}${opensslPatchVersion}</opensslVersion>
<opensslSha256>5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517</opensslSha256>
<aprHome>${project.build.directory}/apr</aprHome>
[root@localmail netty-tcnative]
Any update ?
To unsubscribe from this group and stop receiving emails from it, send an email to netty+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/82e39498-91ff-4bd1-844b-6e7fb7f133aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.