config: ./config shared -d 
--openssldir=/media/data/work/OpenSSL/tags/openssl-SNAP-20090408  
version: openssl-1.0.0 (openssl-SNAP-20090408)  
compiler: gcc  
  
Hi, next command causes a memory leak in my PC, if "subjectAltName=email:move" 
option present in  the [usr_cert] section  
  
./openssl genpkey -algorithm RSA -out tmp/rsakey.pem  
./openssl req -new -key tmp/rsakey.pem -out tmp/req.pem  
  
./openssl x509 -req -in tmp/req.pem -extfile ../openssl.cnf -extensions 
usr_cert -signkey tmp/rsakey.pem -out cacert.pem  
  
  4852 file=asn1_lib.c, line=425, number=16, address=B1D29FF0  
> thread=3086382728, file=tasn_new.c, line=107, info="ASN1_PRINTABLE"  
>> thread=3086382728, file=tasn_new.c, line=284, info="value"  
>>> thread=3086382728, file=tasn_new.c, line=107, info="X509_NAME_ENTRY"  
 4851 file=tasn_new.c, line=191, number=16, address=B1D1FFF0  
> thread=3086382728, file=tasn_new.c, line=107, info="X509_NAME_ENTRY"  
 4854 file=a_object.c, line=312, number=9, address=B1D33FF4  
 4853 file=a_object.c, line=340, number=24, address=B1D1DFE8  
 4855 file=asn1_lib.c, line=386, number=17, address=B1D39FEC  
82 bytes leaked in 5 chunks  
  
  
thanks,  
  
Alexey Bezuglyi  
  

SoftWare Developer

www.mylinux.ua

config: ./config shared -d --openssldir=/media/data/work/OpenSSL/tags/openssl-SNAP-20090408
version: openssl-1.0.0 (openssl-SNAP-20090408)
compiler: gcc

Hi, next command causes a memory leak in my PC, if "subjectAltName=email:move" option present in  the [usr_cert] section

./openssl genpkey -algorithm RSA -out tmp/rsakey.pem
./openssl req -new -key tmp/rsakey.pem -out tmp/req.pem

./openssl x509 -req -in tmp/req.pem -extfile ../openssl.cnf -extensions usr_cert -signkey tmp/rsakey.pem -out cacert.pem

  4852 file=asn1_lib.c, line=425, number=16, address=B1D29FF0
> thread=3086382728, file=tasn_new.c, line=107, info="ASN1_PRINTABLE"
>> thread=3086382728, file=tasn_new.c, line=284, info="value"
>>> thread=3086382728, file=tasn_new.c, line=107, info="X509_NAME_ENTRY"
 4851 file=tasn_new.c, line=191, number=16, address=B1D1FFF0
> thread=3086382728, file=tasn_new.c, line=107, info="X509_NAME_ENTRY"
 4854 file=a_object.c, line=312, number=9, address=B1D33FF4
 4853 file=a_object.c, line=340, number=24, address=B1D1DFE8
 4855 file=asn1_lib.c, line=386, number=17, address=B1D39FEC
82 bytes leaked in 5 chunks


thanks,

Alexey Bezuglyi
SoftWare Developer


www.mylinux.ua

Reply via email to