TimelordUK / jspurefix

native typescript FIX engine
MIT License
58 stars 27 forks source link

Enable supplying node native TLS options #57

Closed ChrisiPK closed 1 year ago

ChrisiPK commented 1 year ago

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.

TimelordUK commented 1 year ago

greaat work thanks so much for improving and using the library