gecko-dev/security/nss/cpputil
Franziskus Kiefer cdd881cf58 Bug 1432177 - land NSS 10f7e0179b18 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 73060b7dd79b86f22b4f53d2d3491266b1968904
2018-01-23 11:48:27 +01:00
..
.clang-format
Makefile Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
README
config.mk Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
cpputil.gyp Bug 1401594 - land NSS NSS_3_34_BETA1 UPGRADE_NSS_RELEASE, r=me 2017-11-01 15:38:36 +01:00
cpputil.h Bug 1345368 - land NSS cf81ccc154dd, r=me 2017-03-15 19:46:22 +01:00
databuffer.cc Bug 1420060 - land NSS ceb8b9290b35 UPGRADE_NSS_RELEASE, r=me 2017-11-24 09:00:26 +01:00
databuffer.h Bug 1420060 - land NSS ceb8b9290b35 UPGRADE_NSS_RELEASE, r=me 2017-11-24 09:00:26 +01:00
dummy_io.cc Bug 1370890 - land NSS 825e5d444e99 UPGRADE_NSS_RELEASE, r=me 2017-07-03 10:18:45 +02:00
dummy_io.h
dummy_io_fwd.cc
manifest.mn Bug 1401594 - land NSS NSS_3_34_BETA1 UPGRADE_NSS_RELEASE, r=me 2017-11-01 15:38:36 +01:00
scoped_ptrs.h Bug 1432177 - land NSS 10f7e0179b18 UPGRADE_NSS_RELEASE, r=me 2018-01-23 11:48:27 +01:00
scoped_ptrs_util.h Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
tls_parser.cc Bug 1345368 - land NSS 215207b4864c, r=me 2017-03-29 06:01:13 +02:00
tls_parser.h Bug 1432177 - land NSS 10f7e0179b18 UPGRADE_NSS_RELEASE, r=me 2018-01-23 11:48:27 +01:00

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.