haraka / haraka-net-utils

haraka network utilities
https://www.npmjs.com/package/haraka-net-utils
MIT License
2 stars 13 forks source link

openssl-wrapper dependency removal #32

Closed msimerson closed 4 years ago

msimerson commented 6 years ago

openssl-wrapper is currently a dependency in this package. As part of the TLS revamping project I moved all the TLS functions out of this package and into Haraka/tls_socket.js. Unfortunately, I didn't move the openssl-wrapper dependency to Haraka's package.json. It worked fine because this is a Haraka dep but now there are published versions of Haraka that won't work unless openssl-wrapper is included in this package. I haven't thought of a "doesn't hurt someone" solution.

msimerson commented 6 years ago

As some point in the future when 2.0.16 is out of support, delete load_tls_ini() and tls_ini_section_with_defaults() (unused since 2.0.17).