[gnutls-devel] GnuTLS | Support for raw public keys for gnutls-cli and gnutls-serv (!1059)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Sep 25 16:56:52 CEST 2019
Tom commented on a discussion on src/serv-args.def: https://gitlab.com/gnutls/gnutls/merge_requests/1059#note_221935936
> };
>
> +flag = {
> + name = rawpkkeyfile;
> + arg-type = string;
> + descrip = "PKCS #8 or PKCS #12 key file to use";
> + doc = "";
> + max = 1;
> +};
> +
> +flag = {
> + name = rawpkfile;
> + arg-type = string;
> + descrip = "Raw public-key file to use";
> + doc = "";
> + max = 1;
> Would it work if we ignore the problem until we have a need for that?
Yes, we can just leave the flags to `0` as it is now and wait until someone comes up with a scenario where the flags need to be set explicitly..
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1059#note_221935936
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/20190925/997b9c07/attachment.html>
More information about the Gnutls-devel
mailing list