aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Remoting.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-0/+28
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-04-27Clearing up comment to reflect true strength of GenerateChallenge()Adam Frisby1-1/+1
2007-04-27Added challenge generation function to generate cryptographic strength ↵Adam Frisby1-0/+19
challenges.
2007-04-27Cryptographic framework for authenticating and verifying remoting messages. ↵Adam Frisby1-0/+90
Must be implemented as per the suggested implementation in the comments. Buyer beware - this code has not been peer reviewed by an expert cryptologist and needs to be done so before this security is relied upon for important transactions.