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

..03-May-2022-

.clang-formatH A D15-Mar-202143 54

MakefileH A D15-Mar-20211.9 KiB488

READMEH A D15-Mar-2021496 129

cpputil.gypH A D15-Mar-2021671 3028

cpputil.hH A D15-Mar-2021401 136

databuffer.ccH A D15-Mar-20213.5 KiB12895

databuffer.hH A D15-Mar-20213.3 KiB11278

dummy_io.ccH A D15-Mar-20216.1 KiB226178

dummy_io.hH A D15-Mar-20213.1 KiB6353

dummy_io_fwd.ccH A D15-Mar-20215.4 KiB163125

freebl_scoped_ptrs.hH A D15-Mar-2021809 3420

manifest.mnH A D15-Mar-2021480 2420

nss_scoped_ptrs.hH A D15-Mar-20213.2 KiB10085

scoped_ptrs_smime.hH A D15-Mar-2021833 3521

scoped_ptrs_ssl.hH A D15-Mar-20211.1 KiB4430

scoped_ptrs_util.hH A D15-Mar-20211.2 KiB4631

tls_parser.ccH A D15-Mar-20211.6 KiB8966

tls_parser.hH A D15-Mar-20215.3 KiB177143

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