Age | Commit message (Expand) | Author |
2012-05-28 | nss: use human-readable error messages provided by NSS | Kamil Dudka |
2012-05-25 | nss: avoid using explicit casts of code pointers | Kamil Dudka |
2012-04-16 | nss.c: fix compiler warning | Yang Tse |
2012-04-13 | nss.c: fix compiler warning | Yang Tse |
2012-04-13 | nss: provide human-readable names for NSS errors | Kamil Dudka |
2012-04-13 | nss: use NSS_InitContext() to initialize NSS if available | Kamil Dudka |
2012-04-13 | nss: unconditionally require PK11_CreateGenericObject() | Kamil Dudka |
2012-02-09 | nss: add support for the CURLSSLOPT_ALLOW_BEAST option | Kamil Dudka |
2011-10-17 | nss: avoid a SIGSEGV with immature version of NSS | Kamil Dudka |
2011-10-17 | nss: big cleanup in nss_load_cert() and cert_stuff() | Kamil Dudka |
2011-10-17 | nss: refactor fmt_nickname() -> dup_nickname() | Kamil Dudka |
2011-10-17 | nss: select client certificates by DER | Kamil Dudka |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-15 | nss: start with no database if the selected database is broken | Kamil Dudka |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-08 | nss: allow to use multiple client certificates for a single host | Kamil Dudka |
2011-04-04 | nss: fix a crash within SSL_AuthCertificate() | Kamil Dudka |
2011-03-15 | nss: do not ignore value of CURLOPT_SSL_VERIFYPEER | Kamil Dudka |
2011-02-22 | nss: do not ignore failure of SSL handshake | Kamil Dudka |
2011-02-17 | nss: avoid memory leak on SSL connection failure | Kamil Dudka |
2011-02-16 | nss_load_key: fix unused variable warning | Daniel Stenberg |
2011-01-27 | nss: avoid memory leaks and failure of NSS shutdown | Kamil Dudka |
2011-01-18 | nss: fix a bug in handling of CURLOPT_CAPATH | Kamil Dudka |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2011-01-04 | nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash | Kamil Dudka |
2011-01-02 | Curl_nss_connect: avoid PATH_MAX | Daniel Stenberg |
2010-06-30 | http_ntlm: add support for NSS | Kamil Dudka |
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu |
2010-05-11 | nss: make it possible to read ASCII and DER CRL | Kamil Dudka |
2010-05-11 | nss: add CRL to cache instead of read-only NSS db | Kamil Dudka |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-04-24 | nss: fix SSL handshake timeout underflow | Kamil Dudka |
2010-04-06 | nss: handle client certificate related errors | Kamil Dudka |
2010-04-04 | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka |
2010-03-31 | fix compiler warning with a cast. | Guenter Knauf |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-17 | use curl standard indentation and line lengths | Daniel Stenberg |
2009-12-02 | lib/nss.c: avoid use of uninitialized value | Kamil Dudka |
2009-11-12 | - libcurl-NSS now tries to reconnect with TLS disabled in case it detects | Kamil Dudka |
2009-11-12 | - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly | Kamil Dudka |
2009-11-05 | - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket works | Kamil Dudka |
2009-10-28 | Since the NSS lib closes the socket the memory tracking system wrongly gets a | Daniel Stenberg |
2009-10-18 | - Kevin Baughman found a double close() problem with libcurl-NSS, as when | Daniel Stenberg |
2009-10-07 | fix gcc warnings in lib/nss.c | Kamil Dudka |
2009-09-21 | added support for new SQLite cert database format: added a runtime check for ... | Gunter Knauf |
2009-09-21 | added aditional check for the directory specified with SSL_DIR, and fall back... | Gunter Knauf |
2009-09-08 | added debug output for NSS certpath. | Gunter Knauf |
2009-09-06 | added casts to silent compiler warning on 64bit systems. | Gunter Knauf |