stream_socket_enable_crypto() with any TLS crypto methods are broken
Open
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
Use any of these crypto methods, handshaking with gmail server will fail. Using STREAM_CRYPTO_METHOD_SSLv23_CLIENT (or other SSL method) can succeed.
const int STREAM_CRYPTO_METHOD_TLS_CLIENT = 57;
const int STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT = 9;
const int STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = 17;
const int STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = 33;
I'm using HHVM 4.79
Contributor guide
Assessment
This issue has not been assessed yet.