php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75447 openssl_open and openssl_seal : undocumented parameter iv
Submitted: 2017-10-27 15:42 UTC Modified: 2017-10-28 14:57 UTC
From: fabien dot villepinte at gmail dot com Assigned: cmb (profile)
Status: Closed Package: OpenSSL related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2017-10-27 15:42 UTC] fabien dot villepinte at gmail dot com
Description:
------------
There are some errors in the documentation of openssl_open() and openssl_seal().
http://php.net/manual/en/function.openssl-open.php
http://php.net/manual/en/function.openssl-seal.php

There are 5 parameters in the signature of openssl_open() but only 4 in the list of parameters below.
The default value of the 5th parameter is "RC4" (like openssl_seal) but it is not documented.
Furthermore openssl_open() accepts a 6th parameter "iv".

openssl_seal() also accepts a 6th parameter "iv", passed by reference.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-28 14:19 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2017-10-28 14:57 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=343321
Log: Fix bug #75447: openssl_open and openssl_seal : undocumented parameter iv
 [2017-10-28 14:57 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2017-10-28 14:57 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=ed51219b32c0cc4996b0f1fd1584cf11d9bae249
Log: Fix bug #75447: openssl_open and openssl_seal : undocumented parameter iv
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 12:01:29 2024 UTC