Discussion:
DTLS in C#
Peter Dettman
2013-10-19 01:43:00 UTC
Permalink
Not long now. We've received a patch that brings C# TLS stuff uptodate
with the Java version, and we are in the middle of reviewing it.

Regards,
Pete Dettman
Any idea when DTLS support may get added to C# libs ? -- I see it in
Java side ...
Sean Garratt
P.S. Thanks for all the great work .. amazing projects!
Moschny, Torsten
2013-10-20 07:13:38 UTC
Permalink
Hi,

I read somewhere that a new official version of BC for C# is imminent.
So I just hat a glance on the implementation of CMP under src\asn1\cmp.

I was told there were a few errors in older Java versions of BC that
have been fixed very recently. It appears that those errors are still in
the C# version available on github. For instance, PollRepContent should
be a SEQUENCE OF SEQUENCE, but in the coding it appears that it is just
a simple SEQUENCE.

Currently I'm using CMP of the C# lib for reference in my development
plans, so in case you could confirm that, it would be great to have this
updated.

Best regards,
Torsten Moschny

Loading...