[gnutls-devel] GnuTLS | WIP: Add option to store all stapled OCSP responses to gnutls-cli (!1189)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Feb 7 11:15:09 CET 2020




Tim Rühsen started a new discussion on src/cli-args.def: https://gitlab.com/gnutls/gnutls/-/merge_requests/1189#note_284131608

>      name      = save-ocsp;
>      arg-type  = string;
>      descrip   = "Save the peer's OCSP status response in the provided file";
> -    doc      = "";
> +    doc       = "";
> +    flags-cant = save-ocsp-multi;
> +};
> +
> +flag = {
> +    name      = save-ocsp-multi;
> +    arg-type  = file;

The other --save... options use `arg-type = string`, please do the same here. If you think, this is wrong and should be fixed, let's open a separate issue / MR for that.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1189#note_284131608
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/20200207/1d840fe9/attachment-0001.html>


More information about the Gnutls-devel mailing list