Page 1 of 1

Building Pale Moon with a custom OpenSSL on Linux

Posted: 2017-04-06, 18:13
by dev1onew01f
Was wondering if it is possible to build Pale Moon with a modified custom build of OpenSSL on Linux?
(e.g. perhaps point it to link with a OpenSSL binary in an alternative location in the config files?)

I am new to the build system used in Pale Moon so some pointers would be helpful.

This would be very useful for people (including myself) who do research and development on OpenSSL, and would like to test the prototype with a full-featured browser (like Pale Moon).

Re: Building Pale Moon with a custom OpenSSL on Linux

Posted: 2017-04-07, 14:24
by dev1onew01f
Just looked at the source tree of Pale Moon and realized that the browser itself seems to be using NSS, while the WebRTC component seems to have an option for using OpenSSL. Any chances of making WebRTC use a custom OpenSSL? For experiment purposes this might suffice.