Add support for lower-level byte counting with NSS
This is harder than with OpenSSL, since OpenSSL counts the bytes on its own and NSS doesn't. To fix this, we need to define a new PRFileDesc layer that has its own byte-counting support. Closes ticket 27289.
src/lib/tls/nss_countbytes.c
0 → 100644
src/lib/tls/nss_countbytes.h
0 → 100644
Please register or sign in to comment