php-src/ext/openssl
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
..
tests Fix bug #79983: Add support for OCB mode 2020-10-19 11:09:00 +02:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
config0.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
CREDITS
openssl.c Fix bug #79983: Add support for OCB mode 2020-10-19 11:09:00 +02:00
php_openssl.h Remove local variables 2019-02-03 21:03:00 +01:00
xp_ssl.c Don't generate spurious warning is security_level not supported 2020-06-18 14:21:53 +02:00