Re: [openssl-dev] DTLS retransmission api

2016-06-03 Thread Alfred E. Heggestad
On 03/06/16 12:19, Matt Caswell wrote: On 03/06/16 10:52, Alfred E. Heggestad wrote: Hi Matt, thanks for the suggested API and code. Please find below a suggested patch that implements this new callback. the patch is based on 1.0.2-dev from GIT: url: git://git.openssl.org

Re: [openssl-dev] DTLS retransmission api

2016-06-03 Thread Alfred E. Heggestad
On 02/06/16 16:03, Matt Caswell wrote: On 02/06/16 14:33, Alfred E. Heggestad wrote: On 01/06/16 13:58, Matt Caswell wrote: On 01/06/16 11:15, Alfred E. Heggestad wrote: hi, we are using DTLS from OpenSSL to implement DTLS-SRTP in our product (Wire.com) .. The code and implementation

Re: [openssl-dev] DTLS retransmission api

2016-06-02 Thread Alfred E. Heggestad
On 01/06/16 13:58, Matt Caswell wrote: On 01/06/16 11:15, Alfred E. Heggestad wrote: hi, we are using DTLS from OpenSSL to implement DTLS-SRTP in our product (Wire.com) .. The code and implementation works really well and is very robust. We are using OpenSSL version 1.0.2g since our

[openssl-dev] DTLS retransmission api

2016-06-01 Thread Alfred E. Heggestad
say it should be safe to remove it. Best Regards, Alfred E. Heggestad Berlin -- diff -Naur openssl-1.0.2g/ssl/d1_lib.c openssl/ssl/d1_lib.c --- openssl-1.0.2g/ssl/d1_lib.c 2016-03-01 14:35:53.0 +0100 +++ openssl/ssl/d1_lib.c2016-06-01 10:45:27.0 +0200 @@ -359,6 +359,8