fix comments about TLS version

This commit is contained in:
gpatel-fr 2018-10-22 21:03:57 +02:00
parent 5ef8706e13
commit 8fcb535eba

4
tcp.c
View File

@ -300,7 +300,7 @@ tcp_recv(STREAM s, uint32 length)
return s; return s;
} }
/* Establish a SSL/TLS 1.0 connection */ /* Establish a SSL/TLS 1.0-1-2 connection */
RD_BOOL RD_BOOL
tcp_tls_connect(void) tcp_tls_connect(void)
{ {
@ -393,7 +393,7 @@ tcp_tls_connect(void)
return False; return False;
} }
/* Get public key from server of TLS 1.0 connection */ /* Get public key from server of TLS 1.x connection */
RD_BOOL RD_BOOL
tcp_tls_get_server_pubkey(STREAM s) tcp_tls_get_server_pubkey(STREAM s)
{ {