Dactyloidae/security/nss/cpputil
wolfbeast d36d4eb674 Update NSS to 3.38
- Added HACL*Poly1305 32-bit (INRIA/Microsoft)
- Updated to final TLS 1.3 draft version (28)
- Removed TLS 1.3 prerelease draft limit check
- Removed NPN code
- Enabled dev/urandom-only RNG on Linux with NSS_SEED_ONLY_DEV_URANDOM for non-standard environments
- Fixed several bugs with TLS 1.3 negotiation
- Updated internal certificate store
- Added support for the TLS Record Size Limit Extension.
- Fixed CVE-2018-0495
- Various security fixes in the ASN.1 code.
2019-02-16 00:11:10 +08: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 Update NSS to 3.38 2019-02-16 00:11:10 +08:00
databuffer.h Update NSS to 3.38 2019-02-16 00:11:10 +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.35-RTM 2019-02-16 00:01:03 +08:00
dummy_io_fwd.cc Update NSS to 3.35-RTM 2019-02-16 00:01:03 +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
README Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
scoped_ptrs.h Update NSS to 3.38 2019-02-16 00:11:10 +08:00
scoped_ptrs_util.h Update NSS to 3.35-RTM 2019-02-16 00:01:03 +08:00
tls_parser.cc Update NSS to 3.38 2019-02-16 00:11:10 +08:00
tls_parser.h Update NSS to 3.38 2019-02-16 00:11:10 +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.