[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls changelog.txt,1.13,1.14
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-22 14:45:19
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1:/tmp/cvs-serv29801 Modified Files: changelog.txt Log Message: 2003-11-22 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls/CipherSuite.cs: - Better handling of padding bytes on message encryption. * Mono.Security.Protocol.Tls/TlsCipherSuiteFactory.cs: - Uncommented AES ciphersuites. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** changelog.txt 21 Nov 2003 12:25:08 -0000 1.13 --- changelog.txt 22 Nov 2003 14:44:40 -0000 1.14 *************** *** 2,5 **** --- 2,16 ---- --------------- ----------- ----------------------------------------- + 2003-11-22 Carlos Guzmán Álvarez <car...@te...> + + * Mono.Security.Protocol.Tls/CipherSuite.cs: + + - Better handling of padding bytes on message encryption. + + * Mono.Security.Protocol.Tls/TlsCipherSuiteFactory.cs: + + - Uncommented AES ciphersuites. + + 2003-11-21 Carlos Guzmán Álvarez <car...@te...> |