Re: SslStream and CipherAlgorithm
- From: "Alun Jones" <alun@xxxxxxxxxxxxx>
- Date: Sat, 20 May 2006 22:00:40 -0700
banduraj@xxxxxxxxx wrote:
Maybe someone can educate me, but how is the CipherAlgorithm set for
an SslStream in .NET 2.0.
I noticed you can get the CipherAlgorithm from an SslStream property,
but how do you set it, or at least require a specific algorithm? Is
this decided by the Cert?
The client and server negotiate the cipher algorithm. They pick the
_weakest_ algorithm that they both support. This sounds wrong, until you
realise that each of them have got a list of "appropriate" cipher
algorithms, so whatever algorithms they have in common are "appropriate" -
so the weakest algorithm is generally the fastest one that is still
appropriate.
Alun.
~~~~
[Please don't email posters, if a Usenet response is appropriate.]
--
Texas Imperial Software | Find us at http://www.wftpd.com or email
23921 57th Ave SE | alun@xxxxxxxxxx
Washington WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.
.
- References:
- SslStream and CipherAlgorithm
- From: banduraj
- SslStream and CipherAlgorithm
- Prev by Date: Re: SecurityPermission fails when running app from server VB.Net 2005
- Next by Date: RSACryptoServiceProvider problem with bad Key
- Previous by thread: SslStream and CipherAlgorithm
- Next by thread: Anything in .NET 2.0 to check firewall status/ports?
- Index(es):
Relevant Pages
|
|