From 1521bc5840d754ebb38a991855def17a5d9974b9 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 2 Apr 2015 17:06:19 +0200 Subject: ssl: Add links --- lib/ssl/doc/src/ssl_crl_cache.xml | 8 ++++---- lib/ssl/doc/src/using_ssl.xml | 12 +++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'lib/ssl/doc') 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 @@ CRLSrc = {file, string()} | {der, [ der_encoded() ]} - URI = http_uri:uri() + marker="public_key:public_key"> public_key:der_encoded() ]} + URI = http_uri:uri() Reason = term() @@ -54,8 +54,8 @@ delete(Entries) -> ok | {error, Reason} - Entries = http_uri:uri() | {file, string()} | {der, [ der_encoded() ]} + Entries = http_uri:uri() | {file, string()} | {der, [ public_key:der_encoded() ]} Reason = term() 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 @@ using_ssl.xml -

To see relevant version information for ssl, call ssl:versions/0.

+

To see relevant version information for ssl, call + ssl:versions/0 + .

-

To see all supported cipher suites, call ssl:cipher_suites/0. - 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.

+

To see all supported cipher suites, call ssl:cipher_suites(all) . + 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.

Setting up Connections -- cgit v1.2.3