From: Nikos Mavrogiannopoulos Date: Sat, 13 Sep 2003 07:01:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_9_8~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3ec2aa0073e108c250bd44849bb6c9689d5216e;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 5f7fb0b0a3..bd093fe609 100644 --- 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). diff --git a/src/crypt.c b/src/crypt.c index 4aa05f6236..90e4a67870 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -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);