]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
more documentation updates.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 15 Jan 2012 22:04:07 +0000 (23:04 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 18 Jan 2012 18:47:14 +0000 (19:47 +0100)
doc/cha-gtls-app.texi
doc/texinfo.css

index 1a9f08a324130524167695c5fa78a69579df2d7e..644e2b5e197e3f1a092ab602f455775cbf9b51da 100644 (file)
@@ -141,11 +141,11 @@ non-native thread usage is shown below.
 @example
 #include <gnutls.h>
 
-/* 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.
 
index 14eb6f3571cbb240c54733a40c0f50fc6307e3c9..ce3d13090c0f577aacd94e4544d56c2a870e90d8 100644 (file)
@@ -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;
 }