File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
reference/openssl/functions Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 5bc68add3da3cd18c40f851e944b15095d3a26aa Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 7fd8e591b8b5a35eda6a0fa6cdecd2a83b195920 Maintainer: mumumu Status: ready -->
44
55<refentry xml : id =" function.openssl-pkey-derive" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
5151 <term ><parameter >key_length</parameter ></term >
5252 <listitem >
5353 <para >
54- 0でない場合、生成するシークレットの長さを指定します 。
54+ 0でない場合、生成するシークレットの長さを設定しようと試みます 。
5555 </para >
56+ <caution >
57+ <simpara >
58+ このパラメータは期待どおりに機能しないため、使用しないでください。
59+ シークレットが素数のサイズよりも長くなることはありません。
60+ 必要な長さが素数のサイズより小さい場合、ECDH キーの場合のみ長さを切り詰めますが、
61+ DH キーの場合は失敗します。
62+ </simpara >
63+ </caution >
5664 </listitem >
5765 </varlistentry >
5866 </variablelist >
You can’t perform that action at this time.
0 commit comments