Re: Pseudo-random number generator

2007-04-06 Thread Marek Marcola
Hello, > I want to generate a large random bitstream witch is deterministic > (given a certain seed). > If for example, if I have 2 diffrent programs running, both possessing > the same session key. > I seed the generator in both applications with this session key. > Both applications should rece

Re: Visual C++ and openss

2007-04-06 Thread gary clark
I needed to define "USE_SOCKETS" to include the SHUTDOWN macro stored in e_os.h. Thanks, Garyc --- gary clark <[EMAIL PROTECTED]> wrote: > Hiya, > > I appear to be missing "SHUTDOWN" api when attempted > to build the s_server? > > I'm using version 0.9.8e. > > Any ideas where this is? > > T

RE: What is the difference netween SSL connection and session?

2007-04-06 Thread Dinh, Thao V CIV NSWCDD, K72
Hi Jaya Look on page 96 of " SSL and TLS Design and Building Secure Systems" book. Good Def. on Sessions. TD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bhat, Jayalakshmi Manjunath Sent: Thursday, April 05, 2007 0:47 To: openssl-users@openssl.org Sub

Re: Pseudo-random number generator

2007-04-06 Thread Victor Duchovni
On Fri, Apr 06, 2007 at 08:02:45PM +0200, Alexander Alderweireldt wrote: > Hi, > > I want to generate a large random bitstream witch is deterministic (given a > certain seed). > If for example, if I have 2 diffrent programs running, both possessing the > same session key. > I seed the generator i

Pseudo-random number generator

2007-04-06 Thread Alexander Alderweireldt
Hi, I want to generate a large random bitstream witch is deterministic (given a certain seed). If for example, if I have 2 diffrent programs running, both possessing the same session key. I seed the generator in both applications with this session key. Both applications should receive the same r

Re: Visual C++ and openss

2007-04-06 Thread gary clark
Hiya, I appear to be missing "SHUTDOWN" api when attempted to build the s_server? I'm using version 0.9.8e. Any ideas where this is? Thanks, Garyc --- gary clark <[EMAIL PROTECTED]> wrote: > Hi Thomas, > > Much appreciated the response. Yep I was building it > wrong...but of course. Oh well

Re: Visual C++ and openssl

2007-04-06 Thread gary clark
Hi Thomas, Much appreciated the response. Yep I was building it wrong...but of course. Oh well. Thanks, Garyc --- "Thomas J. Hruska" <[EMAIL PROTECTED]> wrote: > gary clark wrote: > > Hiya, > > > > I am trying to build a simple client and server > which > > is proving not to be so simple in vis

Re: Visual C++ and openssl

2007-04-06 Thread Thomas J. Hruska
gary clark wrote: Hiya, I am trying to build a simple client and server which is proving not to be so simple in visual c++. I am using the "s_server.c" file in openssl/apps and have pulled in the following libs. wsock32.lib advapi32.lib gdi32.lib user32.lib what other libs and possibly .dll d

Visual C++ and openssl

2007-04-06 Thread gary clark
Hiya, I am trying to build a simple client and server which is proving not to be so simple in visual c++. I am using the "s_server.c" file in openssl/apps and have pulled in the following libs. wsock32.lib advapi32.lib gdi32.lib user32.lib what other libs and possibly .dll do I need in order t

OpenSSL and LockBox (Assigning Exponent and Modulose data directly)

2007-04-06 Thread shift
Hi all, We have a problem that we're trying to resolve using openssl. We have a Windows based client application that needs to retrieve some information from a linux / apache webserver. The client has been developed in C++Builder and uses the LockBox VCL's for RSA encryption. At the moment, the