sk_SSL_COMP_new and sk_SSL_COMP_free

2010-02-07 Thread barcaroller
When I use OpenSSL, valgrind reports the following: ==25690== 20 bytes in 1 blocks are still reachable in loss record 3 of 3 ==25690==at 0x40053C0: malloc (vg_replace_malloc.c:149) ==25690==by 0x343021D: (within /lib/libcrypto.so.0.9.8e) ==25690==by 0x34308CE: CRYPTO_m

Re: Should CSR be protected?

2010-02-07 Thread Patrick Patterson
Hi there: On 07/02/10 8:55 AM, sandeep kiran p wrote: > Hi, > > A quick question here. Should the Certificate Signing Request message be > protected when requesting for Certificate from CA? If I am sending a > PKCS10 request to a remote CA, there could be a possibility that an > attacker might in

Should CSR be protected?

2010-02-07 Thread sandeep kiran p
Hi, A quick question here. Should the Certificate Signing Request message be protected when requesting for Certificate from CA? If I am sending a PKCS10 request to a remote CA, there could be a possibility that an attacker might intercept the request, replace the Public Key and Signature fields wi