Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > f835bee5b8b7ec08e20fae17cab51e63 > files > 601

lib64mbedtls-devel-2.7.3-1.mga6.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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>mbed TLS v2.7.3: mbedtls_x509_crt_profile Struct Reference</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 id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">mbed TLS v2.7.3
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">mbedtls_x509_crt_profile Struct Reference<div class="ingroups"><a class="el" href="group__x509__module.html">X.509 module</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p><code>#include &lt;<a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a1251640211d47c8e4b80b99d5b178685"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmbedtls__x509__crt__profile.html#a1251640211d47c8e4b80b99d5b178685">allowed_mds</a></td></tr>
<tr class="separator:a1251640211d47c8e4b80b99d5b178685"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a13cba76eca3f0bce8a93b8f59fe69370"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmbedtls__x509__crt__profile.html#a13cba76eca3f0bce8a93b8f59fe69370">allowed_pks</a></td></tr>
<tr class="separator:a13cba76eca3f0bce8a93b8f59fe69370"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8149f4d17f3f465e2255f5af997e4c8e"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmbedtls__x509__crt__profile.html#a8149f4d17f3f465e2255f5af997e4c8e">allowed_curves</a></td></tr>
<tr class="separator:a8149f4d17f3f465e2255f5af997e4c8e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a094e9eb35ed5e9a16b67d2e8bd97e83c"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmbedtls__x509__crt__profile.html#a094e9eb35ed5e9a16b67d2e8bd97e83c">rsa_min_bitlen</a></td></tr>
<tr class="separator:a094e9eb35ed5e9a16b67d2e8bd97e83c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Security profile for certificate verification.</p>
<p>All lists are bitfields, built by ORing flags from <a class="el" href="group__x509__module.html#gaedcb73f1c615c266a348a0c62763c5de">MBEDTLS_X509_ID_FLAG()</a>. </p>

<p class="definition">Definition at line <a class="el" href="x509__crt_8h_source.html#l00108">108</a> of file <a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>.</p>
</div><h2 class="groupheader">Field Documentation</h2>
<a id="a8149f4d17f3f465e2255f5af997e4c8e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8149f4d17f3f465e2255f5af997e4c8e">&#9670;&nbsp;</a></span>allowed_curves</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t mbedtls_x509_crt_profile::allowed_curves</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Elliptic curves for ECDSA </p>

<p class="definition">Definition at line <a class="el" href="x509__crt_8h_source.html#l00112">112</a> of file <a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>.</p>

</div>
</div>
<a id="a1251640211d47c8e4b80b99d5b178685"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1251640211d47c8e4b80b99d5b178685">&#9670;&nbsp;</a></span>allowed_mds</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t mbedtls_x509_crt_profile::allowed_mds</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>MDs for signatures </p>

<p class="definition">Definition at line <a class="el" href="x509__crt_8h_source.html#l00110">110</a> of file <a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>.</p>

</div>
</div>
<a id="a13cba76eca3f0bce8a93b8f59fe69370"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a13cba76eca3f0bce8a93b8f59fe69370">&#9670;&nbsp;</a></span>allowed_pks</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t mbedtls_x509_crt_profile::allowed_pks</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>PK algs for signatures </p>

<p class="definition">Definition at line <a class="el" href="x509__crt_8h_source.html#l00111">111</a> of file <a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>.</p>

</div>
</div>
<a id="a094e9eb35ed5e9a16b67d2e8bd97e83c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a094e9eb35ed5e9a16b67d2e8bd97e83c">&#9670;&nbsp;</a></span>rsa_min_bitlen</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">uint32_t mbedtls_x509_crt_profile::rsa_min_bitlen</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Minimum size for RSA keys </p>

<p class="definition">Definition at line <a class="el" href="x509__crt_8h_source.html#l00113">113</a> of file <a class="el" href="x509__crt_8h_source.html">x509_crt.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="x509__crt_8h_source.html">x509_crt.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue May 8 2018 21:08:42 for mbed TLS v2.7.3 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>