aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-04-02 17:06:19 +0200
committerIngela Anderton Andin <[email protected]>2015-04-09 09:08:38 +0200
commit1521bc5840d754ebb38a991855def17a5d9974b9 (patch)
tree71d0a7979a69b6842a6718ca07750a048a05ea77 /lib/ssl/doc
parent7461639d24f5d28e2b43ec10e1aa2376b4ba8936 (diff)
downloadotp-1521bc5840d754ebb38a991855def17a5d9974b9.tar.gz
otp-1521bc5840d754ebb38a991855def17a5d9974b9.tar.bz2
otp-1521bc5840d754ebb38a991855def17a5d9974b9.zip
ssl: Add links
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r--lib/ssl/doc/src/ssl_crl_cache.xml8
-rw-r--r--lib/ssl/doc/src/using_ssl.xml12
2 files changed, 11 insertions, 9 deletions
diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml
index b291c7b633..ce5bc15215 100644
--- a/lib/ssl/doc/src/ssl_crl_cache.xml
+++ b/lib/ssl/doc/src/ssl_crl_cache.xml
@@ -41,8 +41,8 @@
<fsummary> </fsummary>
<type>
<v> CRLSrc = {file, string()} | {der, [ <seealso
- marker="public_key:public_key"> der_encoded() </seealso> ]}</v>
- <v> URI = http_uri:uri()</v>
+ marker="public_key:public_key"> public_key:der_encoded() </seealso> ]}</v>
+ <v> URI = <seealso marker="inets:http_uri">http_uri:uri() </seealso> </v>
<v> Reason = term()</v>
</type>
<desc>
@@ -54,8 +54,8 @@
<name>delete(Entries) -> ok | {error, Reason} </name>
<fsummary> </fsummary>
<type>
- <v> Entries = http_uri:uri() | {file, string()} | {der, [<seealso
- marker="public_key:public_key"> der_encoded() </seealso>]}</v>
+ <v> Entries = <seealso marker="inets:http_uri">http_uri:uri() </seealso> | {file, string()} | {der, [<seealso
+ marker="public_key:public_key"> public_key:der_encoded() </seealso>]}</v>
<v> Reason = term()</v>
</type>
<desc>
diff --git a/lib/ssl/doc/src/using_ssl.xml b/lib/ssl/doc/src/using_ssl.xml
index e3ebca9410..01b7970fb6 100644
--- a/lib/ssl/doc/src/using_ssl.xml
+++ b/lib/ssl/doc/src/using_ssl.xml
@@ -31,12 +31,14 @@
<rev></rev>
<file>using_ssl.xml</file>
</header>
- <p>To see relevant version information for ssl, call <c>ssl:versions/0</c>.</p>
+ <p>To see relevant version information for ssl, call
+ <seealso marker="ssl:versions-0"><c>ssl:versions/0</c></seealso>
+ .</p>
- <p>To see all supported cipher suites, call <c>ssl:cipher_suites/0</c>.
- The available cipher suites for a connection depend on your certificate.
- Specific cipher suites that you want your connection to use can also be
- specified. Default is to use the strongest available.</p>
+ <p>To see all supported cipher suites, call <seealso marker="ssl:cipher_suites-1"><c>ssl:cipher_suites(all)</c> </seealso>.
+ The available cipher suites for a connection depend on your certificate.
+ Specific cipher suites that you want your connection to use can also be
+ specified. Default is to use the strongest available.</p>
<section>
<title>Setting up Connections</title>