Sophie

Sophie

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

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-mini-tls1_1.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-mini-tls1_1.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="config-mini-tls1__1_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"> * Minimal configuration for TLS 1.1 (RFC 4346), implementing only the</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * required ciphersuite: TLS_RSA_WITH_3DES_EDE_CBC_SHA</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"> * See README.txt for usage instructions.</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;</div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="preprocessor">#ifndef POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">/* System support */</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#aaf950f213522f157d2d5b9a8aee3fda0">   12</a></span>&#160;<span class="preprocessor">#define POLARSSL_HAVE_ASM</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a723ca00bc7dce607d0491f0d54af8712">   13</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HAVE_TIME</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a3bc8e995339545bbd793276e956490c9">   14</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HAVE_IPV6</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">/* PolarSSL feature support */</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a251314f1d4af28e1ca4bfa56746c869d">   17</a></span>&#160;<span class="preprocessor">#define POLARSSL_CIPHER_MODE_CBC</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a16e6716385b02f783d86aa5396922628">   18</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PKCS1_V15</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#acc7eeaaa462d9a8e9c848f8b363a795d">   19</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_KEY_EXCHANGE_RSA_ENABLED</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a7df305f7c0bb4bf31a95d88935a8d0aa">   20</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_PROTO_TLS1_1</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">/* PolarSSL modules */</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a3310b96b376135cdd739f1d1b1e309a8">   23</a></span>&#160;<span class="preprocessor">#define POLARSSL_AES_C</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#afb5afec52eecb3ef0cd4fbb7130c1c5a">   24</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ASN1_PARSE_C</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a9eb3a56af08642f73f99e470050f360e">   25</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ASN1_WRITE_C</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a9db8a047df8fba178ecca64a497f20de">   26</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_BIGNUM_C</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ad19dd8aaf92e684518f3ea50314e779b">   27</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CIPHER_C</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a110dc4418f57b7b3b4f5c94479c8fa0c">   28</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CTR_DRBG_C</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a86d1239de36920ebb914e53c422a849f">   29</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_DES_C</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a99fb86fb5ae02c8b652a2f1b003d2c76">   30</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ENTROPY_C</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ae87e3dca8e39209137f7aeb3fc1ad4fd">   31</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_MD_C</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a4944838361aeb659eaeff2d630023e23">   32</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_MD5_C</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a152f79d8afbf6676a45b6103169f8b1b">   33</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_NET_C</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#aa0d2210e21ad6ef2a3ddb1f6e129f820">   34</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_OID_C</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ae52910687360c49b39dbbb8a687a2a36">   35</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_C</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#aeace2873738577763514ed69f289a6ae">   36</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_PARSE_C</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ae53414875f3544f73c4126230ea57dc5">   37</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_RSA_C</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a69a2d1a62e7c6e2b6830b66b3f6c7d57">   38</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA1_C</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a953ccd4b55da116c3572126292df3fb2">   39</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA256_C</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a7004f00316cf53a70221441e62730fb2">   40</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_CLI_C</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ab7e0e775b47f9651aa04ccf3a2ebd6f2">   41</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_SRV_C</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a4d9bde1b523dcd9a4e009cfcaba96096">   42</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SSL_TLS_C</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#afd33a5d863daec0a3c2fe83c092840f3">   43</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_X509_CRT_PARSE_C</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#aab6ae64b3cc742cd39b22314ec61dee5">   44</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_X509_USE_C</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">/* For test certificates */</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#ab8ab42de2bcdd82cee48255bd2883d00">   47</a></span>&#160;<span class="preprocessor">#define POLARSSL_BASE64_C</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a78f7857b1edc60e5091fc61ffd734ffb">   48</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CERTS_C</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a7af171fb0645a3ea6cd6e7fe34a72f8b">   49</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PEM_PARSE_C</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="comment">/* For testing with compat.sh */</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="config-mini-tls1__1_8h.html#a4e014f11f706db3d12a91e298566de04">   52</a></span>&#160;<span class="preprocessor">#define POLARSSL_FS_IO</span></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</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="l00055"></a><span class="lineno">   55</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</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>