Mypal/security/nss/cpputil
Fedor 75fc2843ab Nuke vim lines. 2021-02-04 16:48:36 +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 Nuke vim lines. 2021-02-04 16:48:36 +02:00
databuffer.h Nuke vim lines. 2021-02-04 16:48:36 +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 Nuke vim lines. 2021-02-04 16:48:36 +02:00
manifest.mn basic source 2019-03-11 13:26:37 +03:00
nss_scoped_ptrs.h Nuke vim lines. 2021-02-04 16:48:36 +02:00
scoped_ptrs_smime.h Nuke vim lines. 2021-02-04 16:48:36 +02:00
scoped_ptrs_ssl.h Nuke vim lines. 2021-02-04 16:48:36 +02:00
scoped_ptrs_util.h Nuke vim lines. 2021-02-04 16:48:36 +02:00
tls_parser.cc Nuke vim lines. 2021-02-04 16:48:36 +02:00
tls_parser.h Nuke vim lines. 2021-02-04 16:48:36 +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.