1
0
Fork 0
firefox/security/nss/cpputil
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
.clang-format Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
cpputil.gyp Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
cpputil.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
databuffer.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
databuffer.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
dummy_io.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
dummy_io.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
dummy_io_fwd.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
freebl_scoped_ptrs.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
Makefile Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
manifest.mn Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
nss_scoped_ptrs.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
scoped_ptrs_smime.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
scoped_ptrs_ssl.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
scoped_ptrs_util.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
tls_parser.cc Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
tls_parser.h Adding upstream version 140.0. 2025-06-25 09:37:52 +02: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.