gecko-dev/security/nss/cpputil
J.C. Jones e7523bd63a Bug 1550889 - land NSS 0c5d37301637 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 95c4646b380b9a784ba7404d62e7e73c22a28cee
2019-06-26 21:18:33 +00: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 Bug 1550889 - land NSS 8082be3a6363 UPGRADE_NSS_RELEASE, r=me 2019-06-04 19:39:40 +00:00
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 1550889 - land NSS 0c5d37301637 UPGRADE_NSS_RELEASE, r=me 2019-06-26 21:18:33 +00:00
scoped_ptrs_util.h
tls_parser.cc
tls_parser.h Bug 1539227 - land NSS 56826bedabba UPGRADE_NSS_RELEASE, r=KevinJacobs 2019-04-30 18:22:11 +00: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.