summaryrefslogtreecommitdiffstats
path: root/crypto/libssh/DETAILS
blob: 54f57f66445a6123df90433b8788f1c2eafb86ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
           SPELL=libssh
         VERSION=0.5.3
     SOURCE_HASH=sha512:67cc023a9c5f7da02af378e9be14b720a81074dfff3a9115a061925ba2244a7f508e122c10b229dc831fc8015e3d58616284f3c46d7060721d61d49a3ca94d7e
  SECURITY_PATCH=2
          SOURCE=$SPELL-$VERSION.tar.gz
#         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=https://red.libssh.org/attachments/download/38/$SOURCE
#  SOURCE2_URL[0]=https://red.libssh.org/attachments/download/37/$SOURCE2
 SOURCE_HINTS[0]="no-check-certificate"
#SOURCE2_HINTS[0]="no-check-certificate"
        WEB_SITE=http://www.libssh.org/
         ENTERED=20041208
#      SOURCE_GPG=F33E3FC6.gpg:$SOURCE2:UPSTREAM_KEY
#  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        KEYWORDS="ssh crypto"
           SHORT="a library for accessing ssh client services through C libraries calls."
cat << EOF
The SSH library features :
    -Full C library functions for manipulating a client-side SSH connection
    -Fully configurable sessions
    -Support for AES-128, AES-192, AES-256, blowfish, in cbc mode
    -use multiple SSH connections in a same process, at same time.
    -usable SFTP implementation
    -Public key and password authentication
EOF