gecko-dev/security/nss/cpputil
J.C. Jones 054009f29f Bug 1501587 - land NSS 3b79af0fa294 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 710a4c409afc9a1b0c8a77a872b04369b3d03671
2018-10-29 14:29:54 -07:00
..
.clang-format
Makefile
README
config.mk
cpputil.gyp
cpputil.h
databuffer.cc
databuffer.h
dummy_io.cc
dummy_io.h
dummy_io_fwd.cc
manifest.mn
nss_scoped_ptrs.h
scoped_ptrs_ssl.h
scoped_ptrs_util.h
tls_parser.cc
tls_parser.h

README

######################################
## PLEASE READ BEFORE USING CPPUTIL ##
######################################

This is a static library supposed to be mainly used by NSS internally. We use
it for testing, fuzzing, and a few new tools written in C++ that we're
experimenting with.

You might find it handy to use for your own projects but please be aware that
we will make no promises your application won't break in the future. We will
provide no support if you decide to link against it.