gecko-dev/security/nss/cpputil
J.C. Jones 129044424e Bug 1523175 - land NSS a306d84e4c70 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : bef6e6945c8f62707a5daa51bd1a1092769c9c20
2019-03-06 21:10:05 +00:00
..
.clang-format
config.mk
cpputil.gyp
cpputil.h
databuffer.cc
databuffer.h Bug 1501587 - land NSS 3b79af0fa294 UPGRADE_NSS_RELEASE, r=me 2018-10-29 14:29:54 -07:00
dummy_io_fwd.cc
dummy_io.cc
dummy_io.h Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
Makefile
manifest.mn
nss_scoped_ptrs.h Bug 1523175 - land NSS 1f04eea8834a UPGRADE_NSS_RELEASE, r=me 2019-02-20 16:24:29 +00:00
README
scoped_ptrs_smime.h Bug 1523175 - land NSS a306d84e4c70 UPGRADE_NSS_RELEASE, r=me 2019-03-06 21:10:05 +00:00
scoped_ptrs_ssl.h Bug 1523175 - land NSS f7be0a534e89 UPGRADE_NSS_RELEASE, r=me 2019-02-25 20:59:41 +00:00
scoped_ptrs_util.h Bug 1523175 - land NSS 1f04eea8834a UPGRADE_NSS_RELEASE, r=me 2019-02-20 16:24:29 +00:00
tls_parser.cc
tls_parser.h Bug 1523175 - land NSS 1f04eea8834a UPGRADE_NSS_RELEASE, r=me 2019-02-20 16:24:29 +00:00

######################################
## 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.