Hello,

 I am trying to add a "certificate policies" extension in CSR. For this I am
using the openssl sample function mkreq() in file
openssl/demos/x509/openssl/demos/x509/mkreq.c

This the line of code I added:
add_ext(exts, NID_certificate_policies, "1.3.6.1");

Unfortunately it causes a segmentation fault.
Is the syntax correct? Any clue what is wrong?

 Thanks.



--
View this message in context: 
http://openssl.6102.n7.nabble.com/adding-certificate-policies-extension-in-CSR-tp46467.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to