Dactyloidae/security/nss/cpputil
2026-03-06 04:32:10 +00:00
..
.clang-format Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
config.mk Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
cpputil.gyp Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
cpputil.h Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
databuffer.cc Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
databuffer.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
dummy_io.cc Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
dummy_io.h Update NSS to 3.41 2019-02-16 00:22:24 +08:00
dummy_io_fwd.cc Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
freebl_scoped_ptrs.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
Makefile Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
manifest.mn Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
nss_scoped_ptrs.h [NSS] Update NSS 2026-03-06 04:32:10 +00:00
README Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
scoped_ptrs_smime.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
scoped_ptrs_ssl.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
scoped_ptrs_util.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
tls_parser.cc Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc 2020-09-25 22:04:18 +08:00
tls_parser.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08: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.