Bug 65441 - sslutils.c: function OCSP_HTTP_parse_url doesn't exist, use OSSL_HTTP_parse_url instead
Summary: sslutils.c: function OCSP_HTTP_parse_url doesn't exist, use OSSL_HTTP_parse_u...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat Native
Classification: Unclassified
Component: Library (show other bugs)
Version: 1.2.30
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 05:26 UTC by lzsiga@freemail.c3.hu
Modified: 2021-07-08 10:52 UTC (History)
0 users



Attachments
patch (444 bytes, text/plain)
2021-07-08 05:26 UTC, lzsiga@freemail.c3.hu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lzsiga@freemail.c3.hu 2021-07-08 05:26:06 UTC
Created attachment 37949 [details]
patch

In sslutils.c (line 998) function OCSP_HTTP_parse_url doesn't exist in OpenSSL3 OSSL_HTTP_parse_url should be used instead.
Comment 1 Mark Thomas 2021-07-08 10:52:04 UTC
Thanks for the report and the patch. Fixed for 1.2.31 onwards.