Re: generating self signed cert - no way to set spki
Curtis Villamizar <[email protected]> Wed, 26 Aug 2020 01:48:41 -0400
| Newsgroups | gmane.network.gnutls.general |
|---|---|
| Message-ID | <[email protected]> |
That is OK if using RSA. Doesn't help with EC CA certs. Curtis In message <[email protected]> Daiki Ueno writes: > > Hello Curtis, > > Curtis Villamizar <[email protected]> writes: > > There are quite a lot here and I can't tell what is the root cause until > I see the code. Would it be possible to provide a standalone > reproducer? > > > So there are two issues here: > > > > 1. No way to fill in a spki struct. I may be missing something. > > This one is easy to answer: you can use gnutls_x509_spki_init, > gnutls_x509_spki_set_rsa_pss_params, and gnutls_x509_spki_deinit. > > Regards, > -- > Daiki Ueno