]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 13 Sep 2003 07:01:05 +0000 (07:01 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 13 Sep 2003 07:01:05 +0000 (07:01 +0000)
NEWS
src/crypt.c

diff --git a/NEWS b/NEWS
index 5f7fb0b0a3b49b24ee6312d19a49e04b3649a8da..bd093fe609870f8a86687baa36650afcee474236 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 Version 0.9.8
-- Updated the SRP implementation to follow the latest draft.
+- Updated the SRP implementation to follow the latest draft
+  (draft-ietf-tls-srp-05).
 - Improved the gnutls-cli behaviour in error handling.
 - Use versioned symbols in the library (where available).
 
index 4aa05f6236de2c599d01ff579c5199426688416d..90e4a678706a5ce0627f61a6972c65806f88ce8a 100644 (file)
@@ -183,6 +183,7 @@ int generate_create_conf(char *tpasswd_conf)
                        n.size = sizeof(srp_params_2048);
                }
 
+               printf("\nGroup %d, of %d bits:\n", index, n.size*8);
                print_num("Generator", &g);
                print_num("Prime", &n);