]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Factor out code to read a BIO into a palloc'ed string:
authorJoe Orton <jorton@apache.org>
Sat, 2 May 2020 10:56:31 +0000 (10:56 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 2 May 2020 10:56:31 +0000 (10:56 +0000)
commitab450628747b8722d82cc5c778a65668fd796697
treeb6e43c7e29c521caf3186380d381c4071fb48a66
parentd29807235a1c4c8075d6fa5ffc683a4139d4b2c1
mod_ssl: Factor out code to read a BIO into a palloc'ed string:

* modules/ssl/ssl_util_ssl.c (modssl_bio_free_read): New function.
  (asn1_string_convert): Use it here.

* modules/ssl/ssl_engine_vars.c: Use it throughout.

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