RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
2012-07-20 19:00:10 +00:00
build_scripts updated package building scripts for ubuntu 2012-07-15 20:01:04 +00:00
libbitdht/src Changes to make libbitdht compile on OSX. 2012-06-19 10:36:48 +00:00
libretroshare/src added warning for unsupported keys. It is triggered when no valid keypairs are found at start, and when unsupported keys pairs are found when copying the keyring 2012-07-20 19:00:10 +00:00
openpgpsdk/src added missign break, causing a crash when creating a new key 2012-07-15 20:27:47 +00:00
plugins Enabled translation (system default language) of the message box before the login to a profile. 2012-07-15 21:37:35 +00:00
retroshare-gui/src added warning for unsupported keys. It is triggered when no valid keypairs are found at start, and when unsupported keys pairs are found when copying the keyring 2012-07-20 19:00:10 +00:00
retroshare-nogui/src removed gpgme from link line 2012-07-15 16:17:56 +00:00
build-all-mingw32make.bat added openpgpsdk compile to build-all-mingw32make.bat 2012-07-18 10:53:17 +00:00
README.txt - added encryption / decryption of files and memory 2012-04-08 14:52:01 +00:00
RetroShare.pro Renamed the pro-file of OpenPGP-SDK from "src.pro" to "openpgpsdk.pro". 2012-07-13 22:19:32 +00:00

To use this branch:

   chekcout the last version of openpgp SDK:
      # svn co svn://openpgp.nominet.org.uk/openpgpsdk/tags/openpgpsdk-0.9 openpgpsdk
      # cd openpgpsdk
      # ./configure --without-idea
      # make

   For the moment, the compilation is not workign on ubuntu 

Work to do
==========
Put a 'x' when done. 1,2,3 means started/ongoing/almost finished.

Compilation
  00   [1] make sure the library compiles on linux
  01   [ ] make sure the library compiles on windows

Project
  02   [1] determine what's missing in OpenPGP-SDK
  03   [3] make a separate layer in RS to handle PGP. AuthPGP is too close to libretroshare.
  04   [1] write the new AuthGPG class
  05   [ ] consider removing thread behaviour of AuthGPG
  06   [ ] remove callback system and services from AuthGPG, since it's not useful anymore
  07   [ ] make all RS use GPGIdType isntead of std::string.

Notes
=====
   Questions to answer:
     - do we rely on updates from openPGP-sdk ? Probably not. This code seems frozen.
     - do we need an abstract layer for PGP handling in RS ?
     - what new functionalities do we need in RS ?
          * pgp keyring sharing/import/export
          * identity import/export

   Code struture
     - replace current AuthGPG (virtual class) by a class named GPGHandler,
        that is responsible for signing, checking signatures, encrypting etc.
     - add a specific 8-bytes type for GPG Ids. Could be a uint64_t, or a
        uchar[8]