Far from trying to calculate the overhead, I would try finding the
lowest level function call to std::write or std::read and simply log the
bytes written/read :) A good starting point would be BIO_write
(crpyto/bio_lib.c) or SSL_write, then trace from there to find the write
system call. Same thi
I'll answer my own question here. :-)
The code was written to use the OpenSSL 0.9.0b library (yes, I know - it was
very old). Apparently, the Subject and Authority Key Identifiers were not
getting set properly during the signing process.
Thanks,
Terry
> -Original Message-
> From: Richa