summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-07-25 21:08:53 -0700
committerDave Beckett <dave@dajobe.org>2011-07-25 21:24:36 -0700
commit4fc7e3af62bd45018c0ce814990cf4c2843f8221 (patch)
treef392c497c03389cb1272c490d6cd22c4c0e7aad9 /docs
parent8f572c2ed9b7671d037ac522ea564804c234980f (diff)
downloadraptor-4fc7e3af62bd45018c0ce814990cf4c2843f8221.tar.gz
Implement WWW feching SSL client certificate options
raptor_option gains: RAPTOR_OPTION_WWW_CERT_FILENAME, RAPTOR_OPTION_WWW_CERT_TYPE and RAPTOR_OPTION_WWW_CERT_PASSPHRASE (raptor_www_set_ssl_cert_options): Added public API to set SSL client certificates on WWW. (raptor_www_curl_set_ssl_cert_options): Added for libcurl to implement above. (raptor_parser_parse_uri_with_connection): Use raptor_www_set_ssl_cert_options() to turn the parser options into settings on the WWW object.
Diffstat (limited to 'docs')
-rw-r--r--docs/raptor-1-to-2-map.tsv1
-rw-r--r--docs/raptor-sections.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/raptor-1-to-2-map.tsv b/docs/raptor-1-to-2-map.tsv
index 00d8aa6e..8feea015 100644
--- a/docs/raptor-1-to-2-map.tsv
+++ b/docs/raptor-1-to-2-map.tsv
@@ -397,6 +397,7 @@
1.4.21 - - - 2.0.0 int raptor_world_set_log_handler (raptor_world *world, void *user_data, raptor_log_handler handler) -
1.4.21 - - - 2.0.0 int raptor_syntax_description_validate (raptor_syntax_description* desc) -
2.0.3 - - - 2.0.4 int raptor_bnodeid_ntriples_write (const unsigned char *bnodeid, size_t len, raptor_iostream *iostr) -
+2.0.3 - - - 2.0.4 int raptor_www_set_ssl_cert_options (raptor_www* www, const char* cert_filename, const char* cert_type, const char* cert_passphrase) -
#
# Types
#
diff --git a/docs/raptor-sections.txt b/docs/raptor-sections.txt
index 7b996777..c928ad23 100644
--- a/docs/raptor-sections.txt
+++ b/docs/raptor-sections.txt
@@ -294,6 +294,7 @@ raptor_www_set_final_uri_handler
raptor_www_fetch
raptor_www_fetch_to_string
raptor_www_get_connection
+raptor_www_set_ssl_cert_options
raptor_www_abort
</SECTION>