Re: [CRYPTO] Progress with macOS and Windows

2022-07-06 Thread sebb
On Mon, 4 Jul 2022 at 23:53, sebb wrote: > > On Mon, 4 Jul 2022 at 17:20, sebb wrote: > > > > The JNA code should now be able to support all combinations of methods. > > > > Also JNA supports the property jna.library.path when loading the crypto > > library. > > This allows one to override the d

Re: [CRYPTO] Progress with macOS and Windows

2022-07-04 Thread sebb
On Mon, 4 Jul 2022 at 17:20, sebb wrote: > > The JNA code should now be able to support all combinations of methods. > > Also JNA supports the property jna.library.path when loading the crypto > library. > This allows one to override the default which may not be the same as > the default OpenSSL

[CRYPTO] Progress with macOS and Windows

2022-07-04 Thread sebb
The JNA code should now be able to support all combinations of methods. Also JNA supports the property jna.library.path when loading the crypto library. This allows one to override the default which may not be the same as the default OpenSSL version. e.g. the GH action builds default to OpenSSL 1.