RE: segmentation fault printing x509 attributes

2010-11-29 Thread Ignacio Amoeiro Bosch
-Mensaje original- De: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] En nombre de David Schwartz Enviado el: lunes, 29 de noviembre de 2010 5:36 Para: openssl-dev@openssl.org Asunto: Re: segmentation fault printing x509 attributes On 11/28/2010 1:53 AM, Ignacio Amoeiro

segmentation fault printing x509 attributes

2010-11-28 Thread Ignacio Amoeiro Bosch
Hi, I'm developing a custom module for Oracle Access Manager. It needs to read some attributes from a certificate. The following code Works in a standalone c program, but crash (with a seg fault) using it as a module. The crash occurs at line : X509_get_version(x), or any method that

Re: segmentation fault printing x509 attributes

2010-11-28 Thread David Schwartz
On 11/28/2010 1:53 AM, Ignacio Amoeiro Bosch wrote: The following code Works in a standalone c program, but crash (with a seg fault) using it as a module. The crash occurs at line : X509_get_version(x), or any method that uses x My guess would be that the OpenSSL headers you are compiling