From: Nikos Mavrogiannopoulos Date: Sun, 15 Jan 2012 22:04:07 +0000 (+0100) Subject: more documentation updates. X-Git-Tag: gnutls-3_0_12~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ed79fc10959551ec998052e9fc293a1e97279aa;p=thirdparty%2Fgnutls.git more documentation updates. --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 1a9f08a324..644e2b5e19 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -141,11 +141,11 @@ non-native thread usage is shown below. @example #include -/* Other thread packages - */ - int main() @{ + /* When the system mutexes are not to be used + * gnutls_global_set_mutex() must be called explicitly + */ gnutls_global_set_mutex (mutex_init, mutex_deinit, mutex_lock, mutex_unlock); gnutls_global_init(); @@ -744,17 +744,17 @@ keyword, additional algorithm keywords and special keywords. @multitable @columnfractions .20 .70 @headitem Keyword @tab Description @item PERFORMANCE @tab -All the "secure" ciphersuites are enabled, +All the known to be secure ciphersuites are enabled, limited to 128 bit ciphers and sorted by terms of speed -performance. +performance. The message authenticity security level is of 64 bits or more. @item NORMAL @tab -Means all "secure" ciphersuites. The 256-bit ciphers are -included as a fallback only. The ciphers are sorted by security -margin. +Means all the known to be secure ciphersuites. The ciphers are sorted by security +margin, although the 256-bit ciphers are included as a fallback only. +The message authenticity security level is of 64 bits or more. @item SECURE128 @tab -Means all "secure" ciphersuites that offer a +Means all known to be secure ciphersuites that offer a security level 128-bit or more and a message authenticity security level of 80 bits or more. diff --git a/doc/texinfo.css b/doc/texinfo.css index 14eb6f3571..ce3d13090c 100644 --- a/doc/texinfo.css +++ b/doc/texinfo.css @@ -88,6 +88,6 @@ dl { padding-left: 1em; border: solid #c2e0ff; background: #f0faff; - border-width: 1px 1px 1px 5px; + border-width: 5px 1px 1px 1px; margin: 1em auto; }