gecko-dev/security/nss/cpputil
J.C. Jones b5cc135a82 Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 761520ca901dabbf0a908a886732155d0d40d468
2018-10-01 07:44:32 -07:00
..
.clang-format
config.mk
cpputil.gyp
cpputil.h
databuffer.cc Bug 1445731 - land NSS f0d4789c8916 UPGRADE_NSS_RELEASE, r=me 2018-03-15 09:00:48 -07:00
databuffer.h Bug 1445731 - land NSS f0d4789c8916 UPGRADE_NSS_RELEASE, r=me 2018-03-15 09:00:48 -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 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
README
scoped_ptrs_ssl.h Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
scoped_ptrs_util.h
tls_parser.cc Bug 1445731 - land NSS c5dffd6269ea UPGRADE_NSS_RELEASE, r=me 2018-03-20 10:17:35 -07:00
tls_parser.h Bug 1488622 - land NSS 229a3a57f42a UPGRADE_NSS_RELEASE, r=me 2018-09-05 08:20:33 -07: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.