DSA error output

2000-03-01 Thread Bob Ollila
(10) :func(110) :reason(4):dsa_asn.c:92: Can anyone tell me how to determine what these errors mean? Are there error output methods which will give me a clearer picture of what these error codes are? Thanks, Bob. -- Bob Ollila - [EMAIL PROTECTED] (603)665-8100, (603)665-8103 fax TerraLink

Re: demos\cli and serv.cpp

2000-03-21 Thread Bob Ollila
p://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > __ > OpenSSL Project http://www.openssl.org > Development Mailing List

NT crash with DSA_print()

2000-03-22 Thread Bob Ollila
, DSA_G ); DSA_print( bio_err, dsa, 0 ); This is what crashes Can anyone suggest what might be causing the crash? Thanks, Bob. -- Bob Ollila - [EMAIL PROTECTED] (603)665-8100, (603)665-8103 fax TerraLink Technologies - http://www.terralinktech.com 1600 Can

Re: NT crash with DSA_print()

2000-03-23 Thread Bob Ollila
linking? What else do I need to do ? Bob. Dr Stephen Henson wrote: > Bob Ollila wrote: > > > > I'm porting some Solaris code ( that works ) to NT. The code uses the DSA >functions from openssl-9.4. For some reason it's crashing when I try to print the >dsa structur

Re: NT crash with DSA_print()

2000-03-24 Thread Bob Ollila
? thanks again, Bob. Dr Stephen Henson wrote: > Bob Ollila wrote: > > > > Steve, thanks for your help, but I think I need a little more >detail/clarification. The standard build of openssl includes the /MD flag, so I >assume that the libs that were built were the multith

memory leak

2000-03-24 Thread Bob Ollila
lly a leak, maybe these calls create static data ? I tried inserting a call to CRYPTO_malloc_init(), but I get the same results. Any suggestions ? -- Bob Ollila - [EMAIL PROTECTED] (603)665-8100, (603)665-8103 fax TerraLink Technologies - http://www.terralinktech.com 1600 Candia Road, Suite 5,

Re: memory leak

2000-03-27 Thread Bob Ollila
Bodo, that worked, thanks for your help. Bodo Moeller wrote: > Bob Ollila <[EMAIL PROTECTED]>: > > > I'm getting a memory leak in an application that uses openssl 9.4. > > The leak occurs on calls to ERR_load_ERR_strings() and > > ERR_load_crypto_strings().

DSA encyption export limitations

2000-02-29 Thread Bob Ollila
would be greatly appreciated Bob. -- Bob Ollila - [EMAIL PROTECTED] (603)665-8100, (603)665-8103 fax TerraLink Technologies - http://www.terralinktech.com 1600 Candia Road, Suite 5, Manchester NH 03109 __ OpenSSL Pr

Re: DSA encyption export limitations

2000-03-01 Thread Bob Ollila
Steve, thanks for your help. Do you ( or anyone else ) know what regulation/law specifies that signing algorithms are not subject to export restrictions? Can you point me to a web site where I can verify this for my own piece of mind? Bob. Dr Stephen Henson wrote: > Bob Ollila wr