]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- remove ssl_ext_lookup and replace it with ssl_ext_list
authorDavid Reid <dreid@apache.org>
Fri, 16 Sep 2005 09:03:49 +0000 (09:03 +0000)
committerDavid Reid <dreid@apache.org>
Fri, 16 Sep 2005 09:03:49 +0000 (09:03 +0000)
commit42b3715533aac28a1a179c9ff72c08a10773ca75
treefbe8bf8231b075eaa7d4cc1e0af7b6c5581fdc1b
parent54a2bf7dc830825c1f7b689b1b44c70f340dfd91
- remove ssl_ext_lookup and replace it with ssl_ext_list
- change ssl_expr_eval_oid to use ssl_ext_list

This change provides for a singfle function that provides an array of all
values from a certificate that match a given extension and removes the
duplictaed code that was present.

Reviewed by: Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@289444 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_expr_eval.c
modules/ssl/ssl_private.h