mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
deploy: afc05659ed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.5"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>rippled: HTTPClientSSLContext.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -29,7 +29,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.5 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
@@ -46,6 +46,11 @@ $(function() {
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(document).ready(function() { init_codefold(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -110,9 +115,11 @@ $(function() {
|
||||
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
||||
<div class="foldopen" id="foldopen00035" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html"> 35</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1HTTPClientSSLContext.html">HTTPClientSSLContext</a></div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span>{</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keyword">public</span>:</div>
|
||||
<div class="foldopen" id="foldopen00038" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a2df5fa7a76af935e1aae10e60a18c7b4"> 38</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a2df5fa7a76af935e1aae10e60a18c7b4">HTTPClientSSLContext</a>(</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& sslVerifyDir,</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& sslVerifyFile,</div>
|
||||
@@ -148,18 +155,23 @@ $(function() {
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> ec.message()));</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> }</div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> boost::asio::ssl::context&</div>
|
||||
<div class="foldopen" id="foldopen00075" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#abe99cfb91ab3019fc9b1333a8f6760f1"> 75</a></span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#abe99cfb91ab3019fc9b1333a8f6760f1">context</a>()</div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> {</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1HTTPClientSSLContext.html#a64ba6e3cd4def9f96663add6789f1667">ssl_context_</a>;</div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00081" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a483cac371803ac0aa52dbf804dc54a6b"> 81</a></span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a483cac371803ac0aa52dbf804dc54a6b">sslVerify</a>()<span class="keyword"> const</span></div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="keyword"> </span>{</div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1HTTPClientSSLContext.html#a36e03e4991fc8b5a111a5ed0b4ccc286">verify_</a>;</div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
|
||||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">template</span> <</div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">class </span>T,</div>
|
||||
@@ -173,6 +185,7 @@ $(function() {
|
||||
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> boost::asio::ssl::stream<boost::asio::ip::tcp::socket&>>::</div>
|
||||
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> value>></div>
|
||||
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> boost::system::error_code</div>
|
||||
<div class="foldopen" id="foldopen00110" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4"> 110</a></span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">preConnectVerify</a>(T& strm, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& host)</div>
|
||||
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> {</div>
|
||||
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> boost::system::error_code ec;</div>
|
||||
@@ -188,6 +201,7 @@ $(function() {
|
||||
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> }</div>
|
||||
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <span class="keywordflow">return</span> ec;</div>
|
||||
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
|
||||
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="keyword">template</span> <</div>
|
||||
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="keyword">class </span>T,</div>
|
||||
@@ -201,6 +215,7 @@ $(function() {
|
||||
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> boost::asio::ssl::stream<boost::asio::ip::tcp::socket&>>::</div>
|
||||
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> value>></div>
|
||||
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> boost::system::error_code</div>
|
||||
<div class="foldopen" id="foldopen00145" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47"> 145</a></span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">postConnectVerify</a>(T& strm, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& host)</div>
|
||||
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> {</div>
|
||||
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> boost::system::error_code ec;</div>
|
||||
@@ -223,8 +238,10 @@ $(function() {
|
||||
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> </div>
|
||||
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> <span class="keywordflow">return</span> ec;</div>
|
||||
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
|
||||
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00178" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a07a3a606e568cdce3b15e260fbfbe4c0"> 178</a></span> <a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a07a3a606e568cdce3b15e260fbfbe4c0">rfc2818_verify</a>(</div>
|
||||
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& domain,</div>
|
||||
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="keywordtype">bool</span> preverified,</div>
|
||||
@@ -238,12 +255,14 @@ $(function() {
|
||||
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> << <span class="stringliteral">" fails certificate verification"</span>;</div>
|
||||
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> }</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> </div>
|
||||
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="keyword">private</span>:</div>
|
||||
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a64ba6e3cd4def9f96663add6789f1667"> 193</a></span> boost::asio::ssl::context <a class="code hl_variable" href="classripple_1_1HTTPClientSSLContext.html#a64ba6e3cd4def9f96663add6789f1667">ssl_context_</a>;</div>
|
||||
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#ac586d053a7aea2aa6f3c7b08a918bc3a"> 194</a></span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> <a class="code hl_variable" href="classripple_1_1HTTPClientSSLContext.html#ac586d053a7aea2aa6f3c7b08a918bc3a">j_</a>;</div>
|
||||
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"><a class="line" href="classripple_1_1HTTPClientSSLContext.html#a36e03e4991fc8b5a111a5ed0b4ccc286"> 195</a></span> <span class="keywordtype">bool</span> <span class="keyword">const</span> <a class="code hl_variable" href="classripple_1_1HTTPClientSSLContext.html#a36e03e4991fc8b5a111a5ed0b4ccc286">verify_</a>;</div>
|
||||
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div>
|
||||
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
|
||||
@@ -251,27 +270,27 @@ $(function() {
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
||||
<div class="ttc" id="abind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/bind.html">std::bind</a></div><div class="ttdeci">T bind(T... args)</div></div>
|
||||
<div class="ttc" id="ac_str_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/c_str.html">std::string::c_str</a></div><div class="ttdeci">T c_str(T... args)</div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html_ad8fefe3e8ad583e1ed1bf02094ac3d8f"><div class="ttname"><a href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">beast::Journal::warn</a></div><div class="ttdeci">Stream warn() const</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00340">Journal.h:340</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html">ripple::HTTPClientSSLContext</a></div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00035">HTTPClientSSLContext.h:36</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a07a3a606e568cdce3b15e260fbfbe4c0"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a07a3a606e568cdce3b15e260fbfbe4c0">ripple::HTTPClientSSLContext::rfc2818_verify</a></div><div class="ttdeci">static bool rfc2818_verify(std::string const &domain, bool preverified, boost::asio::ssl::verify_context &ctx, beast::Journal j)</div><div class="ttdoc">callback invoked for name verification - just passes through to the asio rfc2818 implementation.</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00178">HTTPClientSSLContext.h:178</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a2df5fa7a76af935e1aae10e60a18c7b4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a2df5fa7a76af935e1aae10e60a18c7b4">ripple::HTTPClientSSLContext::HTTPClientSSLContext</a></div><div class="ttdeci">HTTPClientSSLContext(std::string const &sslVerifyDir, std::string const &sslVerifyFile, bool sslVerify, beast::Journal j, boost::asio::ssl::context_base::method method=boost::asio::ssl::context::sslv23)</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00038">HTTPClientSSLContext.h:38</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a33af7033012cc39d9645120dc8d5eca4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">ripple::HTTPClientSSLContext::preConnectVerify</a></div><div class="ttdeci">boost::system::error_code preConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked before connect/async_connect on an ssl stream to setup name verification.</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00110">HTTPClientSSLContext.h:110</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a36e03e4991fc8b5a111a5ed0b4ccc286"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a36e03e4991fc8b5a111a5ed0b4ccc286">ripple::HTTPClientSSLContext::verify_</a></div><div class="ttdeci">bool const verify_</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00195">HTTPClientSSLContext.h:195</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a483cac371803ac0aa52dbf804dc54a6b"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a483cac371803ac0aa52dbf804dc54a6b">ripple::HTTPClientSSLContext::sslVerify</a></div><div class="ttdeci">bool sslVerify() const</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00081">HTTPClientSSLContext.h:81</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a64ba6e3cd4def9f96663add6789f1667"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a64ba6e3cd4def9f96663add6789f1667">ripple::HTTPClientSSLContext::ssl_context_</a></div><div class="ttdeci">boost::asio::ssl::context ssl_context_</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00193">HTTPClientSSLContext.h:193</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a9ccc8776cfeb39267308d8b412379a47"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">ripple::HTTPClientSSLContext::postConnectVerify</a></div><div class="ttdeci">boost::system::error_code postConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked after connect/async_connect but before sending data on an ssl stream - to setup name verifica...</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00145">HTTPClientSSLContext.h:145</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_abe99cfb91ab3019fc9b1333a8f6760f1"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#abe99cfb91ab3019fc9b1333a8f6760f1">ripple::HTTPClientSSLContext::context</a></div><div class="ttdeci">boost::asio::ssl::context & context()</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00075">HTTPClientSSLContext.h:75</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_ac586d053a7aea2aa6f3c7b08a918bc3a"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#ac586d053a7aea2aa6f3c7b08a918bc3a">ripple::HTTPClientSSLContext::j_</a></div><div class="ttdeci">beast::Journal const j_</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00194">HTTPClientSSLContext.h:194</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html_ad8fefe3e8ad583e1ed1bf02094ac3d8f"><div class="ttname"><a href="classbeast_1_1Journal.html#ad8fefe3e8ad583e1ed1bf02094ac3d8f">beast::Journal::warn</a></div><div class="ttdeci">Stream warn() const</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00340">Journal.h:340</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html">ripple::HTTPClientSSLContext</a></div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00035">HTTPClientSSLContext.h:36</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a07a3a606e568cdce3b15e260fbfbe4c0"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a07a3a606e568cdce3b15e260fbfbe4c0">ripple::HTTPClientSSLContext::rfc2818_verify</a></div><div class="ttdeci">static bool rfc2818_verify(std::string const &domain, bool preverified, boost::asio::ssl::verify_context &ctx, beast::Journal j)</div><div class="ttdoc">callback invoked for name verification - just passes through to the asio rfc2818 implementation.</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00178">HTTPClientSSLContext.h:178</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a2df5fa7a76af935e1aae10e60a18c7b4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a2df5fa7a76af935e1aae10e60a18c7b4">ripple::HTTPClientSSLContext::HTTPClientSSLContext</a></div><div class="ttdeci">HTTPClientSSLContext(std::string const &sslVerifyDir, std::string const &sslVerifyFile, bool sslVerify, beast::Journal j, boost::asio::ssl::context_base::method method=boost::asio::ssl::context::sslv23)</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00038">HTTPClientSSLContext.h:38</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a33af7033012cc39d9645120dc8d5eca4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">ripple::HTTPClientSSLContext::preConnectVerify</a></div><div class="ttdeci">boost::system::error_code preConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked before connect/async_connect on an ssl stream to setup name verification.</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00110">HTTPClientSSLContext.h:110</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a36e03e4991fc8b5a111a5ed0b4ccc286"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a36e03e4991fc8b5a111a5ed0b4ccc286">ripple::HTTPClientSSLContext::verify_</a></div><div class="ttdeci">bool const verify_</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00195">HTTPClientSSLContext.h:195</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a483cac371803ac0aa52dbf804dc54a6b"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a483cac371803ac0aa52dbf804dc54a6b">ripple::HTTPClientSSLContext::sslVerify</a></div><div class="ttdeci">bool sslVerify() const</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00081">HTTPClientSSLContext.h:81</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a64ba6e3cd4def9f96663add6789f1667"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a64ba6e3cd4def9f96663add6789f1667">ripple::HTTPClientSSLContext::ssl_context_</a></div><div class="ttdeci">boost::asio::ssl::context ssl_context_</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00193">HTTPClientSSLContext.h:193</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a9ccc8776cfeb39267308d8b412379a47"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">ripple::HTTPClientSSLContext::postConnectVerify</a></div><div class="ttdeci">boost::system::error_code postConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked after connect/async_connect but before sending data on an ssl stream - to setup name verifica...</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00145">HTTPClientSSLContext.h:145</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_abe99cfb91ab3019fc9b1333a8f6760f1"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#abe99cfb91ab3019fc9b1333a8f6760f1">ripple::HTTPClientSSLContext::context</a></div><div class="ttdeci">boost::asio::ssl::context & context()</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00075">HTTPClientSSLContext.h:75</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_ac586d053a7aea2aa6f3c7b08a918bc3a"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#ac586d053a7aea2aa6f3c7b08a918bc3a">ripple::HTTPClientSSLContext::j_</a></div><div class="ttdeci">beast::Journal const j_</div><div class="ttdef"><b>Definition</b> <a href="HTTPClientSSLContext_8h_source.html#l00194">HTTPClientSSLContext.h:194</a></div></div>
|
||||
<div class="ttc" id="aempty_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/empty.html">std::string::empty</a></div><div class="ttdeci">T empty(T... args)</div></div>
|
||||
<div class="ttc" id="aenable_if_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/enable_if.html">std::enable_if_t</a></div></div>
|
||||
<div class="ttc" id="ais_same_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/is_same.html">std::is_same</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3d2402219c73a313f9073212b2aefe16"><div class="ttname"><a href="namespaceripple.html#a3d2402219c73a313f9073212b2aefe16">ripple::registerSSLCerts</a></div><div class="ttdeci">void registerSSLCerts(boost::asio::ssl::context &, boost::system::error_code &, beast::Journal j)</div><div class="ttdoc">Register default SSL certificates.</div><div class="ttdef"><b>Definition:</b> <a href="RegisterSSLCerts_8cpp_source.html#l00038">RegisterSSLCerts.cpp:38</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3d2402219c73a313f9073212b2aefe16"><div class="ttname"><a href="namespaceripple.html#a3d2402219c73a313f9073212b2aefe16">ripple::registerSSLCerts</a></div><div class="ttdeci">void registerSSLCerts(boost::asio::ssl::context &, boost::system::error_code &, beast::Journal j)</div><div class="ttdoc">Register default SSL certificates.</div><div class="ttdef"><b>Definition</b> <a href="RegisterSSLCerts_8cpp_source.html#l00038">RegisterSSLCerts.cpp:38</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user