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
ddfa4b88
Commit
ddfa4b88
authored
16 years ago
by
Patrick Monnerat
Browse files
Options
Downloads
Patches
Plain Diff
New options added to OS400 wrapper and ILERPG definitions.
Wrong defines (typos) for QSSL layer fixed.
parent
d816a11b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/qssl.h
+3
-3
3 additions, 3 deletions
lib/qssl.h
packages/OS400/ccsidcurl.c
+3
-1
3 additions, 1 deletion
packages/OS400/ccsidcurl.c
packages/OS400/curl.inc.in
+12
-0
12 additions, 0 deletions
packages/OS400/curl.inc.in
with
18 additions
and
4 deletions
lib/qssl.h
+
3
−
3
View file @
ddfa4b88
...
...
@@ -51,9 +51,9 @@ size_t Curl_qsossl_version(char * buffer, size_t size);
int
Curl_qsossl_check_cxn
(
struct
connectdata
*
cxn
);
/* API setup for QsoSSL */
#define curlssl_init Curl_qossl_init
#define curlssl_cleanup Curl_qossl_cleanup
#define curlssl_connect Curl_qossl_connect
#define curlssl_init Curl_q
s
ossl_init
#define curlssl_cleanup Curl_q
s
ossl_cleanup
#define curlssl_connect Curl_q
s
ossl_connect
/* No session handling for QsoSSL */
#define curlssl_session_free(x)
...
...
This diff is collapsed.
Click to expand it.
packages/OS400/ccsidcurl.c
+
3
−
1
View file @
ddfa4b88
...
...
@@ -1030,7 +1030,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
if
(
testwarn
)
{
testwarn
=
0
;
if
((
int
)
STRING_LAST
!=
(
int
)
STRING_SS
H_HOST_PUBLIC_KEY_MD5
+
1
)
if
((
int
)
STRING_LAST
!=
(
int
)
STRING_SS
L_ISSUERCERT
+
1
)
curl_mfprintf
(
stderr
,
"*** WARNING: curl_easy_setopt_ccsid() should be reworked ***
\n
"
);
}
...
...
@@ -1073,6 +1073,8 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
case
CURLOPT_USERAGENT
:
case
CURLOPT_USERPWD
:
case
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
:
case
CURLOPT_CRLFILE
:
case
CURLOPT_ISSUERCERT
:
s
=
va_arg
(
arg
,
char
*
);
ccsid
=
va_arg
(
arg
,
unsigned
int
);
...
...
This diff is collapsed.
Click to expand it.
packages/OS400/curl.inc.in
+
12
−
0
View file @
ddfa4b88
...
...
@@ -384,6 +384,10 @@
d c 80
d CURLE_AGAIN...
d c 81
d CURLE_SSL_CRL_BADFILE...
d c 82
d CURLE_SSL_ISSUER_ERROR...
d c 83
*
d curlioerr s 10i 0 based(######ptr######) Enum
d CURLIOE_OK c 0
...
...
@@ -761,6 +765,10 @@
d c 20167
d CURLOPT_SEEKDATA...
d c 10168
d CURLOPT_CRLFILE...
d c 10169
d CURLOPT_ISSUERCERT...
d c 10170
*
d CURLFORMcode s 10i 0 based(######ptr######) Enum
d CURL_FORMADD_OK...
...
...
@@ -885,6 +893,10 @@
d c X'0010001E'
d CURLINFO_REDIRECT_URL... CURLINFO_STRING + 31
d c X'0010001F'
d CURLINFO_PRIMARY_IP... CURLINFO_STRING + 32
d c X'00100020'
d CURLINFO_APPCONNECT_TIME... CURLINFO_DOUBLE + 33
d c X'00300021'
d CURLINFO_HTTP_CODE... Old ...RESPONSE_CODE
d c X'00200002'
*
...
...
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