Developing custom SDK that also uses OpenSSL

2013-05-05 Thread Mark Kwong
Hi All, I need some opinion on this. I'm developing a SDK, but my SDK needs to use OpenSSL. The problem is that when my customer starts to evaluate it, they too also use OpenSSL. This would cause symbol clashes. I'm wondering what is the best practice when using OpenSSL inside a SDK and

[openssl.org #3041] [Bug] DTLS message_sequence number wrong in rehandshake ServerHello

2013-05-05 Thread Andreas Schultz via RT
Hi, found in the current git version. RFC 6347, Sect. 4.2.2 says: The first message each side transmits in each handshake always has message_seq = 0. Whenever each new message is generated, the message_seq value is incremented by one. Note that in the case of a rehandshake, this

[openssl.org #3041] [Bug] DTLS message_sequence number wrong in rehandshake ServerHello

2013-05-05 Thread Stephen Henson via RT
On Sun May 05 23:40:18 2013, aschu...@tpip.net wrote: Hi, found in the current git version. RFC 6347, Sect. 4.2.2 says: The first message each side transmits in each handshake always has message_seq = 0. Whenever each new message is generated, the message_seq value is incremented by one.