[pgsqlclient-checkins] pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Cryptography HMAC.cs
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos G. Á. <car...@us...> - 2005-04-15 13:01:43
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Cryptography In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10543/Mono.Security/Mono.Security.Cryptography Modified Files: HMAC.cs MD5SHA1.cs Log Message: no message Index: HMAC.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Cryptography/HMAC.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HMAC.cs 10 Feb 2004 09:43:04 -0000 1.1 --- HMAC.cs 15 Apr 2005 13:00:57 -0000 1.2 *************** *** 1,4 **** /* Transport Security Layer (TLS) ! * Copyright (c) 2003-2004 Carlos Guzman Alvarez * * Permission is hereby granted, free of charge, to any person --- 1,4 ---- /* Transport Security Layer (TLS) ! * Copyright (c) 2003-2005 Carlos Guzman Alvarez * * Permission is hereby granted, free of charge, to any person Index: MD5SHA1.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Cryptography/MD5SHA1.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MD5SHA1.cs 15 Mar 2004 13:16:45 -0000 1.2 --- MD5SHA1.cs 15 Apr 2005 13:00:58 -0000 1.3 *************** *** 1,4 **** /* Transport Security Layer (TLS) ! * Copyright (c) 2003-2004 Carlos Guzman Alvarez * * Permission is hereby granted, free of charge, to any person --- 1,4 ---- /* Transport Security Layer (TLS) ! * Copyright (c) 2003-2005 Carlos Guzman Alvarez * * Permission is hereby granted, free of charge, to any person |