diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-09-13 20:05:31 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-09-13 20:05:31 +0000 |
commit | 83b440d07ebf9e973b74e801d3334d452cecc471 (patch) | |
tree | c0582ee062ccfedefc21af4d013b18cb97765602 /doc | |
parent | 70840437193871adb5974a33d882cf271a81161c (diff) | |
download | gnutls-83b440d07ebf9e973b74e801d3334d452cecc471.tar.gz |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tex/layers.tex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tex/layers.tex b/doc/tex/layers.tex index 58e03d780b..5dcefd25b8 100644 --- a/doc/tex/layers.tex +++ b/doc/tex/layers.tex @@ -5,10 +5,6 @@ the Handshake Protocol and the Alert Protocol. The Record Protocol is to serve all other protocols and is above the transport layer. The Record protocol offers symmetric encryption, data authenticity, and optionally compression. -In \gnutls{} the record protocol is accessed using the -\printfunc{gnutls_record_recv}{gnutls\_record\_recv} and -\printfunc{gnutls_record_send}{gnutls\_record\_send} -functions. \par The Alert protocol offers some signaling to the other protocols. It can |