Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls
In directory sc8-pr-cvs1:/tmp/cvs-serv17896
Modified Files:
changelog.txt
Log Message:
2003-11-13 Carlos Guzmán Álvarez <car...@te...>
* Added implementation of an SslClientStream class similar to the MS .NET Framework 1.2 documentation.
The next files are no more needed:
- TlsSession.cs
- TlsNetworkStream.cs
- TlsSocket.cs
- TlsSessionState.cs
The next files are renamed:
- TlsSessionSettings.cs -> TlsClientSettings.cs
- TlsSessionContext.cs -> TlsContext.cs
The next files are new:
- SslClientStream.cs ( the name is non definitive yet )
The next files where changed to reflect the new canges:
- TlsHandshakeMessage.cs
- TlsClientCertificate.cs
- TlsClientCertificateVerify.cs
- TlsClientFinished.cs
- TlsClientHello.cs
- TlsClientKeyExchange.cs
- TlsServerCertificate.cs
- TlsServerCertificateRequest.cs
- TlsServerFinished.cs
- TlsServerHello.cs
- TlsServerHelloDone.cs
- TlsServerKeyExchange.cs
- TlsAlert.cs
- TlsCloseNotifyAlert.cs
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** changelog.txt 13 Nov 2003 09:24:04 -0000 1.10
--- changelog.txt 14 Nov 2003 13:43:11 -0000 1.11
***************
*** 4,10 ****
2003-11-13 Carlos Guzmán Álvarez <car...@te...>
! * Mono.Security.Protocol.Tls/TlsSessionContext.cs:
!
! - Renamed to TlsContext.
2003-11-12 Carlos Guzmán Álvarez <car...@te...>
--- 4,59 ----
2003-11-13 Carlos Guzmán Álvarez <car...@te...>
! * Added implementation of an SslClientStream class similar to the MS .NET Framework 1.2 documentation.
!
! The next files are no more needed:
!
! - TlsSession.cs
!
! - TlsNetworkStream.cs
!
! - TlsSocket.cs
!
! - TlsSessionState.cs
!
! The next files are renamed:
!
! - TlsSessionSettings.cs -> TlsClientSettings.cs
!
! - TlsSessionContext.cs -> TlsContext.cs
!
! The next files are new:
!
! - SslClientStream.cs ( the name is non definitive yet )
!
! The next files where changed to reflect the new canges:
!
! - TlsHandshakeMessage.cs
!
! - TlsClientCertificate.cs
!
! - TlsClientCertificateVerify.cs
!
! - TlsClientFinished.cs
!
! - TlsClientHello.cs
!
! - TlsClientKeyExchange.cs
!
! - TlsServerCertificate.cs
!
! - TlsServerCertificateRequest.cs
!
! - TlsServerFinished.cs
!
! - TlsServerHello.cs
!
! - TlsServerHelloDone.cs
!
! - TlsServerKeyExchange.cs
!
! - TlsAlert.cs
!
! - TlsCloseNotifyAlert.cs
!
2003-11-12 Carlos Guzmán Álvarez <car...@te...>
|