test320: strip off the actual negotiated cipher width
[platform/upstream/curl.git] / lib /
2014-07-14 Dan Fandrichgnutls: detect lack of SRP support in GnuTLS at run...
2014-07-14 David Woodhousegnutls: handle IP address in cert name check
2014-07-14 Dan Fandrichbuild: set _POSIX_PTHREAD_SEMANTICS on Solaris to get...
2014-07-12 Dan Fandrichgnutls: improved error message if setting cipher list...
2014-07-12 Dan Fandrichnetrc: fixed thread safety problem by using getpwuid_r...
2014-07-12 Dan Fandrichnetrc: treat failure to find home dir same as missing...
2014-07-12 Steve Holmentlm_wb: Fixed buffer size not being large enough for...
2014-07-11 Dan Fandrichgnutls: fixed a couple of uninitialized variable references
2014-07-11 Dan Fandrichgnutls: fixed compilation against versions < 2.12.0
2014-07-11 Dan Fandrichgnutls: explicitly added SRP to the priority string
2014-07-11 Dan Fandrichgnutls: ignore invalid certificate dates with VERIFYPEE...
2014-07-09 Dan Fandrichurl.c: Fixed memory leak on OOM
2014-07-05 Dan FandrichUpdate instances of some obsolete CURLOPTs to their...
2014-07-04 Marcel Raadcompiler warnings: potentially uninitialized variables
2014-07-04 Kamil Dudkanss: make the list of CRL items global
2014-07-04 Kamil Dudkanss: fix a memory leak when CURLOPT_CRLFILE is used
2014-07-03 Kamil Dudkanss: make crl_der allocated on heap
2014-07-03 Kamil Dudkanss: let nss_{cache,load}_crl return CURLcode
2014-07-02 Ray Satiroprogress callback: skip last callback update on errors
2014-07-02 Kamil Dudkanss: make the fallback to SSLv3 work again
2014-07-02 Kamil Dudkanss: do not abort on connection failure
2014-06-21 Colin Hogbenlib: documentation updates in README.hostip
2014-06-15 Dan Fandrichsasl: Added back qop argument mistakenly removed in...
2014-06-15 Dan Fandrichhttps: Fix build when http2 is disabled
2014-06-13 Daniel Stenberghttp2: better return code error checking
2014-06-13 Lindley Frenchconncache: move the connection counter to the cache...
2014-06-12 Daniel Stenberghttp2: avoid segfault when usint the plain-text http2
2014-06-11 Daniel Stenbergcurl_sasl: revert the goto for error bailout
2014-06-11 Daniel StenbergNTLM: set a fake entropy for debug builds with CURL_ENT...
2014-06-11 Steve HolmeCurl_rand: Use a fake entropy for debug builds when...
2014-06-10 Marcel Raadgetinfo: HTTP CONNECT code not reset between transfers
2014-06-09 Alessandro Ghedinitransfer: fix info messages when switching method on...
2014-06-05 Steve Holmeconfig-win32.h: Updated for VC12
2014-06-03 Daniel StenbergCurl_ossl_init: call OPENSSL_config for initing engines
2014-06-03 Daniel Stenbergrandom: use Curl_rand() for proper random data
2014-06-02 Steve Holmecurl_sasl: Fixed copy/paste error of now.tv_sec in...
2014-06-01 Steve Holmecurl_sasl: Fixed compilation warning under DEBUGBUILD
2014-06-01 Steve Holmecurl_sasl: Extended native DIGEST-MD5 cnonce to be...
2014-06-01 Steve Holmecurl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5...
2014-05-27 Daniel Stenberggnutls: allow building with nghttp2 but without ALPN...
2014-05-27 Alessandro Ghedinignutls: don't use deprecated type names anymore
2014-05-27 Brad Spencerselect: with winsock, avoid passing unsupported argumen...
2014-05-26 Daniel Stenbergurl-parser: only use if_nametoindex if detected by...
2014-05-25 Fabian Frankpolarssl: add ALPN support
2014-05-24 Daniel Stenbergcurl_easy_reset: reset the URL
2014-05-23 Tatsuhiro Tsujikawaopenssl: Fix uninitialized variable use in NPN callback
2014-05-22 Steve Holmetool_getparam.c: Fixed compilation warnings
2014-05-22 Dan Fandrichhttp: Fix a compiler warning when http2 support is...
2014-05-22 Nick Zitzmanndarwinssl: fix lint & build warnings in the previous...
2014-05-21 Vilmos NebehajAdd support for --cacert in DarwinSSL.
2014-05-21 Steve Holmehttp.c: Fixed compilation warning
2014-05-21 Steve Holmebits.close: Fixed compilation warning
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-20 Daniel Stenberghttp2: make connection re-use work
2014-05-20 Fabian FrankALPN: fix typo in http/1.1 identifier
2014-05-18 Steve Holmebuild: Slight rename of new LIB_* makefile file variables
2014-05-17 Dan Fandrichaxtls: Fixed too long source line
2014-05-16 Dan Fandrichaxtls: Add a TODO to a potential blocking call with...
2014-05-15 Daniel StenbergHTTP: CREDSPERREQUEST is for HTTP too
2014-05-15 Daniel StenbergCURLINFO_SSL_VERIFYRESULT: assign at first connect...
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-05-15 Steve Holmedarwinssl: Updated copyright following recent changes
2014-05-14 Nick Zitzmanndarwinssl: fix potential crash when attempting to copy...
2014-05-12 Daniel Stenbergopenssl: unbreak PKCS12 support
2014-05-11 Steve HolmeMakefile.inc: Added resource file to assist Visual...
2014-05-11 Steve Holmesasl: Fixed missing qop in the client's challenge-respo...
2014-05-09 Steve HolmeMakefile.inc: Separated the lib and lib/vtls source...
2014-05-09 Steve HolmeMakefile.b32: Fixed for vtls changes
2014-05-09 Steve Holmegetinfo.c: Fixed compilation warning
2014-05-09 Kamil Dudkahttp: avoid auth failure on a duplicated header
2014-05-08 Patrick Watsonmk-ca-bundle: added -p
2014-05-07 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-05-07 Steve Holmeurl.c: Fixed compilation warning/error
2014-05-06 Daniel Stenbergfix_hostname: strip off a single trailing dot from...
2014-05-05 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE better
2014-05-04 Daniel Stenbergschannel: don't use the connect-timeout during send
2014-05-04 Daniel Stenbergmprintf: allow %.s with data not being zero terminated
2014-05-04 Steve Holmecurl_ntlm_core: Fixed use of long long for VC6 and VC7
2014-05-04 Steve Holmeconfig-win32.h: Fixed HAVE_LONGLONG for Visual Studio...
2014-05-03 Daniel Stenbergopenssl: biomem->data is not zero terminated
2014-05-03 Daniel Stenbergeasy_perform: spelling mistake in error message
2014-04-28 Steve Holmecopyright: Updated following recent edits
2014-04-28 Dan FandrichAdded a few more const where possible
2014-04-27 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-23 Dan Fandrichcyassl: Use error-ssl.h when available
2014-04-22 Daniel Stenberggtls: fix NULL pointer dereference
2014-04-22 Daniel Stenbergcurl_global_init_mem: bump initialized even if already...
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-22 Kamil Dudkanss: split Curl_nss_connect() into 4 functions
2014-04-19 Marc Hoerskenmulti.c: fix possible invalid memory access in case...
2014-04-19 Marc Hoerskennetrc.c: fix multiple possible dereferences of null...
2014-04-19 Marc Hoerskenparsedate.c: check sscanf result before passing it...
2014-04-19 Marc Hoerskentelnet.c: check sscanf results before passing them...
2014-04-19 Marc Hoerskentelnet.c: fix possible use of uninitialized variable
2014-04-19 Marc Hoerskentelnet.c: fix possible use of non-null-terminated strings
2014-04-19 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
next