Hi Peter, Am Sa., 23. Juli 2022 um 17:54 Uhr schrieb Peter Dettman <peter.dett...@bouncycastle.org>: > > On 7/22/2022 4:30 PM, Patrick Krämer wrote: > > [...] > There weren't that many code differences to target .NET Standard, but > yes we did review and include all Claire's changes, which were in a PR > to bc-csharp already. I see.
> > - Are you planning to release BouncyCastle as an official NuGet > > Package? > Yes, 2.0 will be released to NuGet. That sounds awesome. > > - If I understand correctly, the TLS implementation under > > Org.BouncyCastle.Tls is the current one, the one under > > Org.BouncyCastle.Crypto.Tls is the old/deprecated one, so I suppose > > the features should be added to Org.BouncyCastle.Tls? > > In fact, Org.BouncyCastle.Crypto.Tls has already been removed, so yes. > Ok, so I'll have to port my application to the new implementation first. Is there some kind of migration guide / list of changes (other than the list of PRs) or new examples (especially for TLS-PSK and DTLS-PSK)? > > - In my opinion (as a C# dev) the code is written kinda weirdly in > > some places [...]? > > Until recently we stuck to .NET 1.1 language features. > > The entire library has already been moved to generic collections. > [...] That also sounds great. I didn't realize that it had the net1.1 target as it had already been removed in the current main branch. Thank you very much, your support is greatly appreciated. Regards, Patrick