gecko-dev/security/nss/cmd/SSLsample
relyea%netscape.com 1cdc9162cb Fix compiler warnings. 2001-09-20 22:01:37 +00:00
..
Makefile Added the realclean and clobber_all targets. 2001-05-25 01:20:07 +00:00
Makefile.NSS Bugzilla bug #53143: removed the definition of NSPR internal macros. 2000-09-19 02:24:31 +00:00
NSPRerrs.h
README
SECerrs.h
SSLerrs.h
client.c Bugzilla bug 94685: eliminated a compiler warning about unreferenced label 2001-08-22 23:25:54 +00:00
client.mn
gencerts
make.client
make.server
nmakefile95.nss
nmakefilent.nss
server.c Fix compiler warnings. 2001-09-20 22:01:37 +00:00
server.mn
sslerror.h Fix compiler warnings. 2001-09-20 22:01:37 +00:00
sslsample.c Remove unnecessary global tables of cipherSuite numbers. This solves 2001-04-11 20:03:22 +00:00
sslsample.h Stop using deprecated SSL functions. Convert them to the supported ones. 2001-01-06 02:40:02 +00:00

README

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 makefiles are used only when building in the NSS distribution.
These files are part of the distribution.

Makefile.NSS
nmakefile95.nss
nmakefilent.nss


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