Skip to content

openssl: some small cleanups#17940

Closed
icing wants to merge 1 commit intocurl:masterfrom
icing:ossl-small-cleanups
Closed

openssl: some small cleanups#17940
icing wants to merge 1 commit intocurl:masterfrom
icing:ossl-small-cleanups

Conversation

@icing
Copy link
Contributor

@icing icing commented Jul 16, 2025

  • rename Curl_oss_check_peer_cert() to Curl_ossl_check_peer_cert()
  • leave altname match loop after the first success when the match was an ip address
  • remove static subj_alt_hostcheck() since it did not really do much
  • use length based infof() output of altname, even though it does seem always to be nul terminated

- rename Curl_oss_check_peer_cert() to Curl_ossl_check_peer_cert()
- leave altname match loop after the first success when the match
  was an ip address
- remove static subj_alt_hostcheck() since it did not really do much
- use length based infof() output of altname, even though it does
  seem always to be nul terminated
@bagder bagder closed this in 3ad4b44 Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants