#
555126e9 |
| 20-Jan-2016 |
Jakub Zelenka |
Store errors in openssl_x509_export
|
#
63f8ef6e |
| 19-Jan-2016 |
Jakub Zelenka |
Store errors in OpenSSL SPKI functions
|
#
b5c990c3 |
| 10-Jan-2016 |
Jakub Zelenka |
Store errors for some OpenSSL RAND handling
|
#
fb3a7e0e |
| 10-Jan-2016 |
Jakub Zelenka |
Add error storing to the OpenSSL CONF part
|
#
d5a148e2 |
| 09-Jan-2016 |
Jakub Zelenka |
Use and fix storing errors in openssl_x509_export_to_file Also use persistent memory to prevent segfualt
|
#
19d40fc2 |
| 09-Jan-2016 |
Jakub Zelenka |
Implement logic for OpenSSL error storing
|
#
e453af38 |
| 09-Jan-2016 |
Jakub Zelenka |
Warn about passing tag for non AEAD modes
|
#
1d111320 |
| 08-Jan-2016 |
Jakub Zelenka |
Add initial almost empty php_openssl_store_errors
|
#
e00ba47d |
| 07-Jan-2016 |
Jakub Zelenka |
Add global data for storing OpenSSL errors
|
#
55abb5d3 |
| 05-Jan-2016 |
Jakub Zelenka |
Fix and test OpenSSL CCM decryption
|
#
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
|