[openssl.org #1716] Bug report for DTLS

2008-07-15 Thread Joel Reardon via RT
This (pair of) bug report(s) is for Datagram TLS (DTLS). The line: "retransmit: message 5 non-existant" is repeatedly [see p.s. [1] below] printed to stderr when using DTLS. It occurs during handshaking. I'm guessing that this is not anticipated to occur often if its being printed to stderr reg

contribution to OpenSSL

2008-07-15 Thread Tomas Vrabel
Hi, I'm implementing a library for creating and validating long term signatures according to standard ETSI TS 101 73. I'm using OpenSSL library (PKCS7 support) in version 0.9.8. I'm thinking about including LTES library into next official OpenSSL distribution. Are you interested in my contribution

Re: Problem On .Net Integrated

2008-07-15 Thread Ger Hobbelt
One of the ways of mixing 'C' and .NET languages, such as C#, is by 'wrapping' the C library in a bit of 'managed C++'. Since C# thinks in an OO (Object Oriented) way, you'll have to give it classes the way it want them. The most basic way of doing this would be to provide the OpenSSL API in a sin