Next: , Up: Internal architecture of GnuTLS   [Contents][Index]


11.1 The TLS Protocol

The main use case for the TLS protocol is shown in Figure 11.1. A user of a library implementing the protocol expects no less than this functionality, i.e., to be able to set parameters such as the accepted security level, perform a negotiation with the peer and be able to exchange data.

gnutls-client-server-use-case

Figure 11.1: TLS protocol use case.