Re: SSL_library_init - missing 36 bytes after cleanup

2005-11-15 Thread Jonathon Green
Hi All, I agree with Steven and think that this is obviously a leak. I submitted a trivial patch for this a while back which added a function that did a pop-free on the SSL compression methods stack. It hasn't been adopted but in my opinion it should be in order for the library to be dynamically

Diffie Hellman Parameter Generation Question

2005-09-20 Thread Jonathon Green
Hi List, I have a question which is partly OpenSSL specific and partly a more general Diffie-Hellman (parameter generation) question The background for my problem is that I'm writing an engine and am trying to implement the: int (*generate_params)(DH *dh, int prime_len, int generator, BN_GEN