OBJ_ln2nid with "OCSP Signing" fails

2000-08-06 Thread Dror
e "OCSP" is indexed higher). OS: Windows NT 4.0 SP 5. Compiler: VC++ 6.0. Best regards Dror __ OpenSSL Project http://www.openssl.org Development Mailing Lis

STACK_OF and C++

2000-08-15 Thread Dror
ciate Dror e:\my.cpp(20) : error C2664: 'sk_new' : cannot convert parameter 1 from 'int (__cdecl *)(class ClassXYZ** ,class ClassXYZ ** )' to 'int (__cdecl *)(void)' This conversion requires a reinterpret_cast, a C-style cast or function-style cast e:\my.cpp(

Re: Windows, DLLs and variables.

2001-01-06 Thread Dror
g NONAME did work. So one can use DEF file and _declspec( dllexport) instruction to gain the feature of both methods, but still I could not find in the official documentation anything that support this saying…. --- Dror

Memory Leaks Detecting on WIN32

2001-01-09 Thread Dror
the CRT library very comfortable. TIA Dror __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Memory Leaks Detecting on WIN32

2001-01-09 Thread Dror
the programmer could assign those methods, this however, will require more work. Well it is a sort of *nice to have item*, as a window programmer, I will appreciate it very much if this will be available. Thanks for the comment. Dror

Re: Memory Leaks Detecting on WIN32

2001-01-10 Thread Dror
y. > The leaks of memory that was allocated in OpenSSL is displayed in the debug output window on program exit but without a link to the file name and line number. The goal is that they will appear in the memory leak report as well. Many thanks Dror ___

Re: Memory Leaks Detecting on WIN32

2001-01-10 Thread Dror
. Precisely. > > I'll give > it some thought. > Thanks Dror __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: Memory Leaks Detecting on WIN32

2001-01-10 Thread Dror
d *addr) { _free_dbg(addr,OPENSSL_BLOCKTYPE); } > I could try it out as soon as I get it and will let you know how it works. TIA Dror __ OpenSSL Project http://www.openssl.org Development Maili

Re: Memory Leaks Detecting on WIN32

2001-01-10 Thread Dror
> And do what with it? It would become some kind of OpenSSLish value You're right, I misinterpreted your previous answer. I'll check it as soon as I can fetch it and will inform you. TAL Dror __ Op

Re: Memory Leaks Detecting on WIN32

2001-01-11 Thread Dror
o the application. Thank you very very much effort. Dror __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Ma

X509_STORE and Reference Count

2001-02-09 Thread Dror
Hi The member 'reference' of X509_STORE is not considered in X509_STORE_free nor SSL_CTX_set_cert_store ( I assume it is ignored everywhere if the free function doesn't check it). Is it possible to fix i

Re: Memory leak in SSL_CTX_new ?

2001-03-01 Thread Dror
ation occurrs between MemCheck_off() and MemCheck_on(), so it could *escape* OpenSSL's memory leak can't it? Please help Dror > > > I've been doing some memory leak checking on an OpenSSL app and > > discovered that a memory leak occurs in SSL_CTX_n

Request for function

2001-03-08 Thread Dror
; x509_store_ctx_num = 0; } } TIA Dror __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Vc++ workspace for openssl

2001-03-15 Thread Dror
See http://www.iconsinc.com/~agray/ossldev/ Good luck Dror > Dear openssl developers. > > I am a new user of OpenSSL. > > I am working with WinNT and VC++ > > I was followed the instruction and successfully compiled OpenSSL > sources to DLL. > > Unfortunatel

Memory Ex Functions

2001-04-17 Thread Dror
ature? Please help TIA Dror __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Memory Ex Functions

2001-04-18 Thread Dror
Sorryy I forgot I took it last time from the snapshot Dror > > Hi > > I've just download and compile OpenSSL 0.9.6a and noticed that > the APIs: > > CRYPTO_set_mem_ex_functions/CRYPTO_get_mem_ex_functions > > which where a gread help for

Re: Checking for memory leaks

2000-01-21 Thread dror
try http://www.columbia.edu/~ariel/ssleay/index.html Dror

Exception checking DH key.

1999-09-12 Thread Dror Otmi
Hi I have an X509 Certificate with DH key. OpenSSL can open this certificate but not its key. This cause an exception in X509_check_private_key() of X509_cmp.c at line 252 because X509_get_pubkey() returns NULL. xk=X509_get_pubkey(x); if (xk->type != k->type) Best regards

Printing request attributes

1999-09-21 Thread Dror Otmi
Hi OpenSSL prints 'a0:00' if a certificate request does not have attributes. What is the meaning of this a0:00? Thanks in advance Dror __ OpenSSL Project http://www.openssl.org D