Re: NULL first parameter of X509V3_EXT_conf?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat Sep 28, 2024 at 10:30 PM CEST, Matěj Cepl wrote:
> and this is the C/swig implementation of x509v3_ext_nconf():

It isn’t, sorry, this is the correct one:

    X509_EXTENSION *
    x509v3_ext_nconf(void *conf, X509V3_CTX *ctx, char *name, const char *value) {
          X509_EXTENSION * ext = NULL;
          ext = X509V3_EXT_nconf(conf, ctx, name, value);
          PyMem_Free(ctx);
          return ext;
    }

Best,

Matěj

-- 
http://matej.ceplovi.cz/blog/, @mcepl@floss.social
GPG Finger: 3C76 A027 CA45 AD70 98B5  BC1D 7920 5802 880B C9D8
 
Get up, stand up, don't give up the fight!
  -- Bob Marley

-- 
You received this message because you are subscribed to the Google Groups "openssl-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openssl-users+unsubscribe@xxxxxxxxxxx.
To view this discussion on the web visit https://groups.google.com/a/openssl.org/d/msgid/openssl-users/D4I7L954CSUQ.25DM56MQPMH85%40ceplovi.cz.

Attachment: E09FEF25D96484AC.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: PGP signature


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux