Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to BouncyCastle.Cryptography #314

Open
pablopioli opened this issue Oct 19, 2023 · 1 comment · May be fixed by #324
Open

Upgrade to BouncyCastle.Cryptography #314

pablopioli opened this issue Oct 19, 2023 · 1 comment · May be fixed by #324

Comments

@pablopioli
Copy link

BouncyCastle.Portable has been deprecated a while ago and replaced with BouncyCastle.Cryptography.
https://github.com/bcgit/bc-csharp

Given how important updated cryptographic algorithms are I would suggest that an update to this library is needed.

I have tried to see how much effort is involved in this update, and found that only requires a couple of minor changes
pablopioli@00b7115

A pull request for this will be useful?

@st-gwerner
Copy link

Yes please! It makes certes hard to use in cooperation with other packages, since the portable DLL has name conflicts with their official one. As you can imagine, this causes problems for people that use other packages that have updated their packages. (MimeKit comes to mind)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants