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

Improve SSL Certicate #54

Open
alec1o opened this issue Jun 5, 2024 · 1 comment
Open

Improve SSL Certicate #54

alec1o opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
Features New feature or request

Comments

@alec1o
Copy link
Owner

alec1o commented Jun 5, 2024

  • TCP.Client can add custom optional certificate
  • TCP.Server can add force client certificate
# ITCP.ClientTo
void Encryption(bool enable); #default
void Encryption(bool enable, byte[] certificate); #optional certificate
# ITCP.ServerTo
void Encryption(bool enableEncryption, byte[] pfxCertificate, string pfxPassword, SslProtocols protocols); # default
void Encryption(bool enableEncryption, byte[] pfxCertificate, string pfxPassword, SslProtocols protocols, bool forceClientCertificate); # optional certificate
@alec1o alec1o added this to Netly Jun 5, 2024
@alec1o
Copy link
Owner Author

alec1o commented Jun 6, 2024

🤔 Maybe next versions. Isn't priority now!

@alec1o alec1o self-assigned this Jun 11, 2024
@alec1o alec1o added Features New feature or request help wanted labels Jun 11, 2024
@alec1o alec1o removed the Review label Oct 7, 2024
@alec1o alec1o removed the ToDo label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant