Added SILC Thread Queue API
[silc.git] / lib / silcssh / DIRECTORY
1 <!--
2 @LIBRARY=SILC SSH2 Library
3 @FILENAME=silcsshlib.html
4 @LINK=silcssh.html:SILC SSH2 Interface
5 -->
6
7 <big><b>SILC SSH2 Library</b></big>
8 <br />
9 <small>Directory: lib/silcssh/</small>
10 <br />
11 <small>Library: libsilc.a, libsilc.lib</small>
12 <br /><br />
13 <b>Introduction</b>
14
15 <br /><br />
16 SILC SSH2 Library provides SSH2 public key and private key support for 
17 applications.  The SILC SSH Library has been integrated to the SILC Crypto 
18 Toolkit allowing easy use of the SSH keys through the generic SILC PKCS 
19 API.  The library also provides an interface for low level API to directly 
20 manipulate the SSH keys.
21  
22 The library supports creation of new SSH2 key pairs, encryption, 
23 decryption, signatures and verification.  Both RSA and DSS SSH2 keys are 
24 supported.  The library supports the standard SSH2 public key file format 
25 defined in RFC 4716 and the OpenSSH public key file format.  The private 
26 key file format support includes OpenSSH private key files.
27
28 The SILC SSH2 Library does not include any other aspect of SSH2 protocol.  
29 Only the SSH2 public keys and private keys are supported.
30
31 <br /><br />
32 @LINKS@