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
 
Cant get example to work...  
by johan [johan dot spannare at seb dot se]
posted on 2004/04/29

I get an exception on the following row in RecordLayers.cs. The remoteMac is null (empty). Any ideas ?

Best regards Johan

// compare MACs
for(int i = 0; i < remoteMac.Length; i++) {
if (remoteMac[i] != localMac[i]) {
cipherError = true;
}
}
// throw cipher error, if necessary
if (cipherError)
throw new SslException(AlertDescription.BadRecordMac, "An error occurred during the decryption and verification process.");

by Pieter Philippaerts [Pieter at mentalis dot org]
posted on 2004/05/13

Can you tell us the URL of the server you're connecting to? If it's an internal server, can you tell us which SSL implementation is running on that machine (ie. OpenSSL, IIS, Java SSL, ...)?

 

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