[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.36,1.37
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-08 12:21:06
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv13794 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** changelog.txt 7 Oct 2003 10:26:48 -0000 1.36 --- changelog.txt 8 Oct 2003 12:21:03 -0000 1.37 *************** *** 2,5 **** --- 2,12 ---- ------------------------------------------------------- + 2003-10-08 Carlos Guzmán Álvarez <car...@te...> + + * TLS library: + + - Added some code reorganization. + + - Started the work to implement Client Certificate and Client certificate verify handshake messages. 2003-10-07 Carlos Guzmán Álvarez <car...@te...> |