News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
Problem specifying RSA_3DES_168_SHA algorithm  
by byron guerrero [bguerrero at bancared dot com dot gt]
posted on 2003/10/28

Hi, i specified the RSA_3DES_168_SHA algorithm and i got the following error.

The allowed algorithms field must contain at least one compression algorithm.Org.Mentalis.Security at Org.Mentalis.Security.Ssl.SecureSocket.ChangeSecurityProtocol(SecurityOptions options)
at Org.Mentalis.Security.Ssl.SecureSocket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType, SecurityOptions options)
at _3DSecureBRDWS.ImplementaSSL.StartServer(IPEndPoint ep, SecureProtocol sp, Certificate cert)
at _3DSecureBRDWS.ImplementaSSL.IniciaSSL()

by Pieter Philippaerts [Pieter at mentalis dot org]
posted on 2003/10/28

A cipher specification consists of a cipher and a compression algorithm. You only specified the cipher and not the compression algorithm. Try specifying the following value:

options.AllowedAlgorithms = SslAlgorithms.RSA_3DES_168_SHA | SslAlgorithms.NULL_COMPRESSION;

by byron guerrero [bguerrero at bancared dot com dot gt]
posted on 2003/10/28

it works. thanks.

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.