RE: Random numbers

1999-05-17 Thread Jon Parry-McCulloch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>What would a good RANDFILE look like?

If I could tell you that, it wouldn't be random, would it?

Jon

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.0.2i

iQA/AwUBN0EXpngWiDO86u4+EQKBkQCg+p6KprlTKIxC+0WXfqKa5j9EUQ0AoN9+
uXWTeQoJqDDL+Td9kMh50YKP
=YpXV
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Unsatisfied symbols umoddi3 and muldi3

1999-05-19 Thread Jon Parry-McCulloch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


>I've just started trying to use the OpenSSL library, and I'm getting
a link
>error when trying to link to the ssl and crypto libraries.

>/opt/aCC/lbin/ld: Unsatisfied symbols:
 >  __umoddi3 (code)
  > __muldi3 (code)

>I don't have the option of building my test driver with the gcc or
g++
>compilers.

>Has anyone encountered this before?

Yes, when I built SSLeay with gcc and tried to link with Sun's C++
compiler. I had to rebuild SSLeay with the Sun compiler.

Jon



-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.0.2i

iQA/AwUBN0J8QngWiDO86u4+EQKvVQCfQdgP/urDSBsFuPZSc9LqsN8NuwsAoPWL
2HPtEnGo4IdofBcXjl6Orwol
=VYHf
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



SSL and ACE

1999-01-28 Thread Jon Parry-McCulloch

Folks,

Some people in my organisation came to me with this question about ACE and
SSL.
I haven't a clue what the answer is but I did tell them I'd post it here to
see if anyone
else had. I've included the question below.

Any ideas, anyone (apart from "integrateable" not being a real word)?

Jon

>>[some people] are looking at implementing standard security
>> (Authentication/Encryption, etc) in the product API.  
>>Do you have any information about integrating ACE with 
>>SSL (as I think you're on Doug Schmidt's use group)?


>They are probably integrateable due to ACE being a framework where 
>you can specify any socket policy either as a template argument or 
>via an overridden method. But I haven't been reading ACE news
lately. 
>I recommend that you send a question to the news group.
> I've done it before and got very useful replies.



__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Anyone seen this on NT?

1999-03-15 Thread Jon Parry-McCulloch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greetings,

One of my cow-orkers is getting this:

d:\3rdparty\ssleay-0.8.1\include\x509.h(136) : error C2226: syntax
error : unexpected type 'LPCSTR'
d:\3rdparty\ssleay-0.8.1\include\x509.h(159) : error C2226: syntax
error : unexpected type 'LPCSTR'
d:\3rdparty\ssleay-0.8.1\include\x509.h(159) : error C2238: unexpected
token(s) preceding ';'

When building somne stuff with x509.h included. It seems that MS V++
6.0 has these types already defined in one ot its headers. We can
bodge it by #undef-ing the appropriate types before we include
x509.h... hang on my Orker of Cows now tells me that we can fix it by
doing this:

In the project's settings, add NOCRYPT to the preprocessor
definitions, this will prevent  being included from
.

Snippet of :

#ifndef NOCRYPT
#include 
#endif

Sigh. Panic over.

Jon

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.0.2i

iQA/AwUBNu0P2XgWiDO86u4+EQLQ8gCg2M8DnXUOjaUSrDL2FIQFBmvAxVIAnRcI
iZOdSjjDopbgZ2fjoHglD3GI
=XiJ5
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Problem compiling C++ code that includes des.h

1999-03-31 Thread Jon Parry-McCulloch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Hi,

I have C++ module where I want to use SSL objects.

I am including some openssl .h files which include "des.h".
"des.h" declares function crypt() .

I had a similar problem a longtime ago. As I recall we fixed it by
adding

#define _KERBEROS_DES_H

into the code to stop des.h being included by unistd.h

I don't know if this is the same thing that you're seeing or a
different manifestation of something similar.

Jon

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.0.2i

iQA/AwUBNwHu6ngWiDO86u4+EQINkwCg0zo9UxGQGsl2YTOuYpFlUoMSkgIAoPee
uCs2S47gozR7itl1/DCWt0TX
=kICY
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]