[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls README.TXT,1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-11 10:10:18
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1:/tmp/cvs-serv4302 Modified Files: README.TXT Log Message: TLS Library is relicensed under the MIT/X11 license for allow integration into mono:: project Index: README.TXT =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/README.TXT,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.TXT 11 Oct 2003 10:02:46 -0000 1.1 --- README.TXT 11 Oct 2003 10:10:14 -0000 1.2 *************** *** 2,7 **** ------------------------------ ! Transport Security Layer (TLS) protocol for .NET and mono ! developend in C#. --- 2,6 ---- ------------------------------ ! Transport Security Layer (TLS) protocol implementation. |