Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
sshnet
/
SSH.NET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
994
Star
4.4k
Code
Issues
342
Pull requests
33
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Use BCL ECDiffieHellman for KeyExchange instead of BouncyCastle (.NET 8.0 onward only)
- #1371
#1371
Merged
Rob-Hague
merged 33 commits into
sshnet:develop
sshnet/SSH.NET:develop
from
scott-xu:ecdh-bcl
scott-xu/SSH.NET:ecdh-bcl
Copy head branch name to clipboard
Jul 31, 2024
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Use BCL ECDiffieHellman for KeyExchange instead of BouncyCastle (.NET 8.0 onward only)
#1371
Rob-Hague
merged 33 commits into
sshnet:develop
sshnet/SSH.NET:develop
from
scott-xu:ecdh-bcl
scott-xu/SSH.NET:ecdh-bcl
Copy head branch name to clipboard
Commits
Commits on Apr 6, 2024
Use BCL ECDiffieHellman for KeyExchange (.NET 8.0 onward only)
scott-xu
committed
901fd5a
View commit details
Copy full SHA for 901fd5a
Browse repository at this point
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
f78488c
View commit details
Copy full SHA for f78488c
Browse repository at this point
Add back an empty line
scott-xu
committed
4b8be40
View commit details
Copy full SHA for 4b8be40
Browse repository at this point
Merge branch 'ecdh-bcl' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
8e6d079
View commit details
Copy full SHA for 8e6d079
Browse repository at this point
Commits on Apr 7, 2024
Remove the BouncyCastle dependency when target .NET 8.0 onward.
scott-xu
committed
61e44a4
View commit details
Copy full SHA for 61e44a4
Browse repository at this point
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
767e692
View commit details
Copy full SHA for 767e692
Browse repository at this point
Commits on Apr 9, 2024
Run KeyExchangeAlgorithmTests for .NET 6.0
scott-xu
committed
4628a73
View commit details
Copy full SHA for 4628a73
Browse repository at this point
Merge branch 'ecdh-bcl' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
23c4ac2
View commit details
Copy full SHA for 23c4ac2
Browse repository at this point
Build Renci.SshNet.IntegrationTests.csproj for net6.0
scott-xu
committed
23a1dd3
View commit details
Copy full SHA for 23a1dd3
Browse repository at this point
Update filter
scott-xu
committed
182f586
View commit details
Copy full SHA for 182f586
Browse repository at this point
Commits on Apr 18, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
fed031b
View commit details
Copy full SHA for fed031b
Browse repository at this point
Commits on Apr 25, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
cfd950f
View commit details
Copy full SHA for cfd950f
Browse repository at this point
Commits on May 4, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
8392edb
View commit details
Copy full SHA for 8392edb
Browse repository at this point
Commits on May 23, 2024
Merge branch 'develop' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
8b42e59
View commit details
Copy full SHA for 8b42e59
Browse repository at this point
Merge branch 'ecdh-bcl' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
b35ffdf
View commit details
Copy full SHA for b35ffdf
Browse repository at this point
Commits on Jun 9, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
4b73a96
View commit details
Copy full SHA for 4b73a96
Browse repository at this point
Commits on Jun 12, 2024
Add back BouncyCastle as fallback
scott-xu
committed
5502918
View commit details
Copy full SHA for 5502918
Browse repository at this point
Commits on Jun 13, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
f76ffeb
View commit details
Copy full SHA for f76ffeb
Browse repository at this point
Add back the missing `SendMessage`
scott-xu
committed
a1b00e3
View commit details
Copy full SHA for a1b00e3
Browse repository at this point
Merge branch 'ecdh-bcl' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
6ed28ae
View commit details
Copy full SHA for 6ed28ae
Browse repository at this point
Commits on Jun 16, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
d754e93
View commit details
Copy full SHA for d754e93
Browse repository at this point
Commits on Jul 17, 2024
Merge branch 'develop' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
08c9594
View commit details
Copy full SHA for 08c9594
Browse repository at this point
Merge branch 'ecdh-bcl' of https://github.com/scott-xu/SSH.NET into ecdh-bcl
scott-xu
committed
4495c57
View commit details
Copy full SHA for 4495c57
Browse repository at this point
Commits on Jul 23, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
bd093c7
View commit details
Copy full SHA for bd093c7
Browse repository at this point
Commits on Jul 25, 2024
Merge branch 'develop' into ecdh-bcl
WojciechNagorski
authored
57bf19d
View commit details
Copy full SHA for 57bf19d
Browse repository at this point
Run ECDH KEX integration tests under .NET48
scott-xu
committed
13dd7e1
View commit details
Copy full SHA for 13dd7e1
Browse repository at this point
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
9fa0c14
View commit details
Copy full SHA for 9fa0c14
Browse repository at this point
Commits on Jul 27, 2024
Merge branch 'develop' into ecdh-bcl
scott-xu
authored
344b744
View commit details
Copy full SHA for 344b744
Browse repository at this point
Commits on Jul 28, 2024
Use SshNamedCurves instead of SecNamedCurves for BouncyCastle.
Show description for 385e087
scott-xu
committed
385e087
View commit details
Copy full SHA for 385e087
Browse repository at this point
typo
scott-xu
committed
387e6da
View commit details
Copy full SHA for 387e6da
Browse repository at this point
Commits on Jul 29, 2024
Fix build
scott-xu
committed
73c9446
View commit details
Copy full SHA for 73c9446
Browse repository at this point
Use System.Security.Cryptography namespace if NET8_0_OR_GREATER;
Show description for db0a98e
scott-xu
committed
db0a98e
View commit details
Copy full SHA for db0a98e
Browse repository at this point
Commits on Jul 30, 2024
Separate BCL and BouncyCastle implementation
scott-xu
committed
2441f77
View commit details
Copy full SHA for 2441f77
Browse repository at this point
You can’t perform that action at this time.