stason.org logo lotus


previous page: 4.3) When did MD5 get "disavowed"?page up: Secure Sockets Layer Discussion List FAQnext page: 4.5) It appears that there is no way in the SSL protocol to resynchronize blocks if they get out of synch. Is that true?

4.4) The record protocol sits underneath the other protocols, right?... (SSL)

 Books
 TULARC
















Description

This article is from the Secure Sockets Layer Discussion List FAQ, by Shannon Appel SAppel@consensus.com with numerous contributions by others.

4.4) The record protocol sits underneath the other protocols, right?... (SSL)

... It appears that information can be sent only in blocks. Does
there have to be a one-to-one mapping between write() calls on the
client/server and SSL records? Is there some other blocking
taking place when user data is being sent?

The record layer takes a data stream from the higher layers and
fragments it into records. If the write is longer than 2^14 bytes
(with headers), the record layer will generate multiple records.
Multiple writes can be condensed into a single record.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

security, SSL, Secure Sockets Layer, protocol







TOP
previous page: 4.3) When did MD5 get "disavowed"?page up: Secure Sockets Layer Discussion List FAQnext page: 4.5) It appears that there is no way in the SSL protocol to resynchronize blocks if they get out of synch. Is that true?