Commit graph

189 commits

Author SHA1 Message Date
Sergey Panteleev
377518d34b
Fix openssl_cms_sign parameters description (#1040)
Fix #80715
2021-10-25 16:52:01 +03:00
Kamil Tekiela
52dc204a77
Add note about NOP code
Closes GH-933.
2021-09-14 15:09:52 +02:00
Máté Kocsis
7f99d5e488
Remove some unnecessary methodsynopsis role attributes (#913) 2021-09-14 14:37:29 +02:00
George Peter Banyard
cbac1ecf71 Fix lone section order issues in various extensions
Part of #658
2021-06-06 18:03:03 +01:00
Sergey Panteleev
eec6a4a36b
Remove PHP 5, 7 references (#564)
- zookeeper
- zlib
- zip
- yaf
- uopz
- uodbc
- openssl
- funchand
2021-06-04 09:13:56 +03:00
Vincent JARDIN
06274b9824 Improve openssl-pkcs7-read + example for p7b
The input shall be a string data.

Basic example along with the error cases.

Fix: related to, bb0107b63d
2021-05-05 13:13:19 +01:00
George Peter Banyard
f22131593a
Revert param name change
As it needs to match the stubs in php-src for named arguments
2021-05-04 22:09:10 +01:00
Vincent JARDIN
284e06bd4d Improve openssl-pkcs7-read + example for p7b
The input shall be a string data.

Basic example along with the error cases.
2021-05-04 19:56:48 +01:00
Michael Vreeken
2b2edac59b Fix typo: shorted -> shorter
Closes GH-502.
2021-03-25 18:32:03 +01:00
Martin Samesch
9e8ce329fd fix parameter names 2021-02-21 20:54:43 +01:00
Martin Samesch
7ae2b3f82d merged two changelog sections 2021-02-20 19:03:17 +01:00
Christoph M. Becker
ec4849a758 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>.
2021-02-15 16:09:24 +01:00
Fynn Tang
77d4719f95 Update openssl-get-cipher-methods.xml
Update PHP7.4 All methods under version

Closes GH-310.
2021-02-15 16:06:12 +01:00
Yoshinari Takaoka
2e02eeb871 s/configarg/option/ because configarg was renamed to options. 2021-02-14 01:51:09 +09:00
Christoph M. Becker
c7d18f5a16 Update openssl_csr_sign docs wrt. PHP 8.0
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
2021-02-13 14:52:12 +01:00
Máté Kocsis
d1e3ea622e Generate openssl methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-309.
2021-02-13 14:43:23 +01:00
Dennis Væversted
400e9623d3 Added missing documentation for openssl_pkey_derive
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-437.
2021-02-08 14:11:44 +01:00
Christoph M. Becker
b316a70fec Fix #65176: openssl_pkey_new / openssl_pkey_get_public 2021-01-13 14:01:18 +01:00
Christoph M. Becker
ad0175ba44 Actually document openssl_cms_*() functions 2021-01-04 13:04:55 +01:00
Christoph Michael Becker
f467e89228 Fix #80430: openssl_encrypt() is not verifying that key is present or not
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352242 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 14:37:01 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
fd9ba9ab70 Document insecure default $method of openssl_seal() and openssl_open()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351266 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-05 13:48:43 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker
9af43469f4 Remove more changelog entries, mostly from PHP 5.2 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
Christoph Michael Becker
53bdffa6b9 Removed some of the PHP5 changelogs
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350645 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 12:32:19 +00:00
Christoph Michael Becker
a125f6643e Fix #75804: authenticated encryption tag is broken
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350346 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-20 10:28:01 +00:00
Christoph Michael Becker
78aa9e47fa Fix #79597: Error in openssl-random-pseudo-bytes Example #1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349902 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-17 11:01:55 +00:00
Christoph Michael Becker
9e4c917c09 Fix other miscellaneous typos
Detected by codespell

Patch provided by tandre@php.net.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349709 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 06:50:00 +00:00
Christoph Michael Becker
9a6269648b Fix #79117: Wrong returned value description for openssl_csr_get_subject
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349257 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-26 23:04:57 +00:00
Yoshinari Takaoka
0c82e58795 added svn:keywords property
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349222 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-14 10:35:15 +00:00
Mark Jones
e9f57578e7 add new openssl x509 verify function to docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349221 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-14 00:12:43 +00:00
Christoph Michael Becker
c0dbd1f8b9 Use the proper function names here, not the aliases
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349092 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-02 17:02:39 +00:00
George Peter Banyard
aa2f300f3e Fix See Other function links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347541 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:49:40 +00:00
George Peter Banyard
ff8c0c53eb Fix changelog order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347540 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-04 15:45:43 +00:00
George Peter Banyard
1ef3b49df4 Use entities and change "since" to "as of"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347046 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:58:40 +00:00
Christoph Michael Becker
89fe07a4a9 Fix changelog order
Based on a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346522 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-02 15:59:38 +00:00
Christoph Michael Becker
e7f9a4f893 Add changelog (entry) instead of specifying the availability inline
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346025 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-21 17:18:17 +00:00
Christoph Michael Becker
18f9cbcbc4 Replace tabs with spaces
Sorry translators, but tabs shouldn't have been there in the first place,
according to the style guidelines (<http://doc.php.net/tutorial/style.php>).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346020 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-19 15:09:50 +00:00
Mark Jones
2a1213d21c improving openssl dh example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345448 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-08 16:44:04 +00:00
Mark Jones
4a826d6fa4 Fix bug #71817: openssl_dh_compute_key typo in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345120 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-11 18:08:15 +00:00
Peter Cowburn
0dad2268d5 add missing svn properties, svn:eol-style and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Mark Jones
0db4344ffc Fix bug #71817: openssl_dh_compute_key documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344427 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-03 06:03:28 +00:00
Christoph Michael Becker
63b4c8eef6 Add new parameter to resp. section and sort changelog descendingly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344182 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-05 17:42:34 +00:00
Jakub Vrana
091538dded Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344124 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 07:37:52 +00:00
Jakub Vrana
014fb91956 Add new function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343925 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 12:33:10 +00:00