[pgsqlclient-checkins] pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls CipherA
Status: Inactive
Brought to you by:
carlosga_fb
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32330 Modified Files: CipherAlgorithmType.cs ExchangeAlgorithmType.cs HashAlgorithmType.cs Log Message: 2004-02-18 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls/CipherAlgorithmType.cs: * Mono.Security.Protocol.Tls/HashAlgorithmType.cs: * Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs: - Added Serializable attribute. Index: CipherAlgorithmType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls/CipherAlgorithmType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CipherAlgorithmType.cs 10 Feb 2004 09:43:42 -0000 1.1 --- CipherAlgorithmType.cs 18 Feb 2004 15:41:41 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- namespace Mono.Security.Protocol.Tls { + [Serializable] public enum CipherAlgorithmType { Index: ExchangeAlgorithmType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExchangeAlgorithmType.cs 10 Feb 2004 09:43:42 -0000 1.1 --- ExchangeAlgorithmType.cs 18 Feb 2004 15:41:42 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- namespace Mono.Security.Protocol.Tls { + [Serializable] public enum ExchangeAlgorithmType { Index: HashAlgorithmType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/Mono.Security/Mono.Security.Protocol.Tls/HashAlgorithmType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HashAlgorithmType.cs 10 Feb 2004 09:43:42 -0000 1.1 --- HashAlgorithmType.cs 18 Feb 2004 15:41:42 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- namespace Mono.Security.Protocol.Tls { + [Serializable] public enum HashAlgorithmType { |