Mypal/security/nss/cpputil
Fedor f4ea1dde41 Update to a later NSS version. 2021-02-04 16:54:22 +02:00
..
.clang-format basic source 2019-03-11 13:26:37 +03:00
Makefile ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
config.mk basic source 2019-03-11 13:26:37 +03:00
cpputil.gyp basic source 2019-03-11 13:26:37 +03:00
cpputil.h basic source 2019-03-11 13:26:37 +03:00
databuffer.cc Update to a later NSS version. 2021-02-04 16:54:22 +02:00
databuffer.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
dummy_io.cc basic source 2019-03-11 13:26:37 +03:00
dummy_io.h basic source 2019-03-11 13:26:37 +03:00
dummy_io_fwd.cc basic source 2019-03-11 13:26:37 +03:00
freebl_scoped_ptrs.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
manifest.mn basic source 2019-03-11 13:26:37 +03:00
nss_scoped_ptrs.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
scoped_ptrs_smime.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
scoped_ptrs_ssl.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
scoped_ptrs_util.h Update to a later NSS version. 2021-02-04 16:54:22 +02:00
tls_parser.cc Update to a later NSS version. 2021-02-04 16:54:22 +02:00
tls_parser.h Update to a later NSS version. 2021-02-04 16:54:22 +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.