Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | MFH: Improved ext/openssl | Dmitry Stogov | 2007-09-27 | 1 | -44/+531 | |
| | | | | | | | . Added support for OpenSSL digest functions . Added support for OpenSSL cipher functions . Added access to internal values of DSA, RSA and DH keys | |||||
* | - fix regression introduced with #42222 (thx to tony and mattias for the | Pierre Joye | 2007-08-08 | 1 | -2/+2 | |
| | | | | | head up) | |||||
* | - #42222, forgot this one (thanks mattias) | Pierre Joye | 2007-08-06 | 1 | -1/+1 | |
| | ||||||
* | - #42222, truncate the _default to the buffer size (was 200 since day #1, we ↵ | Pierre Joye | 2007-08-06 | 1 | -1/+3 | |
| | | | | don't need dynamic alloc here) | |||||
* | mproced openssl_x509_parse() to return extensions in readable form | Dmitry Stogov | 2007-07-11 | 1 | -4/+17 | |
| | ||||||
* | Fixed memory leak | Dmitry Stogov | 2007-07-11 | 1 | -0/+1 | |
| | ||||||
* | Fixed crash on non-string passphrase | Dmitry Stogov | 2007-07-11 | 1 | -0/+1 | |
| | ||||||
* | Fixed a memory leak inside load_all_certs_file() | Ilia Alshanetsky | 2007-06-19 | 1 | -0/+3 | |
| | ||||||
* | - #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL | Pierre Joye | 2007-05-19 | 1 | -0/+10 | |
| | ||||||
* | Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input). | Ilia Alshanetsky | 2007-05-13 | 1 | -6/+6 | |
| | ||||||
* | fix win32 build | Rob Richards | 2007-04-05 | 1 | -3/+2 | |
| | ||||||
* | fix ZTS build | Antony Dovgal | 2007-04-05 | 1 | -3/+3 | |
| | ||||||
* | - nuke c++ comments | Pierre Joye | 2007-04-04 | 1 | -8/+7 | |
| | ||||||
* | - implement #39867, PKCS#12 support | Pierre Joye | 2007-04-04 | 1 | -2/+341 | |
| | | | | | | - Fix possible multibyte issues issue in the add_assoc function - add test for openssl_csr_get_subject | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix accessing public key from x509 resource | Rob Richards | 2007-01-20 | 1 | -3/+3 | |
| | | | | | | add test fix test under win32 | |||||
* | Fixed bug #39394 (Missing check for older variants of openssl). | Ilia Alshanetsky | 2007-01-07 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | - MFH: #39217, serialNumber might be -1 when the value is too big | Pierre Joye | 2006-11-15 | 1 | -1/+2 | |
| | ||||||
* | fix compile warning | Antony Dovgal | 2006-10-15 | 1 | -1/+1 | |
| | ||||||
* | - fix possible segfault (see test 004) always exists and returns NULL on | Pierre Joye | 2006-10-09 | 1 | -2/+2 | |
| | | | | | error | |||||
* | fix mem leak. hash keys dont need to be strdup'ed | Nuno Lopes | 2006-09-16 | 1 | -1/+1 | |
| | ||||||
* | remove a leftover | Antony Dovgal | 2006-09-12 | 1 | -1/+1 | |
| | ||||||
* | implement feature request #38731 (openssl_pkey_new does not support DSA key ↵ | Antony Dovgal | 2006-09-08 | 1 | -1/+19 | |
| | | | | | | | generation) patch by marci at balabit dot hu | |||||
* | Fixed memory leaks in openssl test #004 | Ilia Alshanetsky | 2006-09-07 | 1 | -13/+34 | |
| | ||||||
* | MFH: init variables | Antony Dovgal | 2006-09-05 | 1 | -1/+2 | |
| | ||||||
* | - add OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER constants | Pierre Joye | 2006-09-03 | 1 | -0/+3 | |
| | | | | | - skip tests if openssl version < 0.9.7j (known to work) | |||||
* | MFH: fix problem with mixed arguments accepted as zval* causing ↵ | Antony Dovgal | 2006-08-31 | 1 | -79/+79 | |
| | | | | leaks/segfaults when converting to other types | |||||
* | fix segfault/leak, add test | Antony Dovgal | 2006-08-30 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix segfault in openssl_seal(), add test | Antony Dovgal | 2006-08-30 | 1 | -0/+2 | |
| | ||||||
* | fix #38486 (openssl extension does not build correctly) | Antony Dovgal | 2006-08-18 | 1 | -0/+6 | |
| | ||||||
* | - add openssl_csr_get_subject() and openssl_csr_get_public_key() | Pierre Joye | 2006-08-15 | 1 | -6/+67 | |
| | ||||||
* | - add OPENSSL_KEYTYPE_EC constant | Pierre Joye | 2006-08-15 | 1 | -1/+64 | |
| | | | | | - openssl_pkey_get_details(), returns the key details | |||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2006-07-31 | 1 | -2/+2 | |
| | ||||||
* | - #36732, add req_extensions support to openssl_csr_new and _sign | Pierre Joye | 2006-07-31 | 1 | -19/+20 | |
| | | | | | | (ben at psc dot edu) - fix leaks in openssl_csr_new and sign | |||||
* | - #28382, add support for x509 extensions | Pierre Joye | 2006-07-30 | 1 | -0/+15 | |
| | ||||||
* | - 38261: openssl_x509_parse leaks with invalid certs | Pierre Joye | 2006-07-30 | 1 | -0/+5 | |
| | ||||||
* | - silent compiler warnings (signess) | Pierre Joye | 2006-07-30 | 1 | -25/+25 | |
| | ||||||
* | - MFH: make the test more obvious and add an explanation | Pierre Joye | 2006-07-29 | 1 | -2/+4 | |
| | ||||||
* | - vi happiness++ | Pierre Joye | 2006-07-29 | 1 | -17/+31 | |
| | ||||||
* | - #38255, fails on array as well | Pierre Joye | 2006-07-29 | 1 | -1/+2 | |
| | ||||||
* | - fix leak when the key is not a valid key (like false or an array) | Pierre Joye | 2006-07-29 | 1 | -22/+44 | |
| | ||||||
* | Add two new context options for ssl: | Wez Furlong | 2006-04-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | "capture_peer_cert" and "capture_peer_cert_chain" If true, the peer certificate and peer certificate chain respectively will be captured and made available in the ssl context variables "peer_certificate" and "peer_certificate_chain" respectively. The certificates are exposed as x509 certificate resources and can be inspected using the existing openssl extension functions. This allows applications to perform extended validation. | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | MFH: - Fixed bug #35381 (ssl library is not initialized properly) | foobar | 2005-11-28 | 1 | -0/+1 | |
| | ||||||
* | MFH: Nuked EOLs from error messages | foobar | 2005-08-18 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Add optional parameter to openssl_pkcs7_verify() which specifies the name | Wez Furlong | 2005-06-30 | 1 | -6/+20 | |
| | | | | | | | | of a file that will be filled with the verified data, but with the signature information stripped. Patch by Marton Kenyeres, mkenyeres (at) konvergencia dot hu |