php-src/ext
Nikita Popov 750a74ed9c Fix bug #79983: Add support for OCB mode
OCB mode ciphers were already exposed to openssl_encrypt/decrypt,
but misbehaved, because they were not treated as AEAD ciphers.
From that perspective, OCB should be treated the same way as GCM.
In OpenSSL 1.1 the necessary controls were unified under
EVP_CTRL_AEAD_* (and OCB is only supported since OpenSSL 1.1).

Closes GH-6337.
2020-10-19 11:09:00 +02:00
..
bcmath Fix test 2019-12-16 10:32:49 -08:00
bz2 Merge branch 'PHP-7.3' into PHP-7.4 2020-09-23 10:54:59 +02:00
calendar Merge branch 'PHP-7.3' into PHP-7.4 2020-10-07 13:25:11 +02:00
com_dotnet Catch potential exceptions during to string conversion 2020-08-27 10:23:18 +02:00
ctype
curl Merge branch 'PHP-7.3' into PHP-7.4 2020-09-23 10:44:06 +02:00
date Updated to version 2020.3 (2020c) 2020-10-19 09:31:03 +01:00
dba Merge branch 'PHP-7.3' into PHP-7.4 2020-01-03 18:51:07 +01:00
dom Revert "Fix #79065: DOM classes do not expose properties to Reflection" 2020-04-28 15:09:41 +02:00
enchant Merge branch 'PHP-7.3' into PHP-7.4 2020-02-28 15:44:52 +01:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 09:32:55 +02:00
ffi Fixed bug #80186 2020-10-09 16:56:08 +02:00
fileinfo Merge branch 'PHP-7.3' into PHP-7.4 2020-06-29 17:46:46 +02:00
filter Merge branch 'PHP-7.3' into PHP-7.4 2020-06-04 13:38:45 +02:00
ftp Merge branch 'PHP-7.3' into PHP-7.4 2020-06-23 16:00:11 +02:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2020-08-24 17:36:50 +02:00
gettext Merge branch 'PHP-7.3' into PHP-7.4 2020-08-07 14:37:43 +02:00
gmp Merge branch 'PHP-7.3' into PHP-7.4 2020-10-15 10:16:56 +02:00
hash Apply tidy formatting 2020-02-03 13:41:31 +01:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2020-10-09 15:24:53 +02:00
imap Merge branch 'PHP-7.3' into PHP-7.4 2020-10-15 13:19:30 +02:00
intl intl: report more information about message pattern parse errors 2020-10-12 16:42:41 +02:00
json Optimize creation of empty arrays in json_decode 2019-10-30 11:06:46 +01:00
ldap fix memory leaks in ext/ldap/ldap.c 2020-07-28 10:27:22 +02:00
libxml Enable libxml entity loader test case on Windows 2020-08-03 09:13:30 +02:00
mbstring Fix out-of-bounds write 2020-10-02 15:02:35 +02:00
mysqli Merge branch 'PHP-7.3' into PHP-7.4 2020-09-20 10:02:32 +02:00
mysqlnd Merge branch 'PHP-7.3' into PHP-7.4 2020-09-18 15:30:06 +02:00
oci8
odbc Merge branch 'PHP-7.3' into PHP-7.4 2020-10-05 17:47:35 +02:00
opcache Fixed bug #80194 2020-10-07 15:03:12 +02:00
openssl Fix bug #79983: Add support for OCB mode 2020-10-19 11:09:00 +02:00
pcntl Add privilege check in pcntl_unshare test 2020-08-05 18:18:06 +02:00
pcre Fix #80118: Erroneous whitespace match with JIT only 2020-09-21 10:28:22 +02:00
pdo Merge branch 'PHP-7.3' into PHP-7.4 2020-09-25 16:32:41 +01:00
pdo_dblib Fix typo 2019-09-09 14:24:26 +02:00
pdo_firebird Apply tidy formatting 2020-02-03 13:41:31 +01:00
pdo_mysql Merge branch 'PHP-7.3' into PHP-7.4 2020-09-18 15:25:35 +02:00
pdo_oci Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pdo_odbc Merge branch 'PHP-7.3' into PHP-7.4 2020-09-28 22:58:16 +02:00
pdo_pgsql Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pdo_sqlite Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pgsql Fix #79532: sizeof off_t can be wrong 2020-04-29 10:40:59 +02:00
phar Merge branch 'PHP-7.3' into PHP-7.4 2020-09-03 10:30:39 +02:00
posix Remove posix_kill() test 2020-08-05 10:39:30 +02:00
pspell
readline Suppress zend signals check in two readline tests 2020-06-17 17:13:01 +02:00
reflection Fix leak on consteval exception in ReflectionClass::__toString() 2020-08-31 15:10:09 +02:00
session Fixed bug #79724 2020-08-13 17:25:51 +02:00
shmop Fix brittle shmop test 2020-05-13 23:25:28 +02:00
simplexml Merge branch 'PHP-7.3' into PHP-7.4 2020-05-01 12:40:37 +02:00
skeleton
snmp Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
soap Merge branch 'PHP-7.3' into PHP-7.4 2020-09-30 08:37:35 +03:00
sockets Avoid socket path clash in test 2020-08-26 12:11:22 +02:00
sodium Merge branch 'PHP-7.3' into PHP-7.4 2020-08-14 15:52:15 +02:00
spl Add missing initialization check to RegexIterator::getRegex() 2020-08-14 10:41:36 +02:00
sqlite3 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
standard Merge branch 'PHP-7.3' into PHP-7.4 2020-10-05 10:46:46 +02:00
sysvmsg
sysvsem
sysvshm
tidy Merge branch 'PHP-7.3' into PHP-7.4 2020-10-07 17:48:12 +02:00
tokenizer Fix handling of overflowing invalid octal in tokenizer 2019-10-14 16:36:27 +02:00
xml Merge branch 'PHP-7.3' into PHP-7.4 2020-08-10 12:25:26 +02:00
xmlreader
xmlrpc
xmlwriter Merge branch 'PHP-7.3' into PHP-7.4 2020-02-03 23:33:20 +01:00
xsl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-30 13:06:25 +01:00
zend_test Fix #79532: sizeof off_t can be wrong 2020-04-29 10:40:59 +02:00
zip check for broken libzip versions 2020-06-18 17:13:01 +02:00
zlib Fix file clash in zlib test 2020-08-06 12:34:14 +02:00
ext_skel.php Apply tidy formatting 2020-02-03 13:41:31 +01:00