New option "-crlf" to s_client and s_server which tells them to convert
authorBodo Möller <bodo@openssl.org>
Sat, 7 Aug 1999 02:51:10 +0000 (02:51 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 7 Aug 1999 02:51:10 +0000 (02:51 +0000)
commit1bdb8633c105e11708ec79034eb1f0531799d3fa
tree2334a50a7c00d75c12e9c9560727f12fa10d4f6c
parentc97cbcb35bb5e29b896efbbc1d73fc62db40522e
New option "-crlf" to s_client and s_server which tells them to convert
LFs into CRLFs when forwarding data from stdin to the TLS connection.
This is necessary for properly talking HTTP.
Because of the code freeze this change is by default disabled for now;
without -DAPPS_CRLF, the code is exactly as before.
apps/s_client.c
apps/s_server.c