X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;h=9c7561bcba6151b798ee396fbf52474d175bd1a2;hb=e022ab8f86038ce96c7bc74bf779d66f569d96b5;hp=39edc027bd6ec5c8aa15c0f93a72badc3dfa0b57;hpb=926c7a689dbacae61f864b1fa36c7050f85aaa80;p=silc.git diff --git a/TODO b/TODO index 39edc027..9c7561bc 100644 --- a/TODO +++ b/TODO @@ -38,7 +38,9 @@ lib/silcclient, The Client Library ***PARTLY DONE**** o File transfer rewrite. - o Connection auth request. + o Connection auth request. (***DONE) + + o Password auth test, public key auth test. o Starting key exchange directly, rewrite. (***DONE) @@ -49,8 +51,6 @@ lib/silcclient, The Client Library ***PARTLY DONE**** of using client->sha1hash and client->md5hash, or some kind of thread safe (no locking) concept. - o Password auth test, public key auth test. - o Key agreement rewrite. (***TESTING NEEDED) o Connecting to remote client (***DONE) @@ -82,9 +82,11 @@ lib/silcsftp ****DONE**** o Porting to use the new util library. (***DONE) -lib/silccore/silcpacket.[ch] ****DONE**** +lib/silccore/silcpacket.[ch] ****PARTLY DONE**** ============================ + o Implement ACK packet and packet payload. + o SilcPacketEngine. (***DONE) o New SILC Packet API. (***DONE) @@ -135,6 +137,11 @@ lib/silcske/silcske.[ch] ****DONE**** lib/silccrypt ****PARTLY DONE**** ============= + o Implement SILC Public Key Version 2 handling in sign/verify. Implement + Version (V) identifier. + + o Implement PKCS #1 sign/verify with hash OID. + o Implement the defined SilcDH API. The definition is in lib/silccrypt/silcdh.h.