Здравствуйте, Synalist-public.
1.
SVN repository (ssl_openssl_lib.pas)
for D2009:
procedure ErrErrorString(e: integer; var buf: Ansistring; len: integer);
begin
if InitSSLInterface and Assigned(_ErrErrorString) then
_ErrErrorString(e, Pointer(buf), len);
buf := PAnsiChar(Buf); //old: buf := PChar(Buf);
end;
2.
ssl_openssl.pas having memory leak
I thins this in function LoadPFX
>>PKCS12parse(p12, FKeyPassword, pkey, cert, ca)
ca - must be free: sk_X509_pop_free(ca, X509_free);
sk_X509_pop_free declared in safestack.h. ssl_openssl_lib.pas module
don't have it. How it did?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public