Re: libcrypto: altering tbs sigalg on X509 and X509_CRL

2022-12-19 Thread Alex Wilson
On 2/6/22 22:06, Theo Buehler wrote: For now I'd suggest you send a patch for X509_CRL_get0_tbs_sigalg() with the prototype gated with #if defined(LIBRESSL_CRYPTO_INTERNAL). We would then expose that with the next library bump, which will almost certainly happen before 3.6 goes -stable. I tot

Re: libcrypto: altering tbs sigalg on X509 and X509_CRL

2022-06-02 Thread Theo Buehler
On Wed, Jun 01, 2022 at 11:00:12AM +1000, Alex Wilson wrote: > I'm trying to sign X509 and X509_CRL objects without using X509_sign et al > -- since the key I'm signing with isn't in the memory of the process doing > this and you can't write an ENGINE for something that can't sign a > pre-calculate