]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
cleanup tmp key callbacks. each had assigned the same (1024 bit) value
authorDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 23:42:53 +0000 (23:42 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 23:42:53 +0000 (23:42 +0000)
commita5b174c268323e42f13fc817c6265695b9094095
treedfcf87638f60654586ce19fe6bd5d36a9691a882
parentb19c0842a6dbae7f580534f13107f2304450b9ad
cleanup tmp key callbacks.  each had assigned the same (1024 bit) value
in 3 different places.  the old code did nothing special in the case
of the export flag either.

add an ssl_log in each to trace when keys are being handed out.

add some XXX comments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93885 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_kernel.c