summaryrefslogtreecommitdiff
path: root/security/nss/cmd/SSLsample/README
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2001-06-09 03:18:09 +0000
committernelsonb%netscape.com <devnull@localhost>2001-06-09 03:18:09 +0000
commit1043d7d06ef17e12ef0e00225dc0a89d28288ee8 (patch)
treeaeec4b4a11c7aca09a6e1204e953fc3a0c5bd91a /security/nss/cmd/SSLsample/README
parentcec6b0126ae75967f8619e5b3a5c30a800cbf8b1 (diff)
parent30debe533c0537e49febeefe135ea069d7fbe2f2 (diff)
downloadnss-hg-1043d7d06ef17e12ef0e00225dc0a89d28288ee8.tar.gz
3 Changes:
1. New SSL server session cache implementation that uses finer grained locking to reduce lock contention, and does 128-way associative caching. 2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES. 3. Work around compiler bug on Solaris i386. Modified Files: manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
Diffstat (limited to 'security/nss/cmd/SSLsample/README')
-rw-r--r--security/nss/cmd/SSLsample/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/security/nss/cmd/SSLsample/README b/security/nss/cmd/SSLsample/README
new file mode 100644
index 000000000..2c4c09110
--- /dev/null
+++ b/security/nss/cmd/SSLsample/README
@@ -0,0 +1,43 @@
+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
+