On Mon, Jul 1, 2024 at 5:00 PM Mark Thomas <ma...@apache.org> wrote: > > On 28/06/2024 13:25, r...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > remm pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The following commit(s) were added to refs/heads/main by this push: > > new 61f8c08253 Remove MacOS workaround > > 61f8c08253 is described below > > > > commit 61f8c08253746733f73209522f37182a9d672bd1 > > Author: remm <r...@apache.org> > > AuthorDate: Fri Jun 28 14:24:47 2024 +0200 > > > > Remove MacOS workaround > > I'm afraid I am going to need to make further changes to this. > > The issue appears to be that > SymbolLookup.libraryLookup(System.mapLibraryName("ssl"), LIBRARY_ARENA) > ignores java.library.path > > That in turns causes crashes (at least in the tests) when it tries to > load the LibreSSL implementation that ships with MacOS. > > I think we need to go back to the version that was MacOS specific and > used System.loadLibrary("ssl");
Ok. After testing it didn't seem to me like it was adding anything since it's not really a crash. > I am also seeing an issue where the TLS 1.3 client cert test that > requires BEFORE_INIT_EVENT to be called on the listener before the test. Not sure I understand, the one in TestOpenSSLConf needed it, but I didn't notice anything wrong with TestClientCertTls13. Feel free to add it if needed. Rémy > I have these changes working locally on my M1 mac but they need cleaning > up. My plan is to do the clean-up, test on my M1, commit and then test > on MacOS Intel, Linux and Windows. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org