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
a0a70dc2
Commit
a0a70dc2
authored
14 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
axTLS: mention it among the other SSL libs
parent
5e37689a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/FAQ
+4
-4
4 additions, 4 deletions
docs/FAQ
docs/INSTALL
+3
-0
3 additions, 0 deletions
docs/INSTALL
with
7 additions
and
4 deletions
docs/FAQ
+
4
−
4
View file @
a0a70dc2
...
...
@@ -446,10 +446,10 @@ FAQ
2.2 Does curl work/build with other SSL libraries?
Curl has been written to use OpenSSL, GnuTLS, yassl, NSS
or
PolarSSL,
although there should not be many problems using a different
library. If
anyone does "port" curl to use a different SSL library, we are
of course
very interested in getting the patch!
Curl has been written to use OpenSSL, GnuTLS, yassl, NSS
,
PolarSSL,
axTLS or
qssl,
although there should not be many problems using a different
library. If
anyone does "port" curl to use a different SSL library, we are
of course
very interested in getting the patch!
2.3 Where can I find a copy of LIBEAY32.DLL?
...
...
This diff is collapsed.
Click to expand it.
docs/INSTALL
+
3
−
0
View file @
a0a70dc2
...
...
@@ -142,6 +142,9 @@ UNIX
To build with PolarSSL support instead of OpenSSL for SSL/TLS, note that
you need to use both --without-ssl and --with-polarssl.
To build with axTLS support instead of OpenSSL for TLS, note that you
need to use both --without-ssl and --with-axtls.
To get GSSAPI support, build with --with-gssapi and have the MIT or
Heimdal Kerberos 5 packages installed.
...
...
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