summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-07 07:30:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-07 08:03:14 +0200
commit08c29434308232863ec71fea15913dd9fe0a9b0c (patch)
tree7beefbba5d3c2a9ddbaa86e644f5c0a517eb592a
parenta2f0f71a94d0add35a0b680fdd8b84e969cd7480 (diff)
downloadgnutls-08c29434308232863ec71fea15913dd9fe0a9b0c.tar.gz
doc: improved text on certifications
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--doc/cha-support.texi11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/cha-support.texi b/doc/cha-support.texi
index 9ae104f641..bc664a1a21 100644
--- a/doc/cha-support.texi
+++ b/doc/cha-support.texi
@@ -131,12 +131,9 @@ formatted, are extracted into Texinfo manuals and GTK-DOC web pages.
@section Certification
@cindex certification
-Many cryptographic libraries claim certifications from national or international bodies. These certifications are tied on a specific (and often restricted) version of the library or a
-specific product using the library, and typically in the case of software they assure that the algorithms implemented are correct. The major certifications known are:
-@itemize
-@item USA's FIPS 140-2 at Level 1 which certifies that approved algorithms are used (see @url{http://en.wikipedia.org/wiki/FIPS_140-2});
-@item Common Criteria for Information Technology Security Evaluation (CC), an international standard for verification of elaborate security claims (see @url{http://en.wikipedia.org/wiki/Common_Criteria}).
-@end itemize
+There are certifications from national or international bodies which "prove"
+to an auditor that the crypto component follows some best practices, such
+as unit testing and reliance on well known crypto primitives.
-GnuTLS has support for FIPS 140-2 under Red Hat Enterprise Linux.
+GnuTLS has support for the FIPS 140-2 certification under Red Hat Enterprise Linux.
See @ref{FIPS140-2 mode} for more information.