Skip to content

Commit

Permalink
files.html, tools.html - rebuild
Browse files Browse the repository at this point in the history
As suggeseted by .github/workflows/doc.yml

 On branch X25519-improvements-2
 Changes to be committed:
	modified:   files/files.html
	modified:   tools/tools.html
  • Loading branch information
dengert committed Mar 30, 2024
1 parent 2ab853b commit 496b5ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/files/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<code class="literal">HKEY_LOCAL_MACHINE</code> (if available)
</p></li><li class="listitem"><p>
system-wide configuration file
(<code class="literal">/etc/opensc.conf</code>)
(<code class="literal">/usr/local/etc/opensc.conf</code>)
</p></li></ol></div><p>
</p><p>
The configuration file, <code class="literal">opensc.conf</code>, is composed
Expand Down Expand Up @@ -148,7 +148,7 @@
directory for
<span class="citerefentry"><span class="refentrytitle">pkcs15-init</span>(1).
</span>
(Default: <code class="literal">/usr/share/opensc</code>).
(Default: <code class="literal">/usr/local/share/opensc</code>).
</p><p>
If this configuration value is not found on
Windows, the registry key
Expand Down Expand Up @@ -289,7 +289,7 @@
<code class="option">module_path = <em class="replaceable"><code>filename</code></em>;</code>
</span></dt><dd><p>
Directory with external SM module
(Default: /usr/lib64).
(Default: /usr/local/lib).
</p><p>
If this configuration value is not
found on Windows, the registry key
Expand Down Expand Up @@ -1209,11 +1209,11 @@
PIV configuration during initialization
See Configuration Options for PIV Card.
</p></dd></dl></div></div><div class="refsect1"><a name="id-1.2.6"></a><h2>Files</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<code class="filename">/etc/opensc.conf</code>
<code class="filename">/usr/local/etc/opensc.conf</code>
</span></dt><dd><p>
System-wide configuration file
</p></dd><dt><span class="term">
<code class="filename">/usr/share/doc/opensc/opensc.conf</code>
<code class="filename">/usr/local/share/doc/opensc/opensc.conf</code>
</span></dt><dd><p>
Extended example configuration file
</p></dd></dl></div></div></div><div class="refentry"><div class="refentry.separator"><hr></div><a name="pkcs15-profile"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>pkcs15-profile — format of profile for <span class="command"><strong>pkcs15-init</strong></span></p></div><div class="refsect1"><a name="id-1.3.3"></a><h2>Description</h2><p>
Expand Down
8 changes: 7 additions & 1 deletion doc/tools/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,13 @@
where <em class="replaceable"><code>keyspec</code></em> describes the algorithm and the parameters
of the key to be created. For example, <code class="literal">rsa:2048</code> generates a RSA key
with 2048-bit modulus. If you are generating an EC key, the curve designation must
be specified, for example <code class="literal">ec:prime256v1</code>. For symmetric key,
be specified, for example <code class="literal">ec:prime256v1</code>.
The following curves do not need parameters:
Edwards 25519 curves use one of these equivalent names: Ed25519(preferred), ed25519 or edwards25519
and for the 448 curve use: Ed448.
For Montgomery 25519 curves use one of these equivalent names: X25519(preferred), cv25519 or curve25519
and for the 448 curve use: X448.
For symmetric key,
the length of key is specified in bytes, for example <code class="literal">AES:32</code>
or <code class="literal">DES3:24</code>.
</p><p>
Expand Down

0 comments on commit 496b5ab

Please sign in to comment.