Re: Convert DER format to PKC#7 format

2007-04-17 Thread Lars Uhlmann
> I used Entrust/Web Connector to generate client > certificate. It generated in raw DER format. Is there > anyway to convert to PKC#7 format? | openssl pkcs7 [options] outfile | where options are | -inform arg input format - DER or PEM | -outform arg output format - DER or PEM | -in arg

Re: memory leaks - what am I doing wrong?

2007-02-05 Thread Lars Uhlmann
Please reference http://www.openssl.org/support/faq.html#PROG13 -- > "I think I've detected a memory leak, is this a bug?" Thanks! It doesn't matter if I call those cleaning functions, the leaks are still there. /* --- cut here --- */ #include #include #include #include #include int ma

memory leaks - what am I doing wrong?

2007-02-04 Thread Lars Uhlmann
I wrote a little test program to speak HTTP over SSL (so called HTTPS ;-). The code (nicely formatted and commented for easy reading), valgrind output and all necessary information can be found here[0]. This small app is leaking memory when it runs from start to finish without any errors (the erro