1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
Dmitry Stogov 35cdce9e02 Unicode support
improved openssl_x509_parse() extensions support
2007-07-11 12:10:28 +00:00
Antony Dovgal 23f8cc74e6 fix test names 2007-05-30 15:40:17 +00:00
Antony Dovgal ddbd78f523 fix test names 2007-05-28 20:03:35 +00:00
Pierre Joye d476e987a7 - skip if openssl is too old
- MFB test bug41353.phpt
2007-05-28 13:48:36 +00:00
Antony Dovgal 81560e2de5 fix tests 2007-05-27 19:13:29 +00:00
Antony Dovgal 5273aea4d2 fix build & test
improve coding style
2007-04-05 07:24:21 +00:00
Pierre Joye 5a0cf57fb7 - MFB:
- 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:39:01 +00:00
Rob Richards e053dcc066 fix accessing public key from x509 resource
add test
fix test under win32
2007-01-19 19:23:20 +00:00
Pierre Joye c808d70bb3 - #39217, use openssl i2s_ASN1_INTEGER to get a string representation of
the integer (large or not). It also keeps BC by using only decimal fmt
- add test
2006-10-21 00:28:56 +00:00
Hannes Magnusson 9b3dde791d Fix tests 2006-10-09 14:42:48 +00:00
Antony Dovgal 6c977ee076 add new test for multiple leaks in openssl_csr_new() 2006-09-05 14:04:36 +00:00
Antony Dovgal ac978370c9 fix test 2006-09-05 13:58:47 +00:00
Antony Dovgal 3aca07552a fix test 2006-08-31 13:49:39 +00:00
Antony Dovgal c3890b0044 fix segfault/leak, add test 2006-08-30 21:50:29 +00:00
Antony Dovgal 2229e563e4 fix segfault in openssl_seal(), add test 2006-08-30 20:49:46 +00:00
Pierre Joye 7cd4c92c1a - MFB: #36732, add req_extensions support to openssl_csr_new and _sign
(ben at psc dot edu)
- MFB: fix leaks in openssl_csr_new and sig
2006-07-31 00:36:10 +00:00
Pierre Joye 6dc7a18d7c - #28382, add support for x509 extensions 2006-07-30 17:02:28 +00:00
Pierre Joye 30901dc4cd - MFB: #38261, openssl_x509_parse leaks with invalid certs 2006-07-30 16:27:03 +00:00
Antony Dovgal 9941fd7185 MFB: improve test 2006-07-29 22:41:35 +00:00
Pierre Joye cd314aea49 - MFH: #38255, fix possible leak in php_openssl_evp_from_zval 2006-07-29 22:24:49 +00:00
Pierre Joye 1329f72f90 - #37820, add support for algorithm type in openssl_verify() 2006-07-29 21:54:46 +00:00
Ilia Alshanetsky 18685ea039 MFB51: Improve "skip" checks 2005-12-27 17:17:11 +00:00
Marcus Boerger 29cfd6d24f - Remove unused blocks 2004-05-19 08:56:50 +00:00
Wez Furlong f7d32e30b0 Fix 2003-09-24 10:35:20 +00:00
Wez Furlong fce7b92891 MFB 25614 "fix" 2003-09-23 16:05:52 +00:00
Wez Furlong 81c02040f0 Attempt to add more entropy for key generation. 2002-12-12 15:50:11 +00:00
Wez Furlong 9eb215511f syntax highlighting for vim 2002-08-09 20:56:52 +00:00
Wez Furlong 959021a8c9 Add subject hash to parsed x509 data.
Make the test use file_get_contents().
2002-03-28 00:56:19 +00:00
Wez Furlong 74749ad642 Fix regular openssl_pkey_get_private($content, $phrase) syntax and
add test case.
This stuff should be merged into the 4.2 branch.
2002-03-26 00:03:11 +00:00