[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography HMAC.cs,1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-01 10:21:40
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography In directory sc8-pr-cvs1:/tmp/cvs-serv16290 Modified Files: HMAC.cs Log Message: - Changed namespace name to a more standard name. - Changed the way for use TLS readers and writers, now the TlsSession class handles the socket used for connect to a server. - Improvements to TlsWriter class for better handling of application data records. Index: HMAC.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Cryptography/HMAC.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HMAC.cs 24 Aug 2003 21:09:26 -0000 1.1 --- HMAC.cs 1 Sep 2003 10:21:37 -0000 1.2 *************** *** 20,24 **** using System.Security.Cryptography; ! namespace PgSqlClient.Security.TLS.Cryptography { /* --- 20,24 ---- using System.Security.Cryptography; ! namespace System.Security.Tls.Cryptography { /* |