mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
74 lines
2.9 KiB
Plaintext
74 lines
2.9 KiB
Plaintext
SSH.NET uses third-party libraries or other resources that may be
|
|
distributed under licenses different than the SSH.NET software.
|
|
|
|
License notice for BouncyCastle
|
|
-------------------------------
|
|
|
|
http://bouncycastle.org/csharp
|
|
|
|
Copyright (c) 2000 - 2018 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
this software and associated documentation files (the "Software"), to deal in
|
|
the Software without restriction, including without limitation the rights to
|
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
License notice for Chaos.NaCl
|
|
-------------------------------
|
|
|
|
https://github.com/CodesInChaos/Chaos.NaCl
|
|
|
|
Public domain
|
|
|
|
C# port + code by Christian Winnerlein (CodesInChaos)
|
|
|
|
Poly1305 in c
|
|
written by Andrew M. (floodyberry)
|
|
original license: MIT or PUBLIC DOMAIN
|
|
https://github.com/floodyberry/poly1305-donna/blob/master/poly1305-donna-unrolled.c
|
|
|
|
Curve25519 and Ed25519 in c
|
|
written by Dan Bernstein (djb)
|
|
public domain
|
|
from Ref10 in SUPERCOP http://bench.cr.yp.to/supercop.html
|
|
|
|
(H)Salsa20 in c
|
|
written by Dan Bernstein (djb)
|
|
public domain
|
|
from SUPERCOP http://bench.cr.yp.to/supercop.html
|
|
|
|
SHA512
|
|
written by Christian Winnerlein (CodesInChaos)
|
|
public domain
|
|
directly from the specification
|
|
|
|
License notice for BCrypt
|
|
-------------------------
|
|
|
|
Copyright (c) 2006 Damien Miller <djm@mindrot.org>
|
|
Copyright (c) 2010 Ryan D. Emerle
|
|
|
|
Permission to use, copy, modify, and distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|