Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki | 2018-08-08 | 1 | -0/+3 |
| | | | | | | | | | | | This allows the use of PKCS#11 URI for certificates and keys without setting the corresponding type as "ENG" and the engine as "pkcs11" explicitly. If a PKCS#11 URI is provided for certificate, key, proxy_certificate or proxy_key, the corresponding type is set as "ENG" if not provided and the engine is set to "pkcs11" if not provided. Acked-by: Nikos Mavrogiannopoulos Closes #2333 | ||||
* | unit: make unit test source code checksrc compliant | Daniel Stenberg | 2016-04-03 | 1 | -5/+9 |
| | |||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | unittests: do not include curl_memory.h | Marc Hoersken | 2014-01-03 | 1 | -1/+0 |
| | | | | | | | | memdebug.h already contains all required definitions and including curl_memory.h causes errors like the following: tests/unit/unit1394.c:119: undefined reference to `Curl_cfree' tests/unit/unit1394.c:120: undefined reference to `Curl_cfree' | ||||
* | unit1394.c: plug the curl tool unit test in | Kamil Dudka | 2013-05-06 | 1 | -4/+52 |
| | |||||
* | unit1394.c: basis of a unit test for parse_cert_parameter() | Jared Jennings | 2013-05-06 | 1 | -0/+75 |