Download List

프로젝트 설명

NetSieben SSH Library is a Secure Shell client library for C++. It utilizes the Botan library for its cryptographic functions, allowing a large choice of algorithms to be used in SSH communications. It integrates Secure FTP client functionality and has been tested in multi-threaded applications.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-05 18:18 Back to release list
1.3.0

Botan 1.8.x 암호화 라이브러리 지원 및 Botan 1.6.x와 이전 버전과의 호환성에 대한 매크로가 추가되었습니다. 모든 문자열 () 메소드에 의해 반환된 읽고 지금은 NULL이 종료됩니다. 모든 오류 메시지 문자열로 지금은 NULL이 종료됩니다. 다수의 경쟁 조건과 관련된 뮤텍스 잠금 고정했다. segfault 때 블록 크기보다 큰 64 비트 암호화 알고리즘을 사용하여 고정했다. aes192에 대한 지원 - CBC는 알고리즘이 추가되었습니다. 연결 정리 후 인증 실패 해결되었습니다. 존재하지 않는 원격 디렉토리를 변경한 후 SFTP를 충돌 해결되었습니다.
Tags: Major bugfixes
The Botan 1.8.x crypto library is supported, and macros for backward compatibility with Botan 1.6.x were added. All strings returned by the read() method are now NULL terminated. All error message strings are now NULL terminated. Multiple race conditions related to mutex locking were fixed. A segfault when using cryptographic algorithms with block size larger than 64 bits was fixed. Support for the aes192-cbc algorithm was added. Cleanup of connections after authentication failure was fixed. An SFTP crash after changing to a nonexistent remote directory was fixed.

Project Resources