RE: Estimating the packet overhead imposed by SSL.

2003-07-07 Thread Fred Crable
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

RE: Certificate chains and serial numbers

2003-07-07 Thread Henning, Terry
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