User Tools

Site Tools


dido:public:ra:xapend:xapend.b_stds:tech:ietf:ssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:public:ra:xapend:xapend.b_stds:tech:ietf:ssl [2021/07/26 16:01]
murphy
dido:public:ra:xapend:xapend.b_stds:tech:ietf:ssl [2021/08/17 13:40] (current)
murphy
Line 3: Line 3:
  
 <​table>​ <​table>​
-<​caption>​Data sheet for The Secure Sockets Layer (SSL) Protocol Version 3.0</​caption>​+<​caption>​Data sheet for The [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​ssl|Secure Sockets Layer (SSL)]] Protocol Version 3.0</​caption>​
 | Title                      | The Secure Sockets Layer (SSL) Protocol Version 3.0 | | Title                      | The Secure Sockets Layer (SSL) Protocol Version 3.0 |
 | Acronym ​                   | SSL | | Acronym ​                   | SSL |
Line 15: Line 15:
  
 ==== Introduction ==== ==== Introduction ====
-  : //The primary goal of the SSL protocol is to provide privacy and+  : //The primary ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​g:​goal|goal]] ​of the SSL protocol is to provide privacy and
    ​reliability between two communicating [[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​application|applications]]. ​ The protocol is    ​reliability between two communicating [[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​application|applications]]. ​ The protocol is
    ​composed of two layers. ​ At the lowest level, layered on top of some    ​composed of two layers. ​ At the lowest level, layered on top of some
Line 21: Line 21:
    ​protocol. ​ The SSL record protocol is used for encapsulation of    ​protocol. ​ The SSL record protocol is used for encapsulation of
    ​various higher level protocols. ​ One such encapsulated protocol, the    ​various higher level protocols. ​ One such encapsulated protocol, the
-   SSL handshake protocol, allows the server and client to authenticate +   SSL handshake protocol, allows the [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​server|server]] ​and [[dido:​public:​ra:​xapend:​xapend.a_glossary:​c:​client|client]] ​to authenticate 
-   each other and to negotiate an encryption algorithm and cryptographic +   each other and to negotiate an [[dido:​public:​ra:​xapend:​xapend.a_glossary:​e:​encryption|encryption]] algorithm and cryptographic 
-   keys before the application protocol transmits or receives its first+   [[dido:​public:​ra:​xapend:​xapend.a_glossary:​k:​key|keys]] before the application protocol transmits or receives its first
    byte of data.  One advantage of SSL is that it is application    byte of data.  One advantage of SSL is that it is application
    ​protocol independent. ​ A higher level protocol can layer on top of    ​protocol independent. ​ A higher level protocol can layer on top of
Line 30: Line 30:
  
     * //The connection is private. ​ Encryption is used after an initial     * //The connection is private. ​ Encryption is used after an initial
-      handshake to define a secret key.  Symmetric cryptography is used+      handshake to define a secret key.  Symmetric ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​c:​cryptography|cryptography]] ​is used
       for data encryption (e.g., DES, 3DES, RC4).//       for data encryption (e.g., DES, 3DES, RC4).//
  
     * //The peer's identity can be authenticated using asymmetric, or     * //The peer's identity can be authenticated using asymmetric, or
-      public key, cryptography (e.g., RSA, DSS).//+      ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​p:​public_key|public key]], cryptography (e.g., RSA, DSS).//
  
     * //The connection is reliable. ​ Message transport includes a message     * //The connection is reliable. ​ Message transport includes a message
Line 40: Line 40:
       [RFC2104]. ​ Secure hash functions (e.g., SHA, MD5) are used for       [RFC2104]. ​ Secure hash functions (e.g., SHA, MD5) are used for
       MAC computations.//​       MAC computations.//​
-      ​+ 
 /​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 /* To add a discussion page to this page, comment out the line that says  /* To add a discussion page to this page, comment out the line that says 
dido/public/ra/xapend/xapend.b_stds/tech/ietf/ssl.1627329669.txt.gz · Last modified: 2021/07/26 16:01 by murphy