Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls
In directory sc8-pr-cvs1:/tmp/cvs-serv32260
Modified Files:
changelog.txt
Log Message:
2003-12-09 Carlos Guzmán Álvarez <car...@te...>
* Mono.Security.Protocol.Handshake.Client/TlsServerCertificate.cs:
- Fixed message (but not working yet - we need RSA signing
capabilitites with MD5SHA1 hash).
* Mono.Security.Protocol.Handshake.Client/TlsServerCertificate.cs:
- Retrict certificate validation to the first validation.
( real validation needs to be made using a chain )
- Improved domain validation by making a IP checking between
the target host IP and the certificate domain IP.
- Fixed error list handling on certificate validation.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** changelog.txt 23 Nov 2003 12:52:24 -0000 1.15
--- changelog.txt 9 Dec 2003 19:25:04 -0000 1.16
***************
*** 2,5 ****
--- 2,28 ----
--------------- ----------- -----------------------------------------
+ 2003-12-09 Carlos Guzmán Álvarez <car...@te...>
+
+ * Mono.Security.Protocol.Handshake.Client/TlsServerCertificate.cs:
+
+ - Fixed message (but not working yet - we need RSA signing
+ capabilitites with MD5SHA1 hash).
+
+ * Mono.Security.Protocol.Handshake.Client/TlsServerCertificate.cs:
+
+ - Retrict certificate validation to the first validation.
+ ( real validation needs to be made using a chain )
+
+ - Improved domain validation by making a IP checking between
+ the target host IP and the certificate domain IP.
+
+ - Fixed error list handling on certificate validation.
+
+ 2003-11-28 Carlos Guzmán Álvarez <car...@te...>
+
+ * Mono.Security.Protocol.Tls/SslClientStream.cs:
+
+ - Added new exceptions.
+
2003-11-23 Carlos Guzmán Álvarez <car...@te...>
|