Hello,
> I have a question about the creation of SSL contexts,
> client hello and zlib compression.
>
> For example, executing
> `openssl s_server -accept ... -key ... -cert ...`
> uses SSLv23_server_method by default.
> (note: I use openssl 0.9.8d)
>
> Connecting to this server using
> `openssl
Hi,
I have a question about the creation of SSL contexts,
client hello and zlib compression.
For example, executing
`openssl s_server -accept ... -key ... -cert ...`
uses SSLv23_server_method by default.
(note: I use openssl 0.9.8d)
Connecting to this server using
`openssl s_client -connect ...