• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.clang-formatH A D30-Mar-202243 54

MakefileH A D30-Mar-20221.9 KiB488

READMEH A D30-Mar-2022496 129

cpputil.gypH A D30-Mar-2022671 3028

cpputil.hH A D30-Mar-2022401 136

databuffer.ccH A D30-Mar-20223.5 KiB12895

databuffer.hH A D30-Mar-20223.5 KiB12187

dummy_io.ccH A D30-Mar-20226.1 KiB226178

dummy_io.hH A D30-Mar-20223.1 KiB6353

dummy_io_fwd.ccH A D30-Mar-20225.4 KiB163125

freebl_scoped_ptrs.hH A D30-Mar-2022809 3420

manifest.mnH A D30-Mar-2022480 2420

nss_scoped_ptrs.hH A D30-Mar-20223.5 KiB10993

scoped_ptrs_smime.hH A D30-Mar-2022833 3521

scoped_ptrs_ssl.hH A D30-Mar-20221.1 KiB4430

scoped_ptrs_util.hH A D30-Mar-20221.2 KiB4631

tls_parser.ccH A D30-Mar-20221.6 KiB8966

tls_parser.hH A D30-Mar-20225.4 KiB178144

README

1######################################
2## PLEASE READ BEFORE USING CPPUTIL ##
3######################################
4
5This is a static library supposed to be mainly used by NSS internally. We use
6it for testing, fuzzing, and a few new tools written in C++ that we're
7experimenting with.
8
9You might find it handy to use for your own projects but please be aware that
10we will make no promises your application won't break in the future. We will
11provide no support if you decide to link against it.
12