summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Request.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/Request.html
parente4fa205267b5943b72ee10b837e29e7fd9004272 (diff)
downloadruby-openssl-ad2abc0cd93977a35565178a3b4b4e50edbd8f0b.tar.gz
Sync with v2.2.0
Diffstat (limited to 'OpenSSL/X509/Request.html')
-rw-r--r--OpenSSL/X509/Request.html27
1 files changed, 20 insertions, 7 deletions
diff --git a/OpenSSL/X509/Request.html b/OpenSSL/X509/Request.html
index 192dc1cf..3def61bf 100644
--- a/OpenSSL/X509/Request.html
+++ b/OpenSSL/X509/Request.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">
@@ -64,7 +67,18 @@
</div>
-
+ <div id="includes-section" class="nav-section">
+ <h3>Included Modules</h3>
+
+ <ul class="link-list">
+
+
+ <li><a class="include" href="../Marshal.html">OpenSSL::Marshal</a>
+
+
+ </ul>
+</div>
+
<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
@@ -222,7 +236,7 @@ ossl_x509req_initialize(int argc, VALUE *argv, VALUE self)
<div class="method-source-code" id="3D-3D-source">
- <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 209</span>
+ <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 363</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">Request</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">other</span>
<span class="ruby-identifier">to_der</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">to_der</span>
@@ -876,8 +890,7 @@ ossl_x509req_to_text(VALUE self)
<div class="method-description">
- <p>Checks that cert signature is made with PRIVversion of this PUBLIC
-&#39;key&#39;</p>
+ <p>Checks that cert signature is made with PRIVversion of this PUBLIC &#39;key&#39;</p>
@@ -1006,7 +1019,7 @@ ossl_x509req_set_version(VALUE self, VALUE version)
<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>