Folks, Referring to this exchange:
http://www.mail-archive.com/[email protected]/msg60934.html the culprit calling X509_NAME_oneline() is obviously us, around ssl_engine_kernel.c: 1318 in 2.2.x-head. While this code has moved to ssl_engine_log.c in trunk, we're still calling the deprecated function. According to dr. Stephen, the correct function to call is X509_NAME_print_ex(), but that writes to a BIO. Could a string be made of a BIO? And if one were, would ap_log_cerror() be able to print it in all its UTF-8-y glory? S. -- [email protected] http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
