Re: MODULE_PATH

2009-01-07 Thread Ger Hobbelt
a 'grep MODULE_PATH' produces zero results (0.9.9 CVS head), which leads to the thought this one will be unused throughout OPENSSL. To load a particular engine, its path is specified using -pre SO_PATH:path-to-engine.so. So first test would be to see if you still have a working system without

MODULE_PATH

2009-01-06 Thread Bram Cymet
engine commands (SO_PATH, LIST_ADD, ID) to work fine except for MODULE_PATH. Now I think that the problem is that MODULE_PATH is not implemented in M2Crypto. I wouldn't mind implementing it myself but I can't find where in the openssl code the MODULE_PATH is used. Would someone be able to point me