зеркало из https://github.com/mozilla/gecko-dev.git
6c93b0dea7
NSS uplift, 30 April 2019. Commit log: https://hg.mozilla.org/projects/nss/log?rev=e5e10a46b9ad..56826bedabba Differential Revision: https://phabricator.services.mozilla.com/D29382 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
.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 | ||
scoped_ptrs_smime.h | ||
scoped_ptrs_ssl.h | ||
scoped_ptrs_util.h | ||
tls_parser.cc | ||
tls_parser.h |
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.