com doc/ja: Update openssl-get-cipher-methods.xml: reference/openssl/functions/openssl-get-cipher-methods.xml
[email protected] (Yoshinari Takaoka) Mon, 15 Feb 2021 21:52:13 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: ba45d561acb0f30a37796f8b0b3bb0f4d9edee0e Author: Yoshinari Takaoka <[email protected]> Tue, 16 Feb 2021 06:52:13 +0900 Parents: f2d1aa028095566be9da361ef2d9a522cf2765f6 Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=ba45d561acb0f30a37796f8b0b3bb0f4d9edee0e Log: Update openssl-get-cipher-methods.xml Update PHP7.4 All methods under version Closes GH-310. 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 197377b99d..a53ba72871 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: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: satoruyoshida Status: ready --> +<!-- EN-Revision: 77d4719f9523d7add5bc560420ca0ba11d3571d3 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> @@ -80,72 +80,133 @@ print_r($cipher_aliases); <![CDATA[ Array ( - [0] => AES-128-CBC - [1] => AES-128-CFB - [2] => AES-128-CFB1 - [3] => AES-128-CFB8 - [5] => AES-128-OFB - [6] => AES-192-CBC - [7] => AES-192-CFB - [8] => AES-192-CFB1 - [9] => AES-192-CFB8 - [11] => AES-192-OFB - [12] => AES-256-CBC - [13] => AES-256-CFB - [14] => AES-256-CFB1 - [15] => AES-256-CFB8 - [17] => AES-256-OFB - [18] => BF-CBC - [19] => BF-CFB - [21] => BF-OFB - [22] => CAST5-CBC - [23] => CAST5-CFB - [25] => CAST5-OFB - [41] => IDEA-CBC - [42] => IDEA-CFB - [44] => IDEA-OFB - [53] => aes-128-cbc - [54] => aes-128-cfb - [55] => aes-128-cfb1 - [56] => aes-128-cfb8 - [58] => aes-128-ofb - [59] => aes-192-cbc - [60] => aes-192-cfb - [61] => aes-192-cfb1 - [62] => aes-192-cfb8 - [64] => aes-192-ofb - [65] => aes-256-cbc - [66] => aes-256-cfb - [67] => aes-256-cfb1 - [68] => aes-256-cfb8 - [70] => aes-256-ofb - [71] => bf-cbc - [72] => bf-cfb - [74] => bf-ofb - [75] => cast5-cbc - [76] => cast5-cfb - [78] => cast5-ofb - [94] => idea-cbc - [95] => idea-cfb - [97] => idea-ofb + [0] => aes-128-cbc + [1] => aes-128-cbc-hmac-sha1 + [2] => aes-128-cbc-hmac-sha256 + [3] => aes-128-ccm + [4] => aes-128-cfb + [5] => aes-128-cfb1 + [6] => aes-128-cfb8 + [7] => aes-128-ctr + [9] => aes-128-gcm + [10] => aes-128-ocb + [11] => aes-128-ofb + [12] => aes-128-xts + [13] => aes-192-cbc + [14] => aes-192-ccm + [15] => aes-192-cfb + [16] => aes-192-cfb1 + [17] => aes-192-cfb8 + [18] => aes-192-ctr + [20] => aes-192-gcm + [21] => aes-192-ocb + [22] => aes-192-ofb + [23] => aes-256-cbc + [24] => aes-256-cbc-hmac-sha1 + [25] => aes-256-cbc-hmac-sha256 + [26] => aes-256-ccm + [27] => aes-256-cfb + [28] => aes-256-cfb1 + [29] => aes-256-cfb8 + [30] => aes-256-ctr + [32] => aes-256-gcm + [33] => aes-256-ocb + [34] => aes-256-ofb + [35] => aes-256-xts + [36] => aria-128-cbc + [37] => aria-128-ccm + [38] => aria-128-cfb + [39] => aria-128-cfb1 + [40] => aria-128-cfb8 + [41] => aria-128-ctr + [43] => aria-128-gcm + [44] => aria-128-ofb + [45] => aria-192-cbc + [46] => aria-192-ccm + [47] => aria-192-cfb + [48] => aria-192-cfb1 + [49] => aria-192-cfb8 + [50] => aria-192-ctr + [52] => aria-192-gcm + [53] => aria-192-ofb + [54] => aria-256-cbc + [55] => aria-256-ccm + [56] => aria-256-cfb + [57] => aria-256-cfb1 + [58] => aria-256-cfb8 + [59] => aria-256-ctr + [61] => aria-256-gcm + [62] => aria-256-ofb + [63] => bf-cbc + [64] => bf-cfb + [66] => bf-ofb + [67] => camellia-128-cbc + [68] => camellia-128-cfb + [69] => camellia-128-cfb1 + [70] => camellia-128-cfb8 + [71] => camellia-128-ctr + [73] => camellia-128-ofb + [74] => camellia-192-cbc + [75] => camellia-192-cfb + [76] => camellia-192-cfb1 + [77] => camellia-192-cfb8 + [78] => camellia-192-ctr + [80] => camellia-192-ofb + [81] => camellia-256-cbc + [82] => camellia-256-cfb + [83] => camellia-256-cfb1 + [84] => camellia-256-cfb8 + [85] => camellia-256-ctr + [87] => camellia-256-ofb + [88] => cast5-cbc + [89] => cast5-cfb + [91] => cast5-ofb + [92] => chacha20 + [93] => chacha20-poly1305 + [111] => id-aes128-CCM + [112] => id-aes128-GCM + [113] => id-aes128-wrap + [114] => id-aes128-wrap-pad + [115] => id-aes192-CCM + [116] => id-aes192-GCM + [117] => id-aes192-wrap + [118] => id-aes192-wrap-pad + [119] => id-aes256-CCM + [120] => id-aes256-GCM + [121] => id-aes256-wrap + [122] => id-aes256-wrap-pad + [124] => idea-cbc + [125] => idea-cfb + [127] => idea-ofb + [137] => seed-cbc + [138] => seed-cfb + [140] => seed-ofb + [141] => sm4-cbc + [142] => sm4-cfb + [143] => sm4-ctr + [145] => sm4-ofb ) Array ( - [18] => AES128 - [19] => AES192 - [20] => AES256 - [21] => BF - [26] => CAST - [27] => CAST-cbc - [50] => IDEA - [82] => aes128 - [83] => aes192 - [84] => aes256 - [85] => bf - [90] => blowfish - [91] => cast - [92] => cast-cbc - [115] => idea + [36] => aes128 + [37] => aes128-wrap + [38] => aes192 + [39] => aes192-wrap + [40] => aes256 + [41] => aes256-wrap + [69] => aria128 + [70] => aria192 + [71] => aria256 + [72] => bf + [77] => blowfish + [99] => camellia128 + [100] => camellia192 + [101] => camellia256 + [102] => cast + [103] => cast-cbc + [146] => idea + [164] => seed + [169] => sm4 ) ]]>