gecko-dev/security/nss/cmd/SSLsample
2005-11-04 01:01:37 +00:00
..
client.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
client.mn Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
gencerts Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
make.client Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
make.server Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 22:28:27 +00:00
Makefile Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
NSPRerrs.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
README Remove nmake Makefiles and references to them. r=nelson 2005-11-04 01:01:37 +00:00
SECerrs.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
server.c Remove fortezza code from libSSL and from the SSL test programs. 2005-08-16 03:42:26 +00:00
server.mn Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
sslerror.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
SSLerrs.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00
sslsample.c Remove fortezza code from libSSL and from the SSL test programs. 2005-08-16 03:42:26 +00:00
sslsample.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:03:26 +00:00

These sample programs can be built in either of two ways:
1) is the NSS source tree, using the coreconf build system, and 
2) stand alone (as part of the NSS distribution).

The following makefiles are used only when building in the NSS source tree
using coreconf.  These are NOT part of the distribution.

Makefile
client.mn
server.mn
config.mk
make.client
make.server

The following source files are common to both build environments and are
part of the distribution.

NSPRerrs.h
SECerrs.h
SSLerrs.h
client.c
getopt.c
server.c
sslerror.h

In the NSS 2.0 distribution, the sample code and makefiles are in a 
directory named "samples".  The directories relevant to building 
in the distributed tree are:

./samples
./include/dbm
./include/nspr
./include/security
./lib