Re: NULL first parameter of X509V3_EXT_conf?

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

 



> 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

Quod fuimus, estis; quod sumus, vos eritis.

-- 
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/D4I7M9269G0M.BD8TEFLU71AT%40cepl.eu.

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