Remove unnessecary functions in SSLObj, add comments to SSLObj and update docs
This commit is contained in:
parent
c6ac76be27
commit
c832294902
55 changed files with 1669 additions and 345 deletions
|
@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
: <a class="el" href="class_s_s_l_client.html#a4a2172aedfcc483ba2a256ad12148630">SSLClient< C, SessionCache ></a>
|
||||
</li>
|
||||
<li>connect_impl()
|
||||
: <a class="el" href="class_s_s_l_client_impl.html#aa5c14ecf301c268306946c85825e565b">SSLClientImpl</a>
|
||||
: <a class="el" href="class_s_s_l_client_impl.html#ae6c947ad92979ab99364428004abbeba">SSLClientImpl</a>
|
||||
</li>
|
||||
<li>connected()
|
||||
: <a class="el" href="class_s_s_l_client.html#a25e4414ab0c9424d09592f9567a678dc">SSLClient< C, SessionCache ></a>
|
||||
|
@ -144,7 +144,7 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
<h3><a id="index_g"></a>- g -</h3><ul>
|
||||
<li>get_arduino_client()
|
||||
: <a class="el" href="class_s_s_l_client.html#a9c5001bdfa75ccc0d93cc60dd872b38a">SSLClient< C, SessionCache ></a>
|
||||
, <a class="el" href="class_s_s_l_client_impl.html#a20dd9a9794b95719e6f3df8cb39126e3">SSLClientImpl</a>
|
||||
, <a class="el" href="class_s_s_l_client_impl.html#ab1c8f30bd3669c15e07fa1522ede4336">SSLClientImpl</a>
|
||||
</li>
|
||||
<li>get_hostname()
|
||||
: <a class="el" href="class_s_s_l_session.html#a825373c5ba1aa6c45e74dc8a72b21820">SSLSession</a>
|
||||
|
@ -153,7 +153,7 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
: <a class="el" href="class_s_s_l_session.html#a878e1e8788634c5c42778369fbf7bab0">SSLSession</a>
|
||||
</li>
|
||||
<li>get_session_array()
|
||||
: <a class="el" href="class_s_s_l_client.html#a9e7769fed78825cf4723778f4b5aa3e9">SSLClient< C, SessionCache ></a>
|
||||
: <a class="el" href="class_s_s_l_client.html#a18adfc074d6b8e996819d4beb4689cbd">SSLClient< C, SessionCache ></a>
|
||||
, <a class="el" href="class_s_s_l_client_impl.html#a44cfafd6f5cdcaa5dbac22961ab3a58b">SSLClientImpl</a>
|
||||
</li>
|
||||
<li>get_session_impl()
|
||||
|
@ -173,6 +173,9 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
|
||||
|
||||
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||
<li>index
|
||||
: <a class="el" href="structssl__pem__decode__state.html#a8abbaad636bfcf50ef38f529e3cfd5f3">ssl_pem_decode_state</a>
|
||||
</li>
|
||||
<li>is_valid_session()
|
||||
: <a class="el" href="class_s_s_l_session.html#a0c36cee72cfa862b7d4b2f5c112d5076">SSLSession</a>
|
||||
</li>
|
||||
|
@ -263,9 +266,15 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
|
||||
|
||||
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||
<li>set_mutual_impl()
|
||||
: <a class="el" href="class_s_s_l_client_impl.html#a9dd694f8e0e65624b103dc781a7744af">SSLClientImpl</a>
|
||||
</li>
|
||||
<li>set_parameters()
|
||||
: <a class="el" href="class_s_s_l_session.html#a2fa15ce0b7caae25dfb567954175257e">SSLSession</a>
|
||||
</li>
|
||||
<li>setMutualAuthParams()
|
||||
: <a class="el" href="class_s_s_l_client.html#a16aa9765bd450dcbba21c598456f464f">SSLClient< C, SessionCache ></a>
|
||||
</li>
|
||||
<li>SSLClient()
|
||||
: <a class="el" href="class_s_s_l_client.html#ae9a7509bc8a18f67e286547c19deb3c0">SSLClient< C, SessionCache ></a>
|
||||
</li>
|
||||
|
@ -291,6 +300,13 @@ $(document).ready(function(){initNavTree('functions.html','');});
|
|||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_v"></a>- v -</h3><ul>
|
||||
<li>vect
|
||||
: <a class="el" href="structssl__pem__decode__state.html#a95f2366376d5f958f9bc1e859b59bae9">ssl_pem_decode_state</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3><a id="index_w"></a>- w -</h3><ul>
|
||||
<li>write()
|
||||
: <a class="el" href="class_s_s_l_client.html#a6b8ff53c10fe34aab1dc2561410f70bb">SSLClient< C, SessionCache ></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue