[gnutls-devel] GnuTLS | Fixed DHE params output in gnutls-cli-debug (!1822)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sun Mar 17 12:47:44 CET 2024




Ramesh Adhikari commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/1822#note_1818125762

Apologies for the numerous commits; I'm new to this process of rebasing and editing commits, and encountered several errors along the way. The work is still ongoing, and I just need to confirm whether I'm proceeding correctly or not.

1)**Let's consider a scenario where the user didn't provide the --dhparams-out option. In this case, the output will be displayed on the terminal immediately:**

![image](/uploads/ea2a4df66a51da80a1910c6e2545acba/image.png)

2)**If the user provides a path to save the file:**
```
sudo gnutls-cli-debug example.com --verbose --dhparams-out po/a.out
```
The output won't be shown on the standard output (stdout); instead, it will be saved in the specified file

![image](/uploads/81d45691fbbe67869bcd1075c467a8c4/image.png)
The content will be saved in the file as follows:
![image](/uploads/197f56573d03375309296306959297f5/image.png)

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1822#note_1818125762
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20240317/5c408cf1/attachment.html>


More information about the Gnutls-devel mailing list