Steve Holme
|
d7bfce3951
http_digest: Moved algorithm definitions to SASL module
|
10 years ago |
Steve Holme
|
efe4bab29b
http_digest: Use CURLcode instead of CURLdigest
|
10 years ago |
Steve Holme
|
085081fc6e
code cleanup: We prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
bbd3dc611e
random: use Curl_rand() for proper random data
|
10 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Daniel Stenberg
|
ef118c13ba
digest: fix CURLAUTH_DIGEST_IE
|
11 years ago |
Steve Holme
|
cdccb42267
http: Added authentication message header value extraction
|
11 years ago |
Yang Tse
|
2af64c6432
http_digest.c: SIGSEGV and OOM handling fixes
|
11 years ago |
Daniel Stenberg
|
d689376cb0
digest: append the timer to the random for the nonce
|
11 years ago |
Daniel Stenberg
|
98b0d66eb4
digest: improve nonce generation
|
11 years ago |
Daniel Stenberg
|
529a2e9110
Curl_output_digest: support auth-int for empty entity body
|
11 years ago |
Daniel Stenberg
|
ac419bf562
Digest auth: escape user names with \ or " in them
|
11 years ago |
Daniel Stenberg
|
7f963a19ec
checksrc: ban unsafe functions
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
13606bbfde
build: make use of 93 lib/*.c renamed files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Gabriel Sjoberg
|
e237402c47
Digst: Add microseconds into nounce calculation
|
12 years ago |
Anton Yabchinskiy
|
2c7cfd2926
Client's "qop" value should not be quoted (RFC2617, section 3.2.2).
|
12 years ago |
Yang Tse
|
3c80309c27
fix several compiler warnings
|
12 years ago |
Yang Tse
|
fd00b382b2
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
|
13 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
adeac15d8e
digest_cleanup_one: made private
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
c828646f60
CURL_DOES_CONVERSIONS: cleanup
|
13 years ago |
Yang Tse
|
dc3e7df1c9
fix compiler warning
|
14 years ago |
Daniel Stenberg
|
2c1b4e74e4
digest: make it clear the condition is always true
|
14 years ago |