History log of /PHP-8.3/ext/openssl/openssl.c (Results 326 – 350 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c9931511 01-Dec-2015 Jakub Zelenka

Add AEAD IV init


# 4b22c063 15-Nov-2015 Jakub Zelenka

Move password checkign to php_openssl_cipher_init


# dcabd940 08-Nov-2015 Jakub Zelenka

Move php_openssl_validate_iv to php_openssl_cipher_init and fix some issues


# 3ce5e463 03-Nov-2015 Jakub Zelenka

Change return value from php_openssl_validate_iv


# 2eb3e2c3 02-Nov-2015 Jakub Zelenka

Use php_openssl_cipher_init in openssl_decrypt


# 789ee143 01-Nov-2015 Jakub Zelenka

Use php_openssl_cipher_init in openssl_encrypt


# c09f3e39 01-Nov-2015 Jakub Zelenka

Use correct type for tag_len


# 496c4694 26-Oct-2015 Jakub Zelenka

Add php_openssl_cipher_init


# 2ee99f89 25-Oct-2015 Jakub Zelenka

Check EVP_SealFinal return code

This can be done since we no longer support OpenSSL 0.9.6


# a6534b8f 07-Oct-2015 Jakub Zelenka

Use openssl allocated cipher context


# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# 2f744cd3 23-Sep-2015 Jakub Zelenka

Add and use function for loading cipher mode info


# ca89d9a7 23-Sep-2015 Anatol Belski

expose openssl config path so it can be tested


# 15d43095 23-Sep-2015 Anatol Belski

expose openssl config path so it can be tested


# 96698b5d 21-Sep-2015 Jakub Zelenka

Add and check AEAD params in openssl_encrypt and openssl_decrypt


# 2ed246ed 20-Sep-2015 Jakub Zelenka

Add an initial preparation for OpenSSL AEAD


# 6a813634 20-Sep-2015 Jakub Zelenka

Require at least OpenSSL version 0.9.8


# dcd569aa 20-Sep-2015 Jakub Zelenka

Use tabs for arg info indent in openssl.c


# e235cb65 06-Sep-2015 Jakub Zelenka

Fix request #70438: Add IV parameter for openssl_seal and openssl_open


# d4702916 06-Sep-2015 Jakub Zelenka

Fix bug #60632: openssl_seal fails with AES


# 43b26c7b 01-Sep-2015 Christoph M. Becker

Fix #70395: Missing ARG_INFO for openssl_seal()

This patch adds the missing ARG_INFO for the optional 5th parameter $method.


# ad028ebc 26-Aug-2015 Jakub Zelenka

Use new range checks in openssl ext


# c39336d1 25-Aug-2015 Jakub Zelenka

Fix bug #55259 (openssl extension does not get the DH parameters from DH key resource)


# 7ad17034 20-Aug-2015 Jakub Zelenka

Add overflow check for openssl_pkcs12_read


# c3f0c875 19-Aug-2015 Jakub Zelenka

Add overflow checks for openssl_pkey_* functions


1...<<11121314151617181920>>...31