Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9e72f3e7ecf68cce016a7c5c59e863d3 > files > 213

lib64polarssl-devel-1.3.8-1.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>PolarSSL v1.3.8: config-psk-rc4-tls1_0.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">PolarSSL v1.3.8
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_04fc776559bc86402b9b97d98656c154.html">configs</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">config-psk-rc4-tls1_0.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="config-psk-rc4-tls1__0_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Custom compact configuration for TLS 1.0 with PSK and RC4</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Distinguishing features: no bignum, no PK, no X509.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * WARNING: RC4 is in the process of being deprecated!</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * This configuration is kept for testing purposes only, DO NOT USE it!</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * For a safe and lean PSK-based configuration, see config-ccm-psk-tls1_2.h</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * See README.txt for usage instructions.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#ifndef POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">/* System support */</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">//#define POLARSSL_HAVE_IPV6 /* Optional */</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">//#define POLARSSL_HAVE_TIME /* Optionnaly used in Hello messages */</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">/* Other POLARSSL_HAVE_XXX flags irrelevant for this configuration */</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">/* PolarSSL feature support */</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#aac9d1fa5aca6ddbbddcf6c09e16d2f6f">   20</a></span>&#160;<span class="preprocessor">#define POLARSSL_KEY_EXCHANGE_PSK_ENABLED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a530175d1f8aaecf9f1cc1c495f985137">   21</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_PROTO_TLS1</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">/* PolarSSL modules */</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a3310b96b376135cdd739f1d1b1e309a8">   24</a></span>&#160;<span class="preprocessor">#define POLARSSL_AES_C</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#ae3391def8e21985c92d4dbe08201de90">   25</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ARC4_C</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#ad19dd8aaf92e684518f3ea50314e779b">   26</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CIPHER_C</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a110dc4418f57b7b3b4f5c94479c8fa0c">   27</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CTR_DRBG_C</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a99fb86fb5ae02c8b652a2f1b003d2c76">   28</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ENTROPY_C</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#ae87e3dca8e39209137f7aeb3fc1ad4fd">   29</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_MD_C</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a4944838361aeb659eaeff2d630023e23">   30</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_MD5_C</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a152f79d8afbf6676a45b6103169f8b1b">   31</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_NET_C</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a69a2d1a62e7c6e2b6830b66b3f6c7d57">   32</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA1_C</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a953ccd4b55da116c3572126292df3fb2">   33</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA256_C</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a7004f00316cf53a70221441e62730fb2">   34</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_CLI_C</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#ab7e0e775b47f9651aa04ccf3a2ebd6f2">   35</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_SRV_C</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="config-psk-rc4-tls1__0_8h.html#a4d9bde1b523dcd9a4e009cfcaba96096">   36</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_TLS_C</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="check__config_8h.html">polarssl/check_config.h</a>&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* POLARSSL_CONFIG_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="check__config_8h_html"><div class="ttname"><a href="check__config_8h.html">check_config.h</a></div><div class="ttdoc">Consistency checks for configuration options. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 31 2014 11:35:51 for PolarSSL v1.3.8 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>