summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix protosEtienne Kneuss2008-05-041-1/+1
|
* MFB53: Fixed bug#44716 (Progress notifications incorrect)Hannes Magnusson2008-04-141-9/+8
|
* Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-041-2/+2
| | | | | (stotty at tvnet dot hu)
* initialize variableAntony Dovgal2008-04-021-1/+1
|
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
|
* fix memleak in sign and verify functionsRob Richards2008-01-151-0/+2
|
* fix crash when using default algorithmRob Richards2008-01-091-2/+2
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* MFB: fix compiler warningsNuno Lopes2007-09-291-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Revert ws-breaking patchDmitry Stogov2007-09-271-3693/+3693
|
* Fixed generation on DH publick key for given private keyDmitry Stogov2007-08-101-3693/+3693
|
* - MFB: fix regressio introduced by #42222Pierre Joye2007-08-081-2/+2
|
* - MFB: #42222, forgot this one (thanks mattias)Pierre Joye2007-08-061-2/+3
|
* - MFB: #42222, truncate the _default to the buffer size (was 200 since day ↵Pierre Joye2007-08-061-1/+3
| | | | #1, we don't need dynamic alloc here)
* Improved ext/opensslDmitry Stogov2007-08-061-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
* Unicode supportDmitry Stogov2007-07-113-53/+157
| | | | | improved openssl_x509_parse() extensions support
* Fixed memory leakDmitry Stogov2007-07-111-0/+1
|
* Fixed crash on non-string passphrase and unicode supportDmitry Stogov2007-07-111-1/+2
|
* Fixed bug #41353Dmitry Stogov2007-07-101-1/+1
|
* - MFB: Fixed a memory leak inside load_all_certs_file()Pierre Joye2007-06-201-0/+3
|
* fix test namesAntony Dovgal2007-05-302-2/+2
|
* MFBIlia Alshanetsky2007-05-281-6/+6
|
* fix test namesAntony Dovgal2007-05-282-3/+3
|
* - MFB: enable DSA key if HAVE_DSA_DEFAULT_METHOD is setPierre Joye2007-05-281-2/+2
|
* - skip if openssl is too oldPierre Joye2007-05-282-1/+18
| | | | | - MFB test bug41353.phpt
* - MFH: add HAVE_DSA_DEFAULT_METHODPierre Joye2007-05-282-0/+3
|
* fix testsAntony Dovgal2007-05-272-0/+34
|
* MFB: fix #41236 (Regression in timeout handling of non-blocking SSL ↵Antony Dovgal2007-05-271-6/+6
| | | | | | | connections during reads and writes). Everybody please calm down, we can always fix such issues without starting a war..
* - #41423, PHP assumes wrongly that certain ciphers are enabled in OpenSSLPierre Joye2007-05-191-0/+10
|
* fix win32 buildRob Richards2007-04-051-2/+1
|
* fix build & testAntony Dovgal2007-04-053-14/+35
| | | | | improve coding style
* - MFB:Pierre Joye2007-04-043-30/+389
| | | | | | | - implement #39867, PKCS#12 support - Fix possible multibyte issues issue in the add_assoc function - add test for openssl_csr_get_subject
* fix leak on errorAntony Dovgal2007-04-041-0/+3
|
* fix #40750 (openssl stream wrapper ignores default_stream_timeout)Antony Dovgal2007-03-141-4/+10
|
* - avoid sprintfMarcus Boerger2007-02-241-1/+1
|
* fix accessing public key from x509 resourceRob Richards2007-01-193-6/+39
| | | | | | add test fix test under win32
* Bump year.Sebastian Bergmann2007-01-013-3/+3
|
* MFB: Fix win32 buildRob Richards2006-12-061-0/+4
|
* MFB: Fixed bug #39571 (timeout ssl:// connections).Ilia Alshanetsky2006-12-051-3/+24
|
* - add signature_algo to the function signaturePierre Joye2006-10-211-1/+1
|
* - #39217, use openssl i2s_ASN1_INTEGER to get a string representation ofPierre Joye2006-10-214-38/+55
| | | | | | the integer (large or not). It also keeps BC by using only decimal fmt - add test
* fix #39217 (serialNumber is might be -1 when the value is too big)Antony Dovgal2006-10-201-1/+39
|
* fix compile warningAntony Dovgal2006-10-151-1/+1
|
* MFB5.2Hannes Magnusson2006-10-092-8/+143
| | | | | | | | | | | | Constants: - OPENSSL_VERSION_TEXT - OPENSSL_VERSION_NUMBER - OPENSSL_KEYTYPE_EC Functions: - openssl_pkey_get_details() - openssl_csr_get_subject() - openssl_csr_get_public_key
* Fix testsHannes Magnusson2006-10-092-1/+3
|
* - MFB: fix possible segfault (see test 004) always exists and returns NULLPierre Joye2006-10-091-2/+2
| | | | | on error (thx Bjori for the head up)
* Error message clean upHannes Magnusson2006-10-081-2/+2
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* MFB: Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS fromIlia Alshanetsky2006-10-051-1/+4
| | | | | servers running Google web server).
* MFBNuno Lopes2006-09-161-1/+1
|