Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source
In directory sc8-pr-cvs1:/tmp/cvs-serv19958
Added Files:
AssemblyInfo.cs TlsCipherSuite.cs TlsCipherSuiteCollection.cs
TlsContentType.cs TlsException.cs TlsProtocol.cs TlsReader.cs
TlsServerSettings.cs TlsSession.cs TlsSessionSettings.cs
TlsSessionState.cs TlsStreamReader.cs TlsStreamWriter.cs
TlsWriter.cs
Log Message:
Added initial release of a simple TLS protocol implementation,
it uses tree files from the Mono project that are under the MIT X11
license.
--- NEW FILE: AssemblyInfo.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsCipherSuite.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsCipherSuiteCollection.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsContentType.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsException.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsProtocol.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsReader.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsServerSettings.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsSession.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsSessionSettings.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsSessionState.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsStreamReader.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsStreamWriter.cs ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: TlsWriter.cs ---
(This appears to be a binary file; contents omitted.)
|