André Luis Ferreira da Silva Bacci
e9366ee458
Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
...
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Mark Jones
7e958f87b0
documenting openssl csr functions
...
https://bugs.php.net/bug.php?id=71817
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342962 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 21:00:46 +00:00
Jean-Sebastien Hedde
0441dc8aa1
Explain optional args parameter in openssl_pkcs12_export
...
--
Provided by anonymous 82963 (jelle@vdwaa.nl )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342954 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 11:44:21 +00:00
Peter Cowburn
de7c2273a5
add warning about key parameter of openssl_x509_check_private_key() (doc bug #74959 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342690 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-20 21:10:31 +00:00
Jakub Zelenka
f01c45244d
Fix bug #65175 : openssl has resources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342623 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-25 16:44:32 +00:00
Andrey Gromov
f542c746b6
fix. ">" to ">"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342585 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-12 16:57:06 +00:00
Jakub Zelenka
8b0434fef2
Update OpenSSL requirements
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342581 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-11 17:16:56 +00:00
Jakub Zelenka
faac297a11
Update introduction to openssl ext
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342538 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-04 16:17:34 +00:00
Peter Cowburn
ce5f405a06
openssl_csr_new() &return.falseforfailure;
...
Patch contributed anonymously via online editor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342521 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-28 13:48:24 +00:00
Andrey Andreev
b51626a979
Correct openssl_encrypt(), openssl_decrypt() third parameter to say 'key' instead of 'password'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342054 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-08 17:05:10 +00:00
Joe Watkins
898fbca733
Fix #73974 incorrect example in openssl_pkcs7_sign documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341751 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-23 12:56:38 +00:00
Christoph Michael Becker
6b6201edd9
Added docs for parameters of openssl_encrypt and openssl_decrypt introduced in https://wiki.php.net/rfc/openssl_aead
...
--
Provided by anonymous 77751 (me@jiripudil.cz )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341653 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 18:31:07 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
1ff3457709
Fix grammar
...
Patch provided by Taha.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340504 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 13:27:19 +00:00
Christoph Michael Becker
0a7a550a65
Grammar fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339619 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:58:44 +00:00
Christoph Michael Becker
65e6a11592
$options accepts a bitmask
...
Furthermore this function seems to be pretty well documented,
so we can remove the undocumented warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339278 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 11:49:35 +00:00
Christoph Michael Becker
a64f033f94
Fix several issues
...
* there is no PHP 6, but rather PHP 7
* OpenSSL doesn't distribute binaries any more
(we can't get rid of the url.openssl.binaries entity for now,
because it still might be used in translations)
* the fact that Windows suppresses file extension in the explorer by
default is supposed to be well known to PHP developers, and as such
would be superfluous information
* the file type reported by Windows depends on the file associations
which depend highly on the individual system (mentioning SpeedDial
is confusing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339225 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 13:39:21 +00:00
Philip Olson
051cfaf6de
Refer to get_cipher_methods from the method parameter docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338702 c90b9560-bf6c-de11-be94-00142212c4b1
2016-03-10 00:15:39 +00:00
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Philip Olson
4b87f18f05
Added pkcs12 param description and example for PHP Bug #69855
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337797 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 23:13:36 +00:00
Christoph Michael Becker
de6dd71a28
documented parameters of openssl_seal()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337684 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-31 23:58:07 +00:00
Sammy Kaye Powers
b9271c0d58
Add docs for CSPRNG in PHP 7 and update related docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 20:50:32 +00:00
Peter Cowburn
7bf58ca941
better see also function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336905 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:22 +00:00
Peter Cowburn
d3bc8c66f4
use new ini section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336722 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:36:37 +00:00
Peter Cowburn
6ab0778c01
Added default svn properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336721 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:35:57 +00:00
Rasmus Lerdorf
0766b35f0c
Add openssl.cafile and openssl.capath config options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336717 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 05:27:54 +00:00
Richard Quadling
cb2e7b70b1
svn:keywords, svn:eol-style, svn:ignore all set appropriately.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
f1177c82c0
Remove PHP 4 functions
...
It is mostly cleanup of versions.xml because most of PHP 4 functions were already removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 08:41:15 +00:00
Adam Harvey
dd421bc26e
Add openssl_get_cert_locations().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334643 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:57:15 +00:00
Maciej Sobaczewski
e41aab5eca
Remove changelogs for PHP 4 - 3rd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Tjerk Anne Meesters
c00ccb3d5e
Added version information for openssl_x509_fingerprint()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334446 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-01 00:12:57 +00:00
Tjerk Anne Meesters
6166e156fe
Added openssl_x509_fingerprint() function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334429 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 04:55:35 +00:00
Philip Olson
6a70f30263
Added 5.6.0 version info for openssl_spki_*
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333316 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:00:18 +00:00
Jason Gerfen
0f74ecdbb4
Fixes for example syntax & descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333262 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 12:57:04 +00:00
Jason Gerfen
9de4705b5c
Fix for hyphen in openssl_spki_export_challge() example. Fix for inaccurate reference in openssl_spki_new(). Thank you Mr. Cowburn.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333261 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 12:53:36 +00:00
Jason Gerfen
71ea998616
Updated example usage to include <keygen> element
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333257 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 11:56:55 +00:00
Jason Gerfen
f5fd992328
A couple of small changes regarding function names used in examples and additional functions listed in references section for openssl_spki_new()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333256 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 11:38:49 +00:00
Jason Gerfen
586ed53748
Documentation for PHP 5.6.0 Alpha3 release which implements PR in commit ( http://git.php.net/?p=php-src.git;a=commit;h=8f56ac8401ed1c3e00b8fba3fb8e5efb565180c4 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333230 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-31 12:25:56 +00:00
Peter Cowburn
b75900d2bd
Link to openssl_get_cipher_methods()
...
Patch by Mark Jones
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333212 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:56:21 +00:00
Mark Jones
2d4b995d68
correcting error in openssl-pkey-get-public doc page
...
in openssl_verify and openssl_sign
* adding self-contained examples
* documenting that the 4th param to can be an int or a string
* improving documentation of params
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-18 02:38:34 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
97b8badd3d
Add openssl_pbkdf2() prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330248 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:01:32 +00:00
Jakub Vrana
a445db39cd
Put PHP 5.5 functions to versions.xml
...
Generated by http://pastebin.com/VLfQAUT7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330246 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 19:55:27 +00:00
Scott MacVicar
e5bbd6cf6c
Fix documentation to show the raw_output is gone now, changed this a while back but forgot..
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329818 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-18 23:18:14 +00:00
Sherif Ramadan
1cd5fc7fae
Documenting MD2 and EC openssl constants
...
Patch by Mark Jones - mark@zedwood.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329005 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-07 21:03:09 +00:00
Sherif Ramadan
eeeccdd65f
Added new openssl signature algorithm constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328742 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-12 05:15:46 +00:00
Philip Olson
8c89316af7
Removed openssl_pbkdf2() as there is a 89% chance it will not exist soon. Let's wait and see before documenting it.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326153 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 14:34:49 +00:00
Peter Cowburn
3233c01b28
Add svn:keywords and svn:eol-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326147 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 08:16:00 +00:00