com doc/ja: Add note regarding upper case and lower case ciphers: reference/openssl/functions/openssl-get-cipher-methods.xml
[email protected] (Yoshinari Takaoka) Mon, 15 Feb 2021 21:56:08 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1df3d94838088cb678f9b5497cd020a573f732a1 Author: Yoshinari Takaoka <[email protected]> Tue, 16 Feb 2021 06:56:08 +0900 Parents: ba45d561acb0f30a37796f8b0b3bb0f4d9edee0e Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=1df3d94838088cb678f9b5497cd020a573f732a1 Log: Add note regarding upper case and lower case ciphers This integrates user note 123319. Cf. <https://github.com/php/doc-en/pull/310#issuecomment-756140676>. Changed paths: M reference/openssl/functions/openssl-get-cipher-methods.xml Diff: diff --git a/reference/openssl/functions/openssl-get-cipher-methods.xml b/reference/openssl/functions/openssl-get-cipher-methods.xml index a53ba72871..e4c2ce8f54 100644 --- a/reference/openssl/functions/openssl-get-cipher-methods.xml +++ b/reference/openssl/functions/openssl-get-cipher-methods.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 77d4719f9523d7add5bc560420ca0ba11d3571d3 Maintainer: satoruyoshida Status: ready --> +<!-- EN-Revision: ec4849a7581aaefbb105ca7b13d78eb8ab0217e2 Maintainer: satoruyoshida Status: ready --> <!-- Credits: mumumu --> <refentry xml:id="function.openssl-get-cipher-methods" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> <refnamediv> @@ -41,6 +41,9 @@ &reftitle.returnvalues; <para> 利用可能な暗号メソッドの <type>array</type> + OpenSSL 1.1.1 より前のバージョンでは、 + 暗号メソッドは大文字、小文字両方で記されたものを返していました。 + OpenSSL 1.1.1 以降では、小文字のみで記されたものが返されることに注意して下さい。 </para> </refsect1>