summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Store.html
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-09-03 21:12:08 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-03 21:12:08 +0900
commitdb7a7a5c5e770bf00efbf1d03bcf66572a3c5ece (patch)
tree2ac2b012a97a496038f056841e84b5aa1ce666eb /OpenSSL/X509/Store.html
parent419e5914cb9881f23f84e43905f592c28c0856b3 (diff)
downloadruby-openssl-db7a7a5c5e770bf00efbf1d03bcf66572a3c5ece.tar.gz
Sync with v2.1.0.beta1
Diffstat (limited to 'OpenSSL/X509/Store.html')
-rw-r--r--OpenSSL/X509/Store.html31
1 files changed, 16 insertions, 15 deletions
diff --git a/OpenSSL/X509/Store.html b/OpenSSL/X509/Store.html
index eced61c1..e7e293d4 100644
--- a/OpenSSL/X509/Store.html
+++ b/OpenSSL/X509/Store.html
@@ -313,7 +313,7 @@ ossl_x509store_initialize(int argc, VALUE *argv, VALUE self)
<div class="method-description">
<p>Adds the <a href="Certificate.html">OpenSSL::X509::Certificate</a>
-<code>cert</code> to the certificate store.</p>
+<em>cert</em> to the certificate store.</p>
@@ -359,7 +359,7 @@ ossl_x509store_add_cert(VALUE self, VALUE arg)
<div class="method-description">
- <p>Adds the <a href="CRL.html">OpenSSL::X509::CRL</a> <code>crl</code> to the
+ <p>Adds the <a href="CRL.html">OpenSSL::X509::CRL</a> <em>crl</em> to the
store.</p>
@@ -406,8 +406,9 @@ ossl_x509store_add_crl(VALUE self, VALUE arg)
<div class="method-description">
- <p>Adds the certificates in <code>file</code> to the certificate store. The
-<code>file</code> can contain multiple PEM-encoded certificates.</p>
+ <p>Adds the certificates in <em>file</em> to the certificate store.
+<em>file</em> is the path to the file, and the file contains one or more
+certificates in PEM format concatenated together.</p>
@@ -468,7 +469,7 @@ ossl_x509store_add_file(VALUE self, VALUE file)
<div class="method-description">
- <p>Adds <code>path</code> as the hash dir to be looked up by the store.</p>
+ <p>Adds <em>path</em> as the hash dir to be looked up by the store.</p>
@@ -509,7 +510,7 @@ ossl_x509store_add_path(VALUE self, VALUE dir)
<div class="method-heading">
<span class="method-callseq">
- flags = flag
+ flags = flags
</span>
<span class="method-click-advice">click to toggle source</span>
@@ -520,9 +521,9 @@ ossl_x509store_add_path(VALUE self, VALUE dir)
<div class="method-description">
- <p>Sets <code>flag</code> to the <a href="Store.html">Store</a>.
-<code>flag</code> consists of zero or more of the constants defined in with
-name V_FLAG_* or&#39;ed together.</p>
+ <p>Sets <em>flags</em> to the <a href="Store.html">Store</a>. <em>flags</em>
+consists of zero or more of the constants defined in with name V_FLAG_*
+or&#39;ed together.</p>
@@ -565,7 +566,7 @@ ossl_x509store_set_flags(VALUE self, VALUE flags)
<div class="method-description">
- <p>Sets the store&#39;s purpose to <code>purpose</code>. If specified, the
+ <p>Sets the store&#39;s purpose to <em>purpose</em>. If specified, the
verifications on the store will check every untrusted certificate&#39;s
extensions are consistent with the purpose. The purpose is specified by
constants:</p>
@@ -630,7 +631,7 @@ ossl_x509store_set_purpose(VALUE self, VALUE purpose)
<div class="method-description">
- <p>Configures <code>store</code> to look up CA certificates from the system
+ <p>Configures <em>store</em> to look up CA certificates from the system
default certificate store as needed basis. The location of the store can
usually be determined by:</p>
<ul><li>
@@ -763,9 +764,9 @@ ossl_x509store_set_trust(VALUE self, VALUE trust)
<div class="method-description">
<p>Performs a certificate verification on the <a
-href="Certificate.html">OpenSSL::X509::Certificate</a> <code>cert</code>.</p>
+href="Certificate.html">OpenSSL::X509::Certificate</a> <em>cert</em>.</p>
-<p><code>chain</code> can be an array of <a
+<p><em>chain</em> can be an array of <a
href="Certificate.html">OpenSSL::X509::Certificate</a> that is used to
construct the certificate chain.</p>
@@ -775,7 +776,7 @@ href="Store.html#method-i-verify_callback-3D">verify_callback=</a>.</p>
<p>After finishing the verification, the error information can be retrieved by
<a href="Store.html#attribute-i-error">error</a>, <a
href="Store.html#attribute-i-error_string">error_string</a>, and the
-resuting complete certificate chain can be retrieved by <a
+resulting complete certificate chain can be retrieved by <a
href="Store.html#attribute-i-chain">chain</a>.</p>
@@ -859,7 +860,7 @@ ossl_x509store_set_vfy_cb(VALUE self, VALUE cb)
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 6.0.0.beta1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>