Lines Matching full:its

24 Sometimes TLS is referred to by its predecessor's name SSL (Secure Sockets
40 (and its predecessor SSL) have been around for a significant period of time and
51 SSL was initially developed by Netscape Communications and its first publicly
81 server including its full DNS hostname. Also within the certificate is the
95 certificate (including its DNS hostname). The CA should only sign the
97 have control of the server associated with its DNS hostname and that the server
114 That intermediate CA also has a certificate containing its public key which is
116 CA, but if the server sends both its own certificate and the certificate for the
125 server its certificate and the server authenticates it in the same way that the
149 of B<OPENSSLDIR> and check its contents. For example if B<OPENSSLDIR> is
168 OpenSSL will look for its trusted certificate store. Set the B<SSL_CERT_PATH>
169 environment variable to give the directory where OpenSSL should looks for its
191 If its not working as expected then you might see output like this instead:
198 in its trusted certificate store. Check your trusted certificate store
236 Finally, an endpoint can establish a "session" with its peer. The session holds
262 complete once an endpoint has sent its last message (known as the "Finished"
263 message) and received a Finished message from its peer. Note that this might
265 server always sends its Finished message before the client. The client later
266 responds with its Finished message. At this point the client has completed the
268 has sent its Finished message but the Finished message from the client may still