Martin Krisell
|
9fc8bcc083
|
Clarify aad parameter in openssl_encrypt/decrypt
Closes GH-1603.
|
2022-05-30 15:16:44 +02:00 |
|
Christoph M. Becker
|
3a2e96fcc0
|
Fix type of 2nd parameter of openssl_csr_export()
Cf. <https://github.com/php/php-src/pull/8362>.
|
2022-04-13 15:35:04 +02:00 |
|
Jakub Zelenka
|
7b935b2820
|
Update OpenSSL requirements
|
2022-03-28 19:54:44 +01:00 |
|
Alexis MARQUIS
|
96263b1405
|
Fix openssl cms constants
Co-authored-by: Alexis MARQUIS <amarquis@opendev.fr>
Closes GH-1334.
|
2022-01-14 15:46:56 +01:00 |
|
Máté Kocsis
|
0773339dce
|
Generate various method synopses from stubs - part 5 (#1234)
|
2021-12-22 14:18:28 +01:00 |
|
Christoph M. Becker
|
4e05f1d8fd
|
Fix #80078: openssl_dh_compute_key unknown parameters
|
2021-12-16 13:26:26 +01:00 |
|
Máté Kocsis
|
28ebd55c47
|
[skip-revcheck] Generate ext/openssl class synopses from stubs (#1074)
|
2021-11-15 16:13:02 +01:00 |
|
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 |
|
Sergey Panteleev
|
a0ae28d3bc
|
Removed references to PHP 5, PHP 7.0 (#545)
|
2021-04-24 20:01:17 +03: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
|
102518ddc2
|
In OpenSSL extension, configargs parameter name was renamed to options.
Closes GH-447.
|
2021-02-14 03:14:15 +09: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 |
|
Yoshinari Takaoka
|
778a5e015b
|
Added PHP 8 into versions.xml for openssl based on stubs.
Closes GH-363.
|
2021-01-20 01:24:04 +01:00 |
|
Christoph M. Becker
|
b316a70fec
|
Fix #65176: openssl_pkey_new / openssl_pkey_get_public
|
2021-01-13 14:01:18 +01:00 |
|
Yoshinari Takaoka
|
e52245f15d
|
Document OPENSSL_RAW_DATA constant.
This PR integrates user note #117208.
Closes GH-328.
|
2021-01-13 03:53:11 +09:00 |
|
Christoph M. Becker
|
ad0175ba44
|
Actually document openssl_cms_*() functions
|
2021-01-04 13:04:55 +01:00 |
|
Christoph M. Becker
|
1ae5ae975a
|
Document OpenSSL CMS support
Cf. <https://wiki.php.net/rfc/add-cms-support>.
|
2021-01-03 18:05:56 +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
|
5f8047c12b
|
Document new opaque classes which replace resources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351932 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-12-06 22:11:40 +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
|
a0ff7322e6
|
Fix #80219: OPENSSL_ZERO_PADDING's functionality is undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350853 c90b9560-bf6c-de11-be94-00142212c4b1
|
2020-10-12 13:37:36 +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 |
|