gecko-dev/security/nss/cpputil
Franziskus Kiefer d6f74d9372 Bug 1345368 - land NSS 215207b4864c, r=me
--HG--
rename : security/nss/gtests/ssl_gtest/databuffer.h => security/nss/cpputil/databuffer.h
rename : security/nss/gtests/ssl_gtest/tls_parser.cc => security/nss/cpputil/tls_parser.cc
rename : security/nss/gtests/ssl_gtest/tls_parser.h => security/nss/cpputil/tls_parser.h
extra : rebase_source : 2242a1632ba3a96988a341d84b4abe78dbd4e0b2
2017-03-29 06:01:13 +02:00
..
.clang-format
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 215207b4864c, r=me 2017-03-29 06:01:13 +02:00
dummy_io_fwd.cc
dummy_io.cc
dummy_io.h
README
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 215207b4864c, r=me 2017-03-29 06:01:13 +02: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.