While using the library, I noticed it is impossible to pass native Node.JS TLS options to the underlying TLS implementation. I added these as additional options to the existing ITlsOptions interface, so everything is backwards-compatible. This still keeps the same functionality for the existing properties, but allows the user to overwrite any option using the newly added properties.
While using the library, I noticed it is impossible to pass native Node.JS TLS options to the underlying TLS implementation. I added these as additional options to the existing
ITlsOptions
interface, so everything is backwards-compatible. This still keeps the same functionality for the existing properties, but allows the user to overwrite any option using the newly added properties.