Closed Rotzbua closed 3 years ago
Thanks for the library! I needed some more utility and added some functions for encrypted connections.
add encryption for connection add timeout config add IPv4/6 force
fix "tls" instead of "ssl" for ca connections, "tls" only allows tls1.0 but "ssl" uses newer versions
Had to increase to php7, older php versions too mature for useful crypto stuff.
Problems still unfixed, but no incentive to resolve merge conflicts. For those reasons closed.
Thanks for the library! I needed some more utility and added some functions for encrypted connections.
Additions
add encryption for connection add timeout config add IPv4/6 force
Change
fix "tls" instead of "ssl" for ca connections, "tls" only allows tls1.0 but "ssl" uses newer versions
Backwards compatibility
Had to increase to php7, older php versions too mature for useful crypto stuff.