Looking into uSockets I can see that it is using boringSSL. Is it possible it can dynamically use node's openSSL to avoid having multiple SSL libraries within our application? If not is there a plan to support this?
I ask because having multiple SSL libraries in our app increases the security surface area of our app. Ideally we want to minimise this.
Looking into
uSocketsI can see that it is usingboringSSL. Is it possible it can dynamically use node'sopenSSLto avoid having multiple SSL libraries within our application? If not is there a plan to support this?I ask because having multiple SSL libraries in our app increases the security surface area of our app. Ideally we want to minimise this.