Re: openssl DTLS support?

2011-05-26 Thread Wes Hardaker
with DTLS in Net-SNMP itself. Any recent OpenSSL version should be fine to use. -- Wes Hardaker My Pictures: http://capturedonearth.com/ My Thoughts: http://pontifications.hardakers.net

Re: (DTLS) Nexuiz needs information on the open-ssl UDP stuff.

2009-04-16 Thread Wes Hardaker
On Thu, 16 Apr 2009 22:44:36 +0200, Michael Tüxen michael.tue...@lurchi.franken.de said: MT Steven has applied all patches Robin provided for DTLS. So MT they should be included in the next releases of OpenSSL. That's certainly good news! -- In the bathtub of history the truth is harder to

Re: (DTLS) Nexuiz needs information on the open-ssl UDP stuff.

2009-04-13 Thread Wes Hardaker
On Sat, 11 Apr 2009 22:49:46 -0700 (PDT), Miguel Ghobangieno mikee...@yahoo.com said: MG They're all multi-treaded. How to do it in a single threaded app MG with multiple users? Here's another documented example of a working hack:

Re: DTLS server implementation experiences and documentation

2009-02-10 Thread Wes Hardaker
On Mon, 26 Jan 2009 18:19:02 +0100, Daniel Mentz danie...@sent.com said: DM I have some comments regarding your wiki article. But first of all DM thanks for taking the time writing down all this information: Your welcome, and I'm sorry for taking so long to reply to your note... I was both sick

Re: DTLS server implementation experiences and documentation

2009-02-10 Thread Wes Hardaker
On Thu, 22 Jan 2009 06:10:36 +0100, Robin Seggelmann seggelm...@fh-muenster.de said: RS To avoid getting into trouble with already fixed bugs you should apply RS the patches I sent to the dev list. I'll set up a website with a patch RS collection and some instructions soon. You've certainly

Re: DTLS server implementation experiences and documentation

2009-01-23 Thread Wes Hardaker
On Thu, 22 Jan 2009 06:10:36 +0100, Robin Seggelmann seggelm...@fh-muenster.de said: RS As a workaround you can use connected UDP sockets. Just use accept() RS and connect() as you would with TCP connections and create new BIO and RS SSL objects for every connection. I have tested that and it

Re: DTLS server implementation experiences and documentation

2009-01-22 Thread Wes Hardaker
On Thu, 22 Jan 2009 06:10:36 +0100, Robin Seggelmann seggelm...@fh-muenster.de said: RS As a workaround you can use connected UDP sockets. Just use accept() RS and connect() as you would with TCP connections and create new BIO and RS SSL objects for every connection. I have tested that and it

DTLS server implementation experiences and documentation

2009-01-21 Thread Wes Hardaker
I recently tried playing with the DTLS code within OpenSSL, but it contains multiple problems. I know from reading the archives that other people have had issues trying to figure out the details of what is needed to use the DTLS code. So, since I actually got things working (albeit in an