summaryrefslogtreecommitdiff
path: root/doc/cha-internals.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-29 21:10:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-29 21:13:54 +0200
commit6e1f1f28325a352a8946a74a0ad16e3f17f26335 (patch)
treee7bda420ca269b4790eb12027a579329235eb877 /doc/cha-internals.texi
parent941b82caa389cca3b1dc9a951550f0dadf697aac (diff)
downloadgnutls-6e1f1f28325a352a8946a74a0ad16e3f17f26335.tar.gz
Small improvements in documentation.
Diffstat (limited to 'doc/cha-internals.texi')
-rw-r--r--doc/cha-internals.texi11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi
index d7ec1670ab..649144e9d2 100644
--- a/doc/cha-internals.texi
+++ b/doc/cha-internals.texi
@@ -117,12 +117,7 @@ together with the extension number they handle, they have to be registered
using @funcintref{_gnutls_ext_register} in
@code{gnutls_extensions.c} typically within @funcintref{_gnutls_ext_init}.
-@menu
-* Adding a new TLS extension::
-@end menu
-
-@node Adding a new TLS extension
-@subsection Adding a new TLS extension
+@subheading Adding a new TLS extension
Adding support for a new TLS extension is done from time to time, and
the process to do so is not difficult. Here are the steps you need to
@@ -346,12 +341,12 @@ The TLS layer uses a cryptographic provider layer, that will in turn either
use the default crypto provider -- a software crypto library, or use an external
crypto provider, if available.
-@subsection Cryptographic library layer
+@subheading Cryptographic library layer
The Cryptographic library layer, currently supports only
libnettle. Other cryptographic libraries might be supported
in the future.
-@subsection External cryptography provider
+@subheading External cryptography provider
Systems that include a cryptographic co-processor, typically come with
kernel drivers to utilize the operations from software. For this reason
GnuTLS provides a layer where each individual algorithm used can be replaced