commit | 01b7851aa27aa144372f5484da916be042d9aa4f | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Sep 14 22:36:04 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Wed Sep 23 13:53:26 2015 +0100 |
tree | 225eeaca746baca374f0163b098b12af9ecdaf1f | |
parent | 1556d21850aabf31c554d3c6de2363979a965a9f [diff] |
Add BIO_CTRL_DGRAM_SET_PEEK_MODE Add the ability to peek at a message from the DTLS read BIO. This is needed for the DTLSv1_listen rewrite. Reviewed-by: Andy Polyakov <appro@openssl.org>