summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/StoreContext.html
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-05-13 15:15:59 +0900
committerKazuki Yamaguchi <k@rhe.jp>2020-05-13 15:15:59 +0900
commitad2abc0cd93977a35565178a3b4b4e50edbd8f0b (patch)
tree5ed742c100ca8f3e0dbce3026e267c8a8077374b /OpenSSL/X509/StoreContext.html
parente4fa205267b5943b72ee10b837e29e7fd9004272 (diff)
downloadruby-openssl-ad2abc0cd93977a35565178a3b4b4e50edbd8f0b.tar.gz
Sync with v2.2.0
Diffstat (limited to 'OpenSSL/X509/StoreContext.html')
-rw-r--r--OpenSSL/X509/StoreContext.html26
1 files changed, 12 insertions, 14 deletions
diff --git a/OpenSSL/X509/StoreContext.html b/OpenSSL/X509/StoreContext.html
index e2559a13..e5f33ea2 100644
--- a/OpenSSL/X509/StoreContext.html
+++ b/OpenSSL/X509/StoreContext.html
@@ -11,8 +11,11 @@
var index_rel_prefix = "../../";
</script>
-<script src="../../js/jquery.js"></script>
-<script src="../../js/darkfish.js"></script>
+<script src="../../js/navigation.js" defer></script>
+<script src="../../js/search.js" defer></script>
+<script src="../../js/search_index.js" defer></script>
+<script src="../../js/searcher.js" defer></script>
+<script src="../../js/darkfish.js" defer></script>
<link href="../../css/fonts.css" rel="stylesheet">
<link href="../../css/rdoc.css" rel="stylesheet">
@@ -113,8 +116,7 @@
<section class="description">
-<p>A <a href="StoreContext.html">StoreContext</a> is used while validating a
-single certificate and holds the status involved.</p>
+<p>A <a href="StoreContext.html"><code>StoreContext</code></a> is used while validating a single certificate and holds the status involved.</p>
</section>
@@ -276,7 +278,7 @@ ossl_x509stctx_get_chain(VALUE self)
<div class="method-source-code" id="cleanup-source">
- <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 176</span>
+ <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 319</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">cleanup</span>
<span class="ruby-identifier">warn</span> <span class="ruby-node">&quot;(#{caller.first}) OpenSSL::X509::StoreContext#cleanup is deprecated with no replacement&quot;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">$VERBOSE</span>
<span class="ruby-keyword">end</span></pre>
@@ -516,8 +518,7 @@ ossl_x509stctx_get_err_depth(VALUE self)
<div class="method-description">
- <p>Returns the error string corresponding to the error code retrieved by <a
-href="StoreContext.html#method-i-error">error</a>.</p>
+ <p>Returns the error string corresponding to the error code retrieved by <a href="StoreContext.html#method-i-error"><code>error</code></a>.</p>
@@ -560,8 +561,7 @@ ossl_x509stctx_get_err_string(VALUE self)
<div class="method-description">
- <p>Sets the verification flags to the context. See <a
-href="Store.html#method-i-flags-3D">OpenSSL::X509::Store#flags=</a>.</p>
+ <p>Sets the verification flags to the context. See <a href="Store.html#method-i-flags-3D"><code>Store#flags=</code></a>.</p>
@@ -604,8 +604,7 @@ ossl_x509stctx_set_flags(VALUE self, VALUE flags)
<div class="method-description">
- <p>Sets the purpose of the context. See <a
-href="Store.html#method-i-purpose-3D">OpenSSL::X509::Store#purpose=</a>.</p>
+ <p>Sets the purpose of the context. See <a href="Store.html#method-i-purpose-3D"><code>Store#purpose=</code></a>.</p>
@@ -648,8 +647,7 @@ ossl_x509stctx_set_purpose(VALUE self, VALUE purpose)
<div class="method-description">
- <p>Sets the time used in the verification. If not set, the current time is
-used.</p>
+ <p>Sets the time used in the verification. If not set, the current time is used.</p>
@@ -780,7 +778,7 @@ ossl_x509stctx_verify(VALUE self)
<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>