joealey2003@yahoo.com Guest
|
Posted: Mon Jan 17, 2005 11:30 pm Post subject: Load PrivKey from String on (HTTPS)TidHttpserver |
|
|
Hi all...
I have to distribute https servers and for security reasons i want to
load the privkey and cacert, options of TidServerIOHandlerSSl, from a
string including it on the source code. Then i will use an antidebug
software to encode it.
I can't access the function that i think is my goal IdSSLNew() where i
see a call on IdSSlOpenSSL file cause as described on
TidSSlOpenSSLHeaders it's a variable...
Take a look:
IdSslNew : function(ctx: PSSL_CTX):PSSL cdecl = nil;
After a ruge search on the net i found this article:
http://docs.projectindy.org/online/frames.html?frmname=topic&frmfile=IdSslNew.html
It appears to describe this function as a dll call??? Sorry if i am
wrong, i never did a dll.
Where is the implementation of this function?
There is a way to change it?
Thanks.
|
|