[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 4 13:42:57 CEST 2019




Nikos Mavrogiannopoulos started a new discussion on src/serv-args.def: https://gitlab.com/gnutls/gnutls/merge_requests/1059#note_212273239

>  };
>  
> +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;

Why restrict only to a single key and not do the same as with the x509keyfile with `stack-arg`. That would allow different keys e.g., ECDSA and RSA keys on a server.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1059#note_212273239
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/20190904/2c6a0cab/attachment-0001.html>


More information about the Gnutls-devel mailing list