RetroShare/libretroshare/src/scripts
drbob 5f28f76b07 * Addition of openpgp support!
This is not enabled by default. Instructions to enable are at the end of msg.

This is 60% complete. Supports creation of certificates, adding friends and connections.
Parts still to do: pgpids, p3discovery, signing and trusting peers.

The main reason it is being commited is so that connections between peers can be 
properly tested, and development on OSX and win can start.

This requires gpg and the gpgme.h development libraries, and no longer 
requires the custom ssl libraries.

To compile it switch the configuration flags in scripts/config-linux.mk

To compile XPGP (v0.4.x) enable PQI_USE_XPGP:
#PQI_USE_SSLONLY = 1
PQI_USE_XPGP = 1

To compile SSL only, enable PQI_USE_SSLONLY:
PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1
 
To compile OpenPGP, disable both:
#PQI_USE_SSLONLY = 1
#PQI_USE_XPGP = 1

and enable RS_USEPGPSSL in rsiface/rsinit.h




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-05-23 15:07:35 +00:00
..
checks.mk Changes to libretroshare to make the system compile on Mac OSX 10.3 2008-02-03 06:17:33 +00:00
config-cygwin.mk Switched configuration back from 'Archive' Format to the standard 2009-05-09 00:19:54 +00:00
config-linux.mk * Addition of openpgp support! 2009-05-23 15:07:35 +00:00
config-macosx.mk * Switched off lots of debugging. 2008-11-18 21:22:58 +00:00
config-mingw.mk added bat script for compile libretroshare with MinGW Makefile 2009-02-27 02:06:33 +00:00
config.mk Bugfixes and extra debugging for file transfer. 2008-11-04 23:12:53 +00:00
documentation-script script to gen rs documentation, pls comment your code JAVADOC style 2008-04-15 12:37:31 +00:00
makeMacUniversalLibrary.sh Small fix to universal script and some extra debugging. 2008-12-07 17:51:11 +00:00
regress.mk Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00
rsDocumentation changed documentation script to gen subfolders 2008-04-22 08:17:00 +00:00
rules.mk Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00