build: make use of 93 lib/*.c renamed files
[platform/upstream/curl.git] / lib / nss.c
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-03 Kamil Dudkanss: prevent NSS from crashing on client auth hook...
2012-11-06 Daniel StenbergCURLOPT_SSL_VERIFYHOST: stop supporting the 1 value
2012-09-11 Marc Hoerskennss.c: Fixed warning: 'err' may be used uninitialized...
2012-08-10 Daniel Stenbergwhite space fix: shorten long line
2012-08-09 Kamil Dudkadocs: update the links to cipher-suites supported by NSS
2012-08-09 Kamil Dudkanss: do not print misleading NSS error codes
2012-06-28 Yang Tsenss.c: #include warnless.h for curlx_uztosi and curlx_u...
2012-06-28 Marc Hoerskennss.c: Fixed size_t conversion warnings
2012-06-26 Daniel StenbergSSL cleanup: use crypto functions through the sslgen...
2012-05-28 Kamil Dudkanss: use human-readable error messages provided by NSS
2012-05-25 Kamil Dudkanss: avoid using explicit casts of code pointers
2012-04-16 Yang Tsenss.c: fix compiler warning
2012-04-13 Yang Tsenss.c: fix compiler warning
2012-04-13 Kamil Dudkanss: provide human-readable names for NSS errors
2012-04-13 Kamil Dudkanss: use NSS_InitContext() to initialize NSS if available
2012-04-13 Kamil Dudkanss: unconditionally require PK11_CreateGenericObject()
2012-02-09 Kamil Dudkanss: add support for the CURLSSLOPT_ALLOW_BEAST option
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-17 Kamil Dudkanss: avoid a SIGSEGV with immature version of NSS
2011-10-17 Kamil Dudkanss: big cleanup in nss_load_cert() and cert_stuff()
2011-10-17 Kamil Dudkanss: refactor fmt_nickname() -> dup_nickname()
2011-10-17 Kamil Dudkanss: select client certificates by DER
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-15 Kamil Dudkanss: start with no database if the selected database...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-08 Kamil Dudkanss: allow to use multiple client certificates for...
2011-04-04 Kamil Dudkanss: fix a crash within SSL_AuthCertificate()
2011-03-15 Kamil Dudkanss: do not ignore value of CURLOPT_SSL_VERIFYPEER
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-02-22 Kamil Dudkanss: do not ignore failure of SSL handshake
2011-02-17 Kamil Dudkanss: avoid memory leak on SSL connection failure
2011-02-16 Daniel Stenbergnss_load_key: fix unused variable warning
2011-01-27 Kamil Dudkanss: avoid memory leaks and failure of NSS shutdown
2011-01-18 Kamil Dudkanss: fix a bug in handling of CURLOPT_CAPATH
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2011-01-04 Kamil Dudkanss: avoid CURLE_OUT_OF_MEMORY given a file name withou...
2011-01-02 Daniel StenbergCurl_nss_connect: avoid PATH_MAX
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-11 Kamil Dudkanss: make it possible to read ASCII and DER CRL
2010-05-11 Kamil Dudkanss: add CRL to cache instead of read-only NSS db
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-24 Kamil Dudkanss: fix SSL handshake timeout underflow
2010-04-06 Kamil Dudkanss: handle client certificate related errors
2010-04-04 Kamil Dudkarefactorize interface of Curl_ssl_recv/Curl_ssl_send
2010-03-31 Guenter Knauffix compiler warning with a cast.
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-17 Daniel Stenberguse curl standard indentation and line lengths
2009-12-02 Kamil Dudkalib/nss.c: avoid use of uninitialized value
2009-11-12 Kamil Dudka- libcurl-NSS now tries to reconnect with TLS disabled...
2009-11-12 Kamil Dudka- Kevin Baughman provided a fix preventing libcurl...
2009-11-05 Kamil Dudka- Dropped misleading timeouts in libcurl-NSS and made...
2009-10-28 Daniel StenbergSince the NSS lib closes the socket the memory tracking...
2009-10-18 Daniel Stenberg- Kevin Baughman found a double close() problem with...
2009-10-07 Kamil Dudkafix gcc warnings in lib/nss.c
2009-09-21 Gunter Knaufadded support for new SQLite cert database format:...
2009-09-21 Gunter Knaufadded aditional check for the directory specified with...
2009-09-08 Gunter Knaufadded debug output for NSS certpath.
2009-09-06 Gunter Knaufadded casts to silent compiler warning on 64bit systems.
2009-09-06 Gunter Knaufuse our define struct_stat to be compatible with largef...
2009-09-06 Gunter Knaufadded base64.h include to silent warnings about missing...
2009-08-28 Kamil Dudka- Improved error message for not matching certificate...
2009-08-13 Kamil Dudka- Changed NSS code to not ignore the value of ssl.verif...
2009-07-20 Kamil Dudka- Claes Jakobsson improved the support for client certi...
2009-06-08 Daniel Stenberg- Claes Jakobsson provided a patch for libcurl-NSS...
2009-05-28 Dan FandrichFixed a few comment typos (from the FreeBSD ports)
2009-05-27 Daniel Stenberg- Claes Jakobsson fixed libcurl-NSS to build fine even...
2009-05-11 Daniel Stenberg- Kamil Dudka provided a fix for libcurl-NSS reported...
2009-04-24 Daniel Stenberg- Kamil Dudka fixed another NSS-related leak when clien...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-14 Daniel StenbergKamil Dudka's follow-up fix
2009-04-13 Daniel Stenberg- Toshio Kuratomi reported a memory leak problem with...
2009-03-18 Daniel Stenberg- Kamil Dudka brought a patch that enables 6 additional...
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2009-02-17 Daniel Stenberg- Kamil Dudka made NSS-powered builds compile and run...
2009-01-07 Daniel Stenbergfix compiler warnings
2009-01-07 Daniel Stenberg- Rob Crittenden did once again provide an NSS update:
2008-11-15 Daniel Stenbergbased on a report by Jim Meyering, I went over and...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-09-23 Daniel Stenberg- Rob Crittenden brought a patch to "add some locking...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-04 Dan FandrichMade some variables const
2008-09-04 Yang Tsefix print formatting string directives
2008-06-21 Daniel Stenbergmade Curl_nss_send() take const data to kill compiler...
2008-06-20 Daniel Stenberg- Phil Pellouchoud found a case where libcurl built...
2008-06-19 Daniel StenbergRemoved the #define of ciphernum since keeping a define...
2008-06-19 Daniel Stenbergs/strcasecmp/strequal to make it more portable
2008-06-18 Daniel Stenberg- Rob Crittenden brought a fix for the NSS layer that...
2008-06-18 Daniel Stenbergremoved warning about unused argument by simply removin...
2008-06-18 Daniel Stenbergcheck_issuer_cert() now builds and there's one warning...
2008-06-12 Daniel Stenbergfixed bad infof() usage!
2008-06-11 Daniel Stenberg- I did a cleanup of the internal generic SSL layer...
2008-06-06 Daniel Stenbergcode style cleanup
2008-06-06 Daniel Stenberg- Axel Tillequin and Arnaud Ebalard added support for...
next