Free returned pointer from OBJ_nid2obj() ?

2012-08-17 Thread Eric Fowler
Must a client free the pointer returned from OBJ_nid2obj() ? I assume the pointer references data in some internal table and is not free()'d. But I want to be sure ... man page is no help on this. Thanks Eric __ OpenSSL Project

How to extend key usage

2012-08-16 Thread Eric Fowler
I am a relative OpenSSL newbie, and I have had a task assigned to me which entails some SSL knowledge. My task is to take existing code, and add to it one of the capabilities in the table. I have a X509V3_CTX struct and it has been passed to X509V3_set_ctx(). I suspect the next step involves X509