Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 3ff61ef50f7b6da9fdee54352ae073f9 > files > 2346

asio-1.4.8-7.mga5.i586.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::basic_context::method</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="../../../index.html" title="Asio">
<link rel="up" href="../ssl__basic_context.html" title="ssl::basic_context">
<link rel="prev" href="load_verify_file/overload2.html" title="ssl::basic_context::load_verify_file (2 of 2 overloads)">
<link rel="next" href="no_sslv2.html" title="ssl::basic_context::no_sslv2">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="load_verify_file/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__basic_context.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.ssl__basic_context.method"></a><a class="link" href="method.html" title="ssl::basic_context::method">ssl::basic_context::method</a>
</h4></div></div></div>
<p>
          <span class="emphasis"><em>Inherited from ssl::context_base.</em></span>
        </p>
<p>
          <a class="indexterm" name="id1146129"></a> 
Different methods supported by a context.
        </p>
<pre class="programlisting"><span class="keyword">enum</span> <span class="identifier">method</span>
</pre>
<p>
          <a class="indexterm" name="id1146159"></a>
 <a class="indexterm" name="id1146168"></a>
 <a class="indexterm" name="id1146178"></a>
 <a class="indexterm" name="id1146187"></a>
 <a class="indexterm" name="id1146196"></a>
 <a class="indexterm" name="id1146205"></a>
 <a class="indexterm" name="id1146214"></a>
 <a class="indexterm" name="id1146224"></a>
 <a class="indexterm" name="id1146233"></a>
 <a class="indexterm" name="id1146242"></a>
 <a class="indexterm" name="id1146251"></a>
 <a class="indexterm" name="id1146260"></a>
        </p>
<a name="asio.reference.ssl__basic_context.method.values"></a><h6>
<a name="id1146277"></a>
          <a class="link" href="method.html#asio.reference.ssl__basic_context.method.values">Values</a>
        </h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">sslv2</span></dt>
<dd><p>
                Generic SSL version 2.
              </p></dd>
<dt><span class="term">sslv2_client</span></dt>
<dd><p>
                SSL version 2 client.
              </p></dd>
<dt><span class="term">sslv2_server</span></dt>
<dd><p>
                SSL version 2 server.
              </p></dd>
<dt><span class="term">sslv3</span></dt>
<dd><p>
                Generic SSL version 3.
              </p></dd>
<dt><span class="term">sslv3_client</span></dt>
<dd><p>
                SSL version 3 client.
              </p></dd>
<dt><span class="term">sslv3_server</span></dt>
<dd><p>
                SSL version 3 server.
              </p></dd>
<dt><span class="term">tlsv1</span></dt>
<dd><p>
                Generic TLS version 1.
              </p></dd>
<dt><span class="term">tlsv1_client</span></dt>
<dd><p>
                TLS version 1 client.
              </p></dd>
<dt><span class="term">tlsv1_server</span></dt>
<dd><p>
                TLS version 1 server.
              </p></dd>
<dt><span class="term">sslv23</span></dt>
<dd><p>
                Generic SSL/TLS.
              </p></dd>
<dt><span class="term">sslv23_client</span></dt>
<dd><p>
                SSL/TLS client.
              </p></dd>
<dt><span class="term">sslv23_server</span></dt>
<dd><p>
                SSL/TLS server.
              </p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2003 - 2010 Christopher M. Kohlhoff<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="load_verify_file/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__basic_context.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="no_sslv2.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>