#
3d2e1724 |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: fixed compilation against versions < 2.12.0 The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but the code path in which they're referenced here is only ever used fo
gnutls: fixed compilation against versions < 2.12.0 The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but the code path in which they're referenced here is only ever used for somewhat older GnuTLS versions. This caused undeclared identifier errors when compiling against those.
show more ...
|
#
447c31ce |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: explicitly added SRP to the priority string This seems to have become necessary for SRP support to work starting with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTL
gnutls: explicitly added SRP to the priority string This seems to have become necessary for SRP support to work starting with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS before the function that takes this priority string, there should be no issue with backward compatibility.
show more ...
|
#
baf8b57b |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: ignore invalid certificate dates with VERIFYPEER disabled This makes the behaviour consistent with what happens if a date can be extracted from the certificate but is expired.
|
#
52cd5ac2 |
| 03-Jul-2014 |
Kamil Dudka |
nss: fix a memory leak when CURLOPT_CRLFILE is used
|
#
24c3cdce |
| 02-Jul-2014 |
Kamil Dudka |
tool: call PR_Cleanup() on exit if NSPR is used This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal
tool: call PR_Cleanup() on exit if NSPR is used This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures.
show more ...
|
#
7581dee1 |
| 02-Jul-2014 |
Kamil Dudka |
nss: make the fallback to SSLv3 work again This feature was unintentionally disabled by commit ff92fcfb.
|
#
7c215585 |
| 02-Jul-2014 |
Kamil Dudka |
nss: do not abort on connection failure ... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404
|
#
1b478d6a |
| 11-Jun-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 3aa1329e0a
|
#
2b2e8e0e |
| 05-Jun-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 99303bcde5
|
#
1b59ef69 |
| 02-Jun-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with d603ed67535
|
#
bcbaed81 |
| 28-May-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 2a615a2b64
|
#
415c982a |
| 22-May-2014 |
Steve Holme |
RELEASE-NOTES: Synced with f634355868
|
#
ddf47196 |
| 21-May-2014 |
Steve Holme |
bump: Start working on the next release
|
Revision tags: curl-7_37_0 |
|
#
ae931b99 |
| 20-May-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 85f4075bdbf3 Possibly the final update before release...
|
#
751971b2 |
| 17-May-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 831f6dd1d986c9
|
#
a481f5b3 |
| 15-May-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 53a5b95c21586
|
#
4167498f |
| 12-May-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 52d16c84d2
|
#
d041b8d3 |
| 09-May-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 0ab2c444b5
|
#
ec5fde24 |
| 05-May-2014 |
Kamil Dudka |
http: avoid auth failure on a duplicated header ... 'WWW-Authenticate: Negotiate' received from server Reported by: David Woodhouse Bug: https://bugzilla.redhat.com/1093348
|
#
ba06278e |
| 07-May-2014 |
Dan Fandrich |
RELEASE-NOTES: Added contributor
|
#
34cdc770 |
| 06-May-2014 |
Dan Fandrich |
RELEASE-NOTES: changed encoding to UTF-8
|
#
55a8d40f |
| 06-May-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 5de8d84098db1bd2
|
#
312f36d4 |
| 04-May-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 4febbedc5a
|
#
f4ec8ffe |
| 22-Apr-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 386ed2d590
|
#
8868a226 |
| 17-Apr-2014 |
Kamil Dudka |
nss: implement non-blocking SSL handshake
|