Age | Commit message (Expand) | Author |
2013-05-09 | nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_Recv/PR_Send | Daniel Stenberg |
2013-03-06 | nss: fix misplaced code enabling non-blocking socket mode | Kamil Dudka |
2013-01-15 | nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE | Kamil Dudka |
2013-01-11 | nss: clear session cache if a client cert from file is used | Kamil Dudka |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-03 | nss: prevent NSS from crashing on client auth hook failure | Kamil Dudka |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-09-11 | nss.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-08-10 | white space fix: shorten long line | Daniel Stenberg |
2012-08-09 | docs: update the links to cipher-suites supported by NSS | Kamil Dudka |
2012-08-09 | nss: do not print misleading NSS error codes | Kamil Dudka |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |
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 |