Nuno Lopes
|
887d439404
|
use FREE_ZVAL() instead of free() to free a zval
|
2007-09-29 11:24:05 +00:00 |
|
Nuno Lopes
|
e029a0ee59
|
fix a few compiler warnings (mostly use of unitialized values)
|
2007-09-29 11:18:42 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Dmitry Stogov
|
65741beb79
|
MFH: Improved ext/openssl
. Added support for OpenSSL digest functions
. Added support for OpenSSL cipher functions
. Added access to internal values of DSA, RSA and DH keys
|
2007-09-27 08:46:00 +00:00 |
|
Pierre Joye
|
e507b4c4ce
|
- fix regression introduced with #42222 (thx to tony and mattias for the
head up)
|
2007-08-08 06:29:46 +00:00 |
|
Pierre Joye
|
455cd3d837
|
- #42222, forgot this one (thanks mattias)
|
2007-08-06 19:49:45 +00:00 |
|
Pierre Joye
|
bca0912296
|
- #42222, truncate the _default to the buffer size (was 200 since day #1, we don't need dynamic alloc here)
|
2007-08-06 19:11:20 +00:00 |
|
Dmitry Stogov
|
1ad841d53a
|
mproced openssl_x509_parse() to return extensions in readable form
|
2007-07-11 12:18:14 +00:00 |
|
Dmitry Stogov
|
f765f73e5f
|
Fixed memory leak
|
2007-07-11 07:36:12 +00:00 |
|
Dmitry Stogov
|
2821378c33
|
Fixed crash on non-string passphrase
|
2007-07-11 07:26:52 +00:00 |
|
Ilia Alshanetsky
|
921294e0d7
|
Fixed bug #41770 (SSL: fatal protocol error due to buffer issues).
|
2007-07-02 16:42:10 +00:00 |
|
Ilia Alshanetsky
|
e2b093bfcb
|
Fixed a memory leak inside load_all_certs_file()
|
2007-06-19 22:09:49 +00:00 |
|
Antony Dovgal
|
df057bf78d
|
fix test names
|
2007-05-30 15:40:26 +00:00 |
|
Pierre Joye
|
f2e130c145
|
- add missing cert (thx Tony)
|
2007-05-30 15:16:31 +00:00 |
|
Antony Dovgal
|
97e9bd1da0
|
fix test names
|
2007-05-28 20:03:54 +00:00 |
|
Pierre Joye
|
b49e70f946
|
- MFH:
- tests for #39217
- skip test if openssl is too old
|
2007-05-28 13:55:30 +00:00 |
|
Ilia Alshanetsky
|
d2ec6b60da
|
Fixed bug #41236 (Regression in timeout handling of non-blocking SSL
connections during reads and writes).
|
2007-05-27 17:05:51 +00:00 |
|
Pierre Joye
|
26e22f34fa
|
- #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL
|
2007-05-19 22:05:08 +00:00 |
|
Ilia Alshanetsky
|
f752fd4836
|
Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input).
|
2007-05-13 17:37:32 +00:00 |
|
Rob Richards
|
3530b8a2c6
|
fix win32 build
|
2007-04-05 18:08:42 +00:00 |
|
Pierre Joye
|
e3bc12631b
|
- MFB: import the right data 005_crt.txt
|
2007-04-05 09:38:45 +00:00 |
|
Pierre Joye
|
1ace1904e4
|
- MFH: add missing data for 005.phpt
|
2007-04-05 09:00:07 +00:00 |
|
Antony Dovgal
|
e0318e21fb
|
fix test
|
2007-04-05 07:23:56 +00:00 |
|
Antony Dovgal
|
90a277d0ce
|
fix ZTS build
|
2007-04-05 07:10:07 +00:00 |
|
Pierre Joye
|
6e5875b025
|
- nuke c++ comments
|
2007-04-04 22:00:51 +00:00 |
|
Pierre Joye
|
d4fb0108bc
|
- implement #39867, PKCS#12 support
- Fix possible multibyte issues issue in the add_assoc function
- add test for openssl_csr_get_subject
|
2007-04-04 21:24:01 +00:00 |
|
Antony Dovgal
|
e07b83afb2
|
MFH: fix leak on error
|
2007-04-04 10:44:55 +00:00 |
|
Antony Dovgal
|
f9d54cbb75
|
MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout)
|
2007-03-14 19:22:14 +00:00 |
|
Marcus Boerger
|
50ea26760d
|
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
2007-02-24 02:17:47 +00:00 |
|
Rob Richards
|
75fdefba0c
|
MFH: fix accessing public key from x509 resource
add test
fix test under win32
|
2007-01-20 22:08:29 +00:00 |
|
Ilia Alshanetsky
|
8df326e003
|
Fixed bug #39394 (Missing check for older variants of openssl).
|
2007-01-07 18:38:22 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Rob Richards
|
cf4c83dd2b
|
Fix win32 build
|
2006-12-06 13:18:36 +00:00 |
|
Ilia Alshanetsky
|
53a1403b53
|
Fixed bug #39571 (timeout ssl:// connections).
|
2006-12-05 01:39:07 +00:00 |
|
Pierre Joye
|
c412409164
|
- MFH: #39217, serialNumber might be -1 when the value is too big
|
2006-11-15 23:28:06 +00:00 |
|
Antony Dovgal
|
268984b478
|
fix compile warning
|
2006-10-15 21:09:27 +00:00 |
|
Hannes Magnusson
|
942b11a581
|
fix test
|
2006-10-13 09:59:21 +00:00 |
|
Pierre Joye
|
fa8f1151aa
|
- fix possible segfault (see test 004) always exists and returns NULL on
error
|
2006-10-09 00:04:11 +00:00 |
|
Ilia Alshanetsky
|
0d9f9b67b7
|
Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from
servers running Google web server).
|
2006-10-05 00:38:02 +00:00 |
|
Nuno Lopes
|
e197ecd16e
|
fix mem leak. hash keys dont need to be strdup'ed
|
2006-09-16 12:05:13 +00:00 |
|
Antony Dovgal
|
1a6cd5162e
|
remove a leftover
|
2006-09-12 10:54:01 +00:00 |
|
Antony Dovgal
|
5c6f438319
|
implement feature request #38731 (openssl_pkey_new does not support DSA key generation)
patch by marci at balabit dot hu
|
2006-09-08 20:10:47 +00:00 |
|
Ilia Alshanetsky
|
7f2cf9b373
|
Fixed memory leaks in openssl test #004
|
2006-09-07 14:11:06 +00:00 |
|
Antony Dovgal
|
c57bfd9a66
|
add test
|
2006-09-05 14:04:41 +00:00 |
|
Antony Dovgal
|
52d0f82dc3
|
MFH: init variables
|
2006-09-05 13:59:26 +00:00 |
|
Pierre Joye
|
532f577fe9
|
- add OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER constants
- skip tests if openssl version < 0.9.7j (known to work)
|
2006-09-03 15:31:01 +00:00 |
|
Antony Dovgal
|
821674720a
|
fix test
|
2006-08-31 13:50:11 +00:00 |
|
Antony Dovgal
|
fb21b5d059
|
MFH: fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types
|
2006-08-31 13:48:17 +00:00 |
|
Antony Dovgal
|
1dd6ee3f6d
|
fix segfault/leak, add test
|
2006-08-30 21:51:08 +00:00 |
|
Antony Dovgal
|
1f138e7e01
|
MFH: fix segfault in openssl_seal(), add test
|
2006-08-30 20:50:04 +00:00 |
|