changelog Mon May 1 05:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2331&r2=1.2332&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2331 php-src/ChangeLog:1.2332
--- php-src/ChangeLog:1.2331 Sun Apr 30 05:31:52 2006
+++ php-src/ChangeLog Mon May 1 05:31:46 2006
@@ -1,3 +1,45 @@
+2006-04-30 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/openssl/openssl.c
+ ext/openssl/xp_ssl.c:
+ merge from branch: peer certificate capture context options.
+
+ * (PHP_5_1)
+ ext/openssl/openssl.c
+ ext/openssl/xp_ssl.c:
+ Add two new context options for ssl:
+
+ "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.
+
+2006-04-30 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ - After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from
+ this point of development (ilia will do so)
+
+2006-04-30 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ Fix #36632
+
+ * (PHP_5_1)
+ NEWS:
+ Fix #35552
+
2006-04-29 Uwe Schindler <[EMAIL PROTECTED]>
* sapi/nsapi/nsapi.c: