> 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
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
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