Following a remark from Guenter, it seems that the patch 724717 removed some variables. Only the details of the DNs are handled by the new function but not the complet DNs
The enclosed patch should correct this I hope by adding the four variables back. regards and have fun Peter Sylvester
*** httpd-HEAD_r820216/modules/ssl/ssl_engine_kernel.c 2009-05-27 07:41:07.000000000 +0200 --- httpd-HEAD_r820216ps/modules/ssl/ssl_engine_kernel.c 2009-09-30 17:37:36.000000000 +0200 *************** static const char *ssl_hook_Fixup_vars[] *** 1038,1049 **** --- 1038,1053 ---- "SSL_CLIENT_V_START", "SSL_CLIENT_V_END", "SSL_CLIENT_V_REMAIN", + "SSL_CLIENT_S_DN", + "SSL_CLIENT_I_DN", "SSL_CLIENT_A_KEY", "SSL_CLIENT_A_SIG", "SSL_SERVER_M_VERSION", "SSL_SERVER_M_SERIAL", "SSL_SERVER_V_START", "SSL_SERVER_V_END", + "SSL_SERVER_S_DN", + "SSL_SERVER_I_DN", "SSL_SERVER_A_KEY", "SSL_SERVER_A_SIG", "SSL_SESSION_ID",