Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 LM 2009-04-10 mpant [r3] SELS1.1
 LS 2009-04-10 mpant [r3] SELS1.1
 common 2008-12-15 mpant [r1] SELS Version 1.0
 gpglib 2008-12-15 mpant [r1] SELS Version 1.0
 ChangeLog 2009-04-10 mpant [r3] SELS1.1
 INSTALL 2008-12-18 mpant [r2] Default values changed for keyexp
 Makefile.am 2008-12-15 mpant [r1] SELS Version 1.0
 Makefile.in 2008-12-15 mpant [r1] SELS Version 1.0
 NCSA-license.txt 2008-12-15 mpant [r1] SELS Version 1.0
 README 2008-12-15 mpant [r1] SELS Version 1.0
 SELSTeam 2008-12-15 mpant [r1] SELS Version 1.0
 aclocal.m4 2008-12-15 mpant [r1] SELS Version 1.0
 config.h.in 2008-12-15 mpant [r1] SELS Version 1.0
 configure 2009-04-10 mpant [r3] SELS1.1
 configure.ac 2009-04-10 mpant [r3] SELS1.1
 install-sh 2008-12-15 mpant [r1] SELS Version 1.0
 missing 2008-12-15 mpant [r1] SELS Version 1.0

Read Me

# Created by: SELS Team  
# 
# Description: Configuration file for List Server 
# 
# License: This code is a part of SELS distribution under NCSA/UIUC Open Source License (refer NCSA-license.txt)
#          Some portions of the code are distributed under GPL License. (refer gpglib/COPYING)
############################################################################################################################


Description : This software is for a List Moderator creating and using a Secure Email List Service(SELS).
	      Please go to www.sels.ncsa.uiuc.edu for further information.                      

The directory structure is a as follows:

LM
==

bin : Python scripts for List Moderator. You will use these scripts for creating key pairs for yourself, your list and any subscribers joining your list. 

LS
==

bin : Python scripts for List server. These scripts are executed for creating list keyrings, list server key pairs, communicating with LM, etc  automatically. 


common
======

lib/1.4 : Bouncy Castle jar & zip files  (bc*), sels.jar contains java files for key generation. mypgp.jar are a few modified Bouncy Castle files used for SELS.
These files are used is you use Java version 1.4.x-x
 
lib/1.5 : Same as above except these files are used if you have Java version 1.5.x-x 

junit.jar :

src : Contains Java source code mentioned above under lib/1.x for Key Generation.

Please read INSTALL to see how to install SELS.