gecko-dev/security/nss/cpputil
Franziskus Kiefer 66955a7251 Bug 1345368 - land NSS 236a06d9c3c4, r=me
--HG--
extra : rebase_source : b097dd39571750acd76656e275e6899c95d52269
2017-05-05 16:07:08 +02:00
..
.clang-format
README
cpputil.gyp Bug 1345368 - land NSS 215207b4864c, r=me 2017-03-29 06:01:13 +02:00
cpputil.h Bug 1345368 - land NSS cf81ccc154dd, r=me 2017-03-15 19:46:22 +01:00
databuffer.h Bug 1345368 - land NSS 236a06d9c3c4, r=me 2017-05-05 16:07:08 +02:00
dummy_io.cc
dummy_io.h
dummy_io_fwd.cc
scoped_ptrs.h
tls_parser.cc Bug 1345368 - land NSS 215207b4864c, r=me 2017-03-29 06:01:13 +02:00
tls_parser.h Bug 1345368 - land NSS 236a06d9c3c4, r=me 2017-05-05 16:07:08 +02: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.