X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=openssl.c;h=44e21b20fbfaba8e1a32cf6e161e52ac599c60b5;hb=38108b42929a486b29b832cac5a7f1b8e9f0fe7f;hp=685995f763b1cfd71b1054ed76aa421d428d0db1;hpb=1547dac5126fa35db78b737af31f3c2044173881;p=privoxy.git diff --git a/openssl.c b/openssl.c index 685995f7..44e21b20 100644 --- a/openssl.c +++ b/openssl.c @@ -8,7 +8,7 @@ * * Copyright : Written by and Copyright (c) 2020 Maxim Antonov * Copyright (C) 2017 Vaclav Svec. FIT CVUT. - * Copyright (C) 2018-2020 by Fabian Keil + * Copyright (C) 2018-2022 by Fabian Keil * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @@ -1986,7 +1986,7 @@ static int generate_host_certificate(struct client_state *csp) goto exit; } - issuer_name = X509_get_issuer_name(issuer_cert); + issuer_name = X509_get_subject_name(issuer_cert); /* * Loading keys from file or from buffer