Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 2deed065cd3adb9905decb703c6b0100 > files > 2244

asio-1.4.5-1.mga1.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="id994811"></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="id994841"></a>
 <a class="indexterm" name="id994850"></a>
 <a class="indexterm" name="id994859"></a>
 <a class="indexterm" name="id994869"></a>
 <a class="indexterm" name="id994878"></a>
 <a class="indexterm" name="id994887"></a>
 <a class="indexterm" name="id994896"></a>
 <a class="indexterm" name="id994905"></a>
 <a class="indexterm" name="id994915"></a>
 <a class="indexterm" name="id994924"></a>
 <a class="indexterm" name="id994933"></a>
 <a class="indexterm" name="id994942"></a>
        </p>
<a name="asio.reference.ssl__basic_context.method.values"></a><h6>
<a name="id994959"></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>