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

Elliptic Curve Cryptography (ECC) certificates and TLS 1.0 / 1.1 #47

Closed
meixger opened this issue Jan 8, 2019 · 1 comment
Closed
Labels
wontfix This will not be worked on

Comments

@meixger
Copy link

meixger commented Jan 8, 2019

The certificate uses Elliptic Curve Cryptography (ECC):

var ec = ECDsa.Create(ECCurve.NamedCurves.nistP256); in SharedFunctions.cs

Unfortunately in Azure App Service Elliptic Curve Cryptography (ECC) certificates are supported only with TLS 1.2.

So if we need to support TLS 1.0 and TLS 1.1 only clients we have to stick with RSA certificates.

Could you make the chiper method configurable?

@shibayan shibayan added the wontfix This will not be worked on label Jan 9, 2019
@shibayan
Copy link
Owner

shibayan commented Jan 9, 2019

For safety web, TLS 1.0 / 1.1 has been disabled worldwide. I will not change this behavior.

@shibayan shibayan closed this as completed Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants