When I'm using a Secure Socket Layer (SSL) to transmit and receive data. Does the data using SSL encrypted? If it is, what encryption is the standard? DES, DES3 etc.
on more secure encryption,
you can change the algorithm used on SSL handshake in both your
server and your client.
5.6.1.2 Client hello
cipher_suites
This is a list of the cryptographic options
supported by the client, sorted with the
client's first preference first. If the
session_id field is not empty (implying a
session resumption request) this vector must
include at least the cipher_suite from that
session. Values are defined in Appendix A.6.
5.6.1.3 Server hello
cipher_suite
The single cipher suite selected by the server
from the list in ClientHello.cipher_suites.
For resumed sessions this field is the value
from the state of the session being resumed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.