On Sun, 2009-04-19 at 19:44 +0100, David Woodhouse wrote:
> I finally threw away everything I'd done and started again from scratch,
> and I have it working against openssl-1.0.0-beta1.

Thanks for applying it to 0.9.8 and 1.0.0 branches. If we apply this
simple fix first, the 1.0.0 version of the patch also applies to HEAD...

Index: ssl/s3_pkt.c
===================================================================
RCS file: /home/dwmw2/openssl-cvs/openssl/ssl/s3_pkt.c,v
retrieving revision 1.73
diff -u -p -r1.73 s3_pkt.c
--- ssl/s3_pkt.c        7 Apr 2009 16:33:26 -0000       1.73
+++ ssl/s3_pkt.c        20 Apr 2009 01:28:10 -0000
@@ -837,8 +837,7 @@ int ssl3_write_pending(SSL *s, int type,
                        }
                else if (i <= 0) {
                        if (s->version == DTLS1_VERSION) {
-                               /* For DTLS, just drop it. That's kind of the wh
-ole
+                               /* For DTLS, just drop it. That's kind of the 
whole
                                   point in using a datagram service */
                                wb->left = 0;
                        }

-- 
dwmw2

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to