#
0ea63cb2 |
| 04-Jan-2016 |
Jakub Zelenka |
Fix small CS label issue in openssl.c
|
#
e4bdf51f |
| 18-Dec-2015 |
Dominic Luechinger |
Replaced whitespaces with tabs and fixed aligments
|
#
5897256d |
| 04-Jan-2016 |
Jakub Zelenka |
Fix and test OpenSSL CCM encryption
|
#
651e6b62 |
| 03-Jan-2016 |
Jakub Zelenka |
Comment out warning when cipher update fail There has never been any warning for that
|
#
72381b09 |
| 03-Jan-2016 |
Jakub Zelenka |
Fix arginfo for openssl_decrypt (tag is not ref)
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
52ffdf9f |
| 31-Dec-2015 |
Jakub Zelenka |
Test and fix encrypting empty IV for AEAD mode
|
#
5e9540f7 |
| 27-Dec-2015 |
Jakub Zelenka |
Add AES CCM ciphers when linked with OpenSSL 1.0.1 These ciphers are not added by OpenSSL_add_all_algorithms in 1.0.1
|
#
213844de |
| 26-Dec-2015 |
Jakub Zelenka |
Fix EVP_EncryptFinal and EVP_DecryptFinal
|
#
618b9611 |
| 25-Dec-2015 |
Tom Van Looy |
Remove leftovers of TSRMLS in code
|
#
fc3575aa |
| 13-Dec-2015 |
Jakub Zelenka |
Retrieve tag in AEAD cipher mode encryption
|
#
c5417425 |
| 07-Dec-2015 |
Jakub Zelenka |
Simplify AAD condition
|
#
da0c2a4b |
| 06-Dec-2015 |
Jakub Zelenka |
Implement AAD setting
|
#
32495cbf |
| 04-Dec-2015 |
Jakub Zelenka |
Add php_openssl_cipher_update to group enc and dec logic
|
#
e74368a8 |
| 03-Dec-2015 |
Jakub Zelenka |
Set AEAD tag or tag_len if supplied
|
#
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
|