CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2016/10/03 05:23:13
Modified files: lib/libssl/src/ssl: Tag: OPENBSD_6_0 s3_srvr.c Log message: Check for packet with truncated DTLS cookie. Flip pointer comparison logic to avoid beyond-end-of-buffer pointers to make it less likely a compiler will decide to screw you. Based on parts of openssl commits 6f35f6deb5ca7daebe289f86477e061ce3ee5f46 and 89c2720298f875ac80777da2da88a64859775898 ok jsing@ original commit by @guenther