diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
commit | 43aab88f241f561000f601254a7a08a975749694 (patch) | |
tree | 4ce84ad8a92fe2fece6c4f6b6ec24c6088000ba9 /tests | |
parent | b3e693ee2951186b4fdc38f95da9508652f7918f (diff) | |
download | gnutls-43aab88f241f561000f601254a7a08a975749694.tar.gz |
Doc fixes.
Suggested by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/anonself.c | 4 | ||||
-rw-r--r-- | tests/dhepskself.c | 2 | ||||
-rw-r--r-- | tests/openpgpself.c | 4 | ||||
-rw-r--r-- | tests/oprfi.c | 4 | ||||
-rw-r--r-- | tests/resume.c | 2 | ||||
-rw-r--r-- | tests/tlsia.c | 2 | ||||
-rw-r--r-- | tests/x509dn.c | 2 | ||||
-rw-r--r-- | tests/x509self.c | 4 | ||||
-rw-r--r-- | tests/x509signself.c | 4 |
9 files changed, 14 insertions, 14 deletions
diff --git a/tests/anonself.c b/tests/anonself.c index 5e45ca7279..b454aa4861 100644 --- a/tests/anonself.c +++ b/tests/anonself.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -179,7 +179,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/dhepskself.c b/tests/dhepskself.c index cec51f795b..406668d40d 100644 --- a/tests/dhepskself.c +++ b/tests/dhepskself.c @@ -168,7 +168,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/openpgpself.c b/tests/openpgpself.c index 5ef15caa71..2b07ae31f7 100644 --- a/tests/openpgpself.c +++ b/tests/openpgpself.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -240,7 +240,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/oprfi.c b/tests/oprfi.c index 68aba675d3..46089cefcb 100644 --- a/tests/oprfi.c +++ b/tests/oprfi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -239,7 +239,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/resume.c b/tests/resume.c index bf538279d6..e68a9bbecd 100644 --- a/tests/resume.c +++ b/tests/resume.c @@ -221,7 +221,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/tlsia.c b/tests/tlsia.c index 150eb30453..fff10a8595 100644 --- a/tests/tlsia.c +++ b/tests/tlsia.c @@ -263,7 +263,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/x509dn.c b/tests/x509dn.c index d3f58f1620..8568de1a7c 100644 --- a/tests/x509dn.c +++ b/tests/x509dn.c @@ -306,7 +306,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/x509self.c b/tests/x509self.c index 4ff3f10320..14979a1ec0 100644 --- a/tests/x509self.c +++ b/tests/x509self.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -270,7 +270,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. diff --git a/tests/x509signself.c b/tests/x509signself.c index 7e42879d54..b39439d58d 100644 --- a/tests/x509signself.c +++ b/tests/x509signself.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -272,7 +272,7 @@ static int generate_dh_params (void) { const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) }; - /* Generate Diffie Hellman parameters - for use with DHE + /* Generate Diffie-Hellman parameters - for use with DHE * kx algorithms. These should be discarded and regenerated * once a day, once a week or once a month. Depending on the * security requirements. |