Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
3dd40cca
Commit
3dd40cca
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Removed references to the no-longer existing PASSWDFUNCTION. That option
existed in 7.10.7 and earlier, but has since been cut out.
parent
f1445ea2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/libcurl/curl_easy_setopt.3
+5
-9
5 additions, 9 deletions
docs/libcurl/curl_easy_setopt.3
with
5 additions
and
9 deletions
docs/libcurl/curl_easy_setopt.3
+
5
−
9
View file @
3dd40cca
...
@@ -712,13 +712,11 @@ the format of your certificate. Supported formats are "PEM" and "DER". (Added
...
@@ -712,13 +712,11 @@ the format of your certificate. Supported formats are "PEM" and "DER". (Added
in 7.9.3)
in 7.9.3)
.IP CURLOPT_SSLCERTPASSWD
.IP CURLOPT_SSLCERTPASSWD
Pass a pointer to a zero terminated string as parameter. It will be used as
Pass a pointer to a zero terminated string as parameter. It will be used as
the password required to use the \fICURLOPT_SSLCERT\fP certificate. If the
the password required to use the \fICURLOPT_SSLCERT\fP certificate.
password is not supplied, you will be prompted for it.
\fICURLOPT_PASSWDFUNCTION\fP can be used to set your own prompt function.
\fBNOTE:\fP
This option is replaced by \fICURLOPT_SSLKEYPASSWD\fP and
only
This option is replaced by \fICURLOPT_SSLKEYPASSWD\fP and
should only be used
cept
for backward compatibility. You never needed a pass phrase to load
for backward compatibility. You never needed a pass phrase to load
a
a
certificate but you need one to load your private key.
certificate but you need one to load your private key.
.IP CURLOPT_SSLKEY
.IP CURLOPT_SSLKEY
Pass a pointer to a zero terminated string as parameter. The string should be
Pass a pointer to a zero terminated string as parameter. The string should be
the file name of your private key. The default format is "PEM" and can be
the file name of your private key. The default format is "PEM" and can be
...
@@ -732,9 +730,7 @@ engine. in this case \fICURLOPT_SSLKEY\fP is used as an identifier passed to
...
@@ -732,9 +730,7 @@ engine. in this case \fICURLOPT_SSLKEY\fP is used as an identifier passed to
the engine. You have to set the crypto engine with \fICURLOPT_SSL_ENGINE\fP.
the engine. You have to set the crypto engine with \fICURLOPT_SSL_ENGINE\fP.
.IP CURLOPT_SSLKEYPASSWD
.IP CURLOPT_SSLKEYPASSWD
Pass a pointer to a zero terminated string as parameter. It will be used as
Pass a pointer to a zero terminated string as parameter. It will be used as
the password required to use the \fICURLOPT_SSLKEY\fP private key. If the
the password required to use the \fICURLOPT_SSLKEY\fP private key.
password is not supplied, you will be prompted for
it. \fICURLOPT_PASSWDFUNCTION\fP can be used to set your own prompt function.
.IP CURLOPT_SSL_ENGINE
.IP CURLOPT_SSL_ENGINE
Pass a pointer to a zero terminated string as parameter. It will be used as
Pass a pointer to a zero terminated string as parameter. It will be used as
the identifier for the crypto engine you want to use for your private
the identifier for the crypto engine you want to use for your private
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment