Skip to content

urldata: stop storing TLS auth type#10181

Closed
bagder wants to merge 2 commits intomasterfrom
bagder/forget-authtype
Closed

urldata: stop storing TLS auth type#10181
bagder wants to merge 2 commits intomasterfrom
bagder/forget-authtype

Conversation

@bagder
Copy link
Copy Markdown
Member

@bagder bagder commented Dec 30, 2022

The only TLS auth type libcurl ever supported is SRP and that is the default type. Since nobody ever sets any other type, there is no point in wasting space to store the set type and code to check the type.

If TLS auth is used, SRP is now implied.

The only TLS auth type libcurl ever supported is SRP and that is the
default type. Since nobody ever sets any other type, there is no point
in wasting space to store the set type and code to check the type.

If TLS auth is used, SRP is now implied.
@bagder bagder added the TLS label Dec 30, 2022
@bagder bagder closed this in becfe2e Dec 31, 2022
@bagder bagder deleted the bagder/forget-authtype branch December 31, 2022 15:57
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
The only TLS auth type libcurl ever supported is SRP and that is the
default type. Since nobody ever sets any other type, there is no point
in wasting space to store the set type and code to check the type.

If TLS auth is used, SRP is now implied.

Closes curl#10181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant