[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls changelog.txt,1.17,1.18
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-12-21 14:57:03
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1:/tmp/cvs-serv8068 Modified Files: changelog.txt Log Message: 2003-12-21 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs: - Send always the first certificate. * Mono.Security.Protocol.Tls.Handshake.Client/TlsServerKeyExchange.cs: - Added changes for correct verification of the signed data sent by the server. * Mono.Security.Cryptography/PKCS1.cs: - Added change to Encode_v15 method for allow correct encoding of hash algorithms that doesn't have an OID like the MD5SHA1 hash used in SSL/TLS protocols. * Added files from mono:: project that are going to be needed for client authentication: Mono.Math/* Mono.Math.Prime/* Mono.Math.Prime.Generator/* Mono.Security.Cryptography/RSAManaged.cs * Mono.Security.Protocol.Tls/RSASslSignatureFormatter.cs: - Create RSA as an RSAManaged instance. * Mono.Security.Protocol.Tls/RSASslSignatureFormatter.cs: * Mono.Security.Protocol.Tls/RSASslSignatureDeformatter.cs: - Changed key field to be of RSA type. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** changelog.txt 18 Dec 2003 10:10:17 -0000 1.17 --- changelog.txt 21 Dec 2003 14:56:59 -0000 1.18 *************** *** 2,5 **** --- 2,43 ---- --------------- ----------- ----------------------------------------- + + 2003-12-21 Carlos Guzmán Álvarez <car...@te...> + + * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs: + + - Send always the first certificate. + + * Mono.Security.Protocol.Tls.Handshake.Client/TlsServerKeyExchange.cs: + + - Added changes for correct verification of the signed data sent + by the server. + + * Mono.Security.Cryptography/PKCS1.cs: + + - Added change to Encode_v15 method for allow correct + encoding of hash algorithms that doesn't have an OID + like the MD5SHA1 hash used in SSL/TLS protocols. + + * Added files from mono:: project that are going to be needed + for client authentication: + + Mono.Math/* + + Mono.Math.Prime/* + + Mono.Math.Prime.Generator/* + + Mono.Security.Cryptography/RSAManaged.cs + + * Mono.Security.Protocol.Tls/RSASslSignatureFormatter.cs: + + - Create RSA as an RSAManaged instance. + + * Mono.Security.Protocol.Tls/RSASslSignatureFormatter.cs: + * Mono.Security.Protocol.Tls/RSASslSignatureDeformatter.cs: + + - Changed key field to be of RSA type. + 2003-12-14 Carlos Guzmán Álvarez <car...@te...> |