DTLS examples?

2005-10-21 Thread Adam M
Hi all, I'm curious if anyone has any actual DTLS examples kicking around. I'm very interested in giving it a shot, but I haven't found much for API docs or even simple examples. The DTLS paper keeps talking about how similar it is to TLS, but I haven't really coded TLS either, so that doesn't he

Re: Using OpenSSL over a high level peer-to-peer middleware

2005-10-21 Thread Johan Stokman
Alain, One of the nice things about the openssl implementation is the use of BIO's for communication, protocol becomes totally irrelevant, if you could write a bio to control white (or grey or black) mice to carry your data you could implement secure communications across any road/way/path the mice

certificate digest different results before writing to PEM?

2005-10-21 Thread M G
Hi list, I'm trying to calculate a certificate digest using X509_digest.  I created an X509 certificate (self-signed) programmatically with X509_new (and I set the version and the organization and country etc with X509_NAME_add_entry_by_txt)..  I then call X509_set_issuer_name and use X509_sign to

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Fri, 21 Oct 2005 17:44:52 +0200 Steffen Pankratz <[EMAIL PROTECTED]> wrote: > On Fri, 21 Oct 2005 15:29:42 +0200 > Steffen Pankratz <[EMAIL PROTECTED]> wrote: > > > On Thu, 20 Oct 2005 13:30:14 +0400 > > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > > > On 2005.10.19 at 19:26:36 +0200,

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Fri, 21 Oct 2005 15:29:42 +0200 Steffen Pankratz <[EMAIL PROTECTED]> wrote: > On Thu, 20 Oct 2005 13:30:14 +0400 > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: > > > > > Hi > > > > > > I'm trying to get my dynamic engine to work

RE: openssl on Solaris8 with Openldap

2005-10-21 Thread S.L.
No, I didn't find a solution. The new patches are already installed(relevant would be patch 108993-49, I think --> http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&type=collections&max=50&language=en&queryKey5=108993&toDocument=yes) The server.pem file is a self signed certificate; crea

RE: openssl on Solaris8 with Openldap

2005-10-21 Thread Chevalier, Victor T.
Did you ever find a solution to your question? I know the newer patches to solaris 8 add ssl capability. If you posted your slapd.conf and ldap.conf files I could prolly figure it out unless its how your making your certs? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Thu, 20 Oct 2005 13:30:14 +0400 "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: > > > Hi > > > > I'm trying to get my dynamic engine to work on windows (openssl 0.9.8a, ms > > vc++ 7) > > it runs fine in linux > > Have you configured

CRYPTO_thread_setup & CRYPTO_thread_cleanup

2005-10-21 Thread Marios Karagiannopoulos
Hello guys, I have a problem in implementation of CRYPTO_thread_setup() and cleanup functions. I've already implemented an application which consists of 4 thread. Each thread of those 4 spawns 100 other threads with different gsoap clients. The problem is that I can't separate some Openssl calls s

RE: Using OpenSSL over a high level peer-to-peer middleware

2005-10-21 Thread Mouse
> The security work in SNMPv3 is old and outdated and years > behind current practice. Some of that is understandable, but > but even back then we knew enough to know that raw UDP is > almost architecturally flawed. Not quite on the list topic - but if you were aware of the constraints placed

AW: SSL alert (write): fatal: bad record mac

2005-10-21 Thread Martin
Hi all, I have promblems with the encrypten and decryption of large Strings. the following code works fine with little data. // Encrypt ... PEM_SealInit(& ctx,EVP_des_cbc(),EVP_md5(),ekey,ekeylen,iv,pubKey,pubkeyscount); ... PEM_SealUpdate(& ctx,outbuf,& outlen,intext,intextlen); ... PEM_SealFin