From: Cserna Z. <zs...@fm...> - 2006-03-08 17:11:45
|
Hi, I would like to generate a "CA" certificate, so I need to set the basic constraints extension to "CA:TRUE". I know it is not requied for CA certificates but it is a recommendation. I try to set the extensions by this code: from OpenSSL import crypto crypto.X509Extension("basicConstraints", True, "CA:TRUE") But I get Segmentation fault as result. pyopenssl: 0.6 openssl: 0.9.7a I get the same result with openssl 0.9.8a so I think it is not an openssl bug. Regards, Zsolt -- E-mail: zs...@fm... Web: http://zsolt.cserna.hu/ |